mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-07-27 12:18:59 +00:00
7 lines
328 B
PowerShell
7 lines
328 B
PowerShell
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
|
|
|
|
# this allows you to process X amount of orphaned folders/files (good for testing)
|
|
Remove-GPOZaurrOrphanedSysvolFolders -Verbose -WhatIf -LimitProcessing 2
|
|
|
|
# this runs for whole SYSVOL and checks things against GPOS
|
|
Remove-GPOZaurrOrphanedSysvolFolders -Verbose -WhatIf |