Files
GPOZaurr/Examples/Example-34-GPOSupport.ps1
T
Przemyslaw Klys 00ce6f42d7 Update
2020-08-13 10:17:47 +02:00

6 lines
269 B
PowerShell

Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
Invoke-GPOZaurrSupport -ComputerName 'AD1' -UserName 'przemyslaw.klys' -Type HTML
#$Support
# $Support.ComputerResults.GPO | select name, @{LABEL=”LinkOrder“;EXPRESSION={$_.link.linkorder}} | sort linkorder