Files
GPOZaurr/Examples/Example-13-ListingOwners02.ps1
T
Przemyslaw Klys 9f7bdd287e Update examples
2020-05-11 14:00:11 +02:00

5 lines
152 B
PowerShell

Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
$T = Get-GPOZaurrOwner -Verbose -IncludeSysvol
$T | Format-Table *
#$T | Out-HtmlView -ScrollX