More work

This commit is contained in:
Przemyslaw Klys
2020-05-14 22:27:48 +02:00
parent 6c607b28f3
commit 6e81f6f80f
5 changed files with 16 additions and 12 deletions
+2 -3
View File
@@ -1,10 +1,9 @@
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
$T = Get-GPOZaurrOwner -Verbose -IncludeSysvol -Forest 'test.evotec.pl'
$T | Format-Table *
#$T = Get-GPOZaurrOwner -Verbose -IncludeSysvol -Forest 'test.evotec.pl'
#$T | Format-Table *
#$T | Out-HtmlView -ScrollX
return
$T = Get-GPOZaurrOwner -Verbose -IncludeSysvol -GPOName 'Default Domain Policy'
$T | Format-Table *