Files
GPOZaurr/Examples/Example-04-GPOInformation02.ps1
T
Przemyslaw Klys 1126071fc4 Examples update
2020-11-11 17:06:29 +01:00

7 lines
243 B
PowerShell

Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
#$GPOS = Get-GPOZaurr -GPOName 'TEST | Office Configuration'
#$GPOS | Format-Table -AutoSize *
$GPOS = Get-GPOZaurr -GPOName 'New Group Policy Object3'
$GPOS | Format-Table -AutoSize *