From 4985a114dc7b9934e0e08aeb391ace8085013563 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Fri, 22 Oct 2021 12:16:39 +0200 Subject: [PATCH] Added example --- Examples/Example-52-GetNewGPOs.ps1 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Examples/Example-52-GetNewGPOs.ps1 diff --git a/Examples/Example-52-GetNewGPOs.ps1 b/Examples/Example-52-GetNewGPOs.ps1 new file mode 100644 index 0000000..9763316 --- /dev/null +++ b/Examples/Example-52-GetNewGPOs.ps1 @@ -0,0 +1,4 @@ +Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force + +Get-GPOZaurrUpdates -DateRange Last14Days -DateProperty WhenCreated, WhenChanged -Verbose -IncludeDomains 'ad.evotec.pl' | Format-List +Get-GPOZaurrUpdates -DateRange Last14Days -DateProperty WhenCreated -Verbose | Format-Table \ No newline at end of file