mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-08-21 15:36:44 +00:00
Enhance example scripts with additional functionality
- Added online invocation of Invoke-GPOZaurr for GPOBroken and GPOBrokenLink - Included return statements for clarity in Example-29 and Example-51
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
$OUs = Get-GPOZaurrOrganizationalUnit
|
||||
$Ous | Format-Table
|
||||
|
||||
return
|
||||
|
||||
Get-GPOZaurrOrganizationalUnit -Verbose -Option Unlink -Exclusions @(
|
||||
'OU=Groups,OU=Production,DC=ad,DC=evotec,DC=pl'
|
||||
) | Format-Table
|
||||
|
||||
Reference in New Issue
Block a user