mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-07-26 11:49:17 +00:00
8 lines
256 B
PowerShell
8 lines
256 B
PowerShell
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 * |