Files
GPOZaurr/Examples/Example-14-ListingGPOsHashtable.ps1
T
Przemyslaw Klys d4f8cdc8e8 Update examples
2020-12-28 10:31:25 +01:00

5 lines
177 B
PowerShell

Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
$SummaryHashtable = Get-GPOZaurrLink -AsHashTable -Summary
$SummaryHashtable | Format-Table -AutoSize
$SummaryHashtable[5]