mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-07-26 11:49:17 +00:00
9 lines
504 B
PowerShell
9 lines
504 B
PowerShell
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
|
|
#Get-GPOZaurrPermissionConsistency -Type All -Forest 'test.evotec.pl' | Format-Table
|
|
|
|
$Output = Get-GPOZaurrPermissionConsistency -GPOName 'Default Domain Controllers Policy' -IncludeDomains 'ad.evotec.xyz' -VerifyInside
|
|
$Output | Format-Table DisplayName, DomainName, ACLConsistent, ACLConsistentInside
|
|
$Output.ACLConsistentInsideDetails | Format-Table
|
|
|
|
$Output = Get-GPOZaurrPermissionConsistency -VerifyInside -Type 'All'
|
|
$Output | Format-Table |