From cf9164766eeceff276d7af321d3e28261fbbe826 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sat, 16 Sep 2023 09:41:56 +0200 Subject: [PATCH] Add example for new report #48 --- Examples/Example-55-GPORedirects.ps1 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Examples/Example-55-GPORedirects.ps1 diff --git a/Examples/Example-55-GPORedirects.ps1 b/Examples/Example-55-GPORedirects.ps1 new file mode 100644 index 0000000..1bfaec3 --- /dev/null +++ b/Examples/Example-55-GPORedirects.ps1 @@ -0,0 +1,4 @@ +Import-Module .\GPoZaurr.psd1 -Force + +$Data = Invoke-GPOZaurr -Online -FilePath $PSScriptRoot\Reports\GPOZaurr.html -Type GPORedirect -PassThru +$Data.GPORedirect \ No newline at end of file