mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-07-26 20:00:09 +00:00
7 lines
271 B
PowerShell
7 lines
271 B
PowerShell
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
|
|
|
|
# Report on empty folders
|
|
Get-GPOZaurrFolders -FolderType Empty | Format-Table *
|
|
|
|
# ! NOT READY FOR EMPTY
|
|
#Remove-GPOZaurrFolders -FolderType Empty -Verbose -BackupPath $Env:USERPROFILE\Desktop\SomeBackup1 -WhatIf |