From 24fd00e1105a47392afa0f4010c776d13bbd18a2 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Fri, 13 Nov 2020 23:32:36 +0100 Subject: [PATCH] Added example --- Examples/Example-08-ListingPermissionIssues.ps1 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Examples/Example-08-ListingPermissionIssues.ps1 diff --git a/Examples/Example-08-ListingPermissionIssues.ps1 b/Examples/Example-08-ListingPermissionIssues.ps1 new file mode 100644 index 0000000..524b942 --- /dev/null +++ b/Examples/Example-08-ListingPermissionIssues.ps1 @@ -0,0 +1,4 @@ +Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force + +$Issues = Get-GPOZaurrPermissionIssue +$Issues | Format-Table \ No newline at end of file