This file contains 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
Function Set-GPOStatus | |
{ | |
<# | |
.Synopsis | |
Set the status of a Group Policy Object | |
.Description | |
Sets the status of one or more Group Policy objects. | |
.Example | |
PS C:\> Get-Gpo MyGPO | Set-GPOStatus -Status AllSettingsEnabled | |
.Example |