From 1a54d62b2eb46d61de29010b9aab1333c211b806 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sun, 24 Oct 2021 15:46:20 +0200 Subject: [PATCH] Fix example --- Examples/Example-40-ShowGPO05.ps1 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Examples/Example-40-ShowGPO05.ps1 b/Examples/Example-40-ShowGPO05.ps1 index e9996c2..fdbfff3 100644 --- a/Examples/Example-40-ShowGPO05.ps1 +++ b/Examples/Example-40-ShowGPO05.ps1 @@ -9,8 +9,14 @@ $GPOS = Get-GPOZaurr -ExcludeGroupPolicies { } $GPOS | Format-Table -AutoSize * -Invoke-GPOZaurr -Type GPOList -Exclusions { +$Output = Invoke-GPOZaurr -Type GPOList -Exclusions { Skip-GroupPolicy -Name 'All | Trusted Websites' -DomaiName 'ad.evotec.xyz' '{D39BF08A-87BF-4662-BFA0-E56240EBD5A2}' + "104da6a7-c7d2-48da-b24b-8fa584f7b0b6" + "{087b4f69-c541-429f-8dfd-0eb3ed133910}" 'COMPUTERS | Enable Sets' -} \ No newline at end of file + '24194523-bb82-439c-a533-abf4f30fa2c4' + '{31b2f340-016d-11d2-945f-00c04fb984f9 } ' +} -PassThru + +$Output.GPOList \ No newline at end of file