diff --git a/Examples/Example-04-GPOInformation02.ps1 b/Examples/Example-04-GPOInformation02.ps1 new file mode 100644 index 0000000..6cf4421 --- /dev/null +++ b/Examples/Example-04-GPOInformation02.ps1 @@ -0,0 +1,4 @@ +Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force + +$GPOS = Get-GPOZaurr -GPOName 'TEST | Office Configuration' +$GPOS | Format-Table -AutoSize * \ No newline at end of file