From 796c69de37cfca5c7e367deb5c1d586ecab3ac8f Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sun, 11 Sep 2022 22:28:04 +0200 Subject: [PATCH] Update examples --- Examples/Example-29-FindGPO2.ps1 | 2 +- Examples/Example-29-FindGPO4.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/Example-29-FindGPO2.ps1 b/Examples/Example-29-FindGPO2.ps1 index 438a10d..563541f 100644 --- a/Examples/Example-29-FindGPO2.ps1 +++ b/Examples/Example-29-FindGPO2.ps1 @@ -2,7 +2,7 @@ # This gets the same thing as earlier examples # with a difference where one entry per gpo and all settings for that GPO is stored under settings property. -$Output = Invoke-GPOZaurrContent -SingleObject -Verbose +$Output = Invoke-GPOZaurrContent -Verbose #-SingleObject -Verbose $Output | Format-Table $Output.Reports.RegistrySettings | Format-Table * $Output.Reports.RegistrySettings[0].Settings | Format-Table * \ No newline at end of file diff --git a/Examples/Example-29-FindGPO4.ps1 b/Examples/Example-29-FindGPO4.ps1 index 73a9f15..f010e2e 100644 --- a/Examples/Example-29-FindGPO4.ps1 +++ b/Examples/Example-29-FindGPO4.ps1 @@ -1,4 +1,4 @@ Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force -$Output = Invoke-GPOZaurrContent -Verbose -OutputType HTML, Object -Open -GPOPath "C:\Support\GitHub\GpoZaurr\Ignore\NewExamples" ##-Type LocalGroups +$Output = Invoke-GPOZaurrContent -SingleObject -Verbose -OutputType HTML, Object -Open -GPOPath "C:\Users\przemyslaw.klys\OneDrive - Evotec\Desktop\Test" $Output | Format-Table \ No newline at end of file