mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-07-26 11:49:17 +00:00
5 lines
203 B
PowerShell
5 lines
203 B
PowerShell
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
|
|
|
|
Get-GPOZaurrEmptyFolders | Where-Object { $_.Name -eq 'Adm' } | Format-Table *
|
|
|
|
Remove-GPOZaurrEmptyFolders -Folders Adm -Verbose -LimitProcessing 1 |