Files
GPOZaurr/Examples/Example-04-GPOInformation02.ps1
T
Przemyslaw Klys 2df56e72b5 Update
2020-11-10 09:31:38 +01:00

4 lines
150 B
PowerShell

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