mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-07-27 12:18:59 +00:00
16 lines
582 B
PowerShell
16 lines
582 B
PowerShell
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
|
|
|
|
#Get-GPOZaurrOrganizationalUnit -Verbose -Option Unlink -Exclusions @(
|
|
# 'OU=Groups,OU=Production,DC=ad,DC=evotec,DC=pl'
|
|
#) | Format-Table
|
|
|
|
#Get-GPOZaurrOrganizationalUnit -Verbose -ExcludeOrganizationalUnit @(
|
|
# '*,OU=Production,DC=ad,DC=evotec,DC=pl'
|
|
#) | Format-Table
|
|
|
|
|
|
Invoke-GPOZaurr -Type GPOOrganizationalUnit -Online -FilePath $PSScriptRoot\Reports\GPOZaurrOU.html -Exclusions @(
|
|
'*OU=Production,DC=ad,DC=evotec,DC=pl'
|
|
'*OU=Production,DC=ad,DC=evotec,DC=pl'
|
|
'*OU=Production,DC=ad,DC=evotec,DC=pl'
|
|
) |