From a0723227c009f7b45b2455d746af618ff7f4a73d Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Mon, 19 Oct 2020 00:06:02 +0200 Subject: [PATCH] Update share permissions --- Examples/Example-39-SharePermissions.ps1 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Examples/Example-39-SharePermissions.ps1 diff --git a/Examples/Example-39-SharePermissions.ps1 b/Examples/Example-39-SharePermissions.ps1 new file mode 100644 index 0000000..cf52823 --- /dev/null +++ b/Examples/Example-39-SharePermissions.ps1 @@ -0,0 +1,4 @@ +Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force + +$FilesAll = Get-GPOZaurrNetlogon +$FilesAll | Format-Table -a * \ No newline at end of file