This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Enable-DisabledUsers.ps1 | |
| [CmdletBinding()] | |
| param() | |
| # Configuration | |
| $CIPPClientID = '' # Your CIPP API Client ID | |
| $CIPPClientSecret = '' # Your CIPP API Client Secret | |
| $CIPPAPIUrl = '' # Your CIPP API URL | |
| $TenantID = '' # Your Tenant ID |