mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-07-26 11:49:17 +00:00
11 lines
306 B
PowerShell
11 lines
306 B
PowerShell
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
|
|
|
|
Clear-Host
|
|
|
|
Get-GPOZaurrLink -Linked Root | Format-Table -AutoSize
|
|
|
|
Get-GPOZaurrLink -Linked Site | Format-Table -AutoSize
|
|
|
|
Get-GPOZaurrLink -Linked DomainControllers | Format-Table -AutoSize
|
|
|
|
Get-GPOZaurrLink -Linked Other | Format-Table -AutoSize |