Example improvement

This commit is contained in:
Przemyslaw Klys
2021-08-10 16:11:17 +02:00
parent 9c689708ba
commit 0dc56d314e
@@ -1,5 +1,16 @@
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
#Get-GPOZaurrOrganizationalUnit -Verbose -Option Unlink | Format-Table
#Get-GPOZaurrOrganizationalUnit -Verbose -Option Unlink -Exclusions @(
# 'OU=Groups,OU=Production,DC=ad,DC=evotec,DC=pl'
#) | Format-Table
Invoke-GPOZaurr -Type GPOOrganizationalUnit -Online -FilePath $PSScriptRoot\Reports\GPOZaurrOU.html
#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'
)