From c96c8285bf9a16db9219e96b01920041585d68de Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sun, 24 Oct 2021 16:01:47 +0200 Subject: [PATCH] Added example --- Examples/Example-40-ShowGPO06.ps1 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Examples/Example-40-ShowGPO06.ps1 diff --git a/Examples/Example-40-ShowGPO06.ps1 b/Examples/Example-40-ShowGPO06.ps1 new file mode 100644 index 0000000..df28d92 --- /dev/null +++ b/Examples/Example-40-ShowGPO06.ps1 @@ -0,0 +1,3 @@ +Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force + +Invoke-GPOZaurr -Type GPOUpdates -Online -Verbose #-IncludeDomains 'ad.evotec.pl' \ No newline at end of file