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