Skip to content

JamsRoy/IRGPtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IRGPtool

Per-user OWA-only Internet access on shared PCs using a local PAC file and a GPO, plus an updater that refreshes the allowlist from Microsoft 365 endpoints.

Quick start

Import-Module ./src/IRGPtool.psd1
Ensure-IRFoundation
Update-IRPacFromM365Endpoints
Set-IRAccessMode -User jdoe -Mode OWAOnly

Test on the endpoint:

Test-IRUserEffect

Revert user:

Set-IRAccessMode -User jdoe -Mode Normal

Prerequisites

  • RSAT modules installed on the admin machine: ActiveDirectory and GroupPolicy.
  • Domain-joined Windows 10/11 endpoints.
  • Outbound internet access to endpoints.office.com for the updater (or use cache).

References

Releases

No releases published

Packages

 
 
 

Contributors