This commit is contained in:
Przemyslaw Klys
2020-07-22 09:48:29 +02:00
parent caaf541e91
commit ac224b41b7
9 changed files with 169 additions and 34 deletions
@@ -0,0 +1,5 @@
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
Get-GPOZaurrEmptyFolders | Where-Object { $_.Name -eq 'Adm' } | Format-Table *
Remove-GPOZaurrEmptyFolders -Folders Adm -Verbose -LimitProcessing 1