Update examples

This commit is contained in:
Przemyslaw Klys
2020-12-28 10:31:25 +01:00
parent 166d4fb767
commit d4f8cdc8e8
4 changed files with 19 additions and 2 deletions
@@ -0,0 +1,8 @@
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
$Summary = Get-GPOZaurrLink -Summary
$Summary | Format-Table -AutoSize *
$OneGPO = $Summary | Where-Object { $_.DisplayName -eq 'ALL | Enable RDP' }
$OneGPO.Links
$OneGPO.LinksObjects | Format-Table *