This commit is contained in:
Przemyslaw Klys
2020-05-14 17:28:14 +02:00
parent fb2285437a
commit 288306228c
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
$T = Get-GPOZaurrOwner -Verbose -IncludeSysvol
$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 *