diff --git a/Examples/Example-04-GPOinformation.ps1 b/Examples/Example-04-GPOinformation.ps1 index db25f6c..e6a83a2 100644 --- a/Examples/Example-04-GPOinformation.ps1 +++ b/Examples/Example-04-GPOinformation.ps1 @@ -1,7 +1,7 @@ Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force $GPOS = Get-GPOZaurr -$GPOS | Format-Table -AutoSize +$GPOS | Format-Table -AutoSize * $GPOS[0] | Format-List