diff --git a/Examples/Example-33-CleanupPrivateDFSR.ps1 b/Examples/Example-33-CleanupPrivateDFSR.ps1 new file mode 100644 index 0000000..6ccd88d --- /dev/null +++ b/Examples/Example-33-CleanupPrivateDFSR.ps1 @@ -0,0 +1,10 @@ +Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force + +# Cleanup based on https://techcommunity.microsoft.com/t5/ask-the-directory-services-team/manually-clearing-the-conflictanddeleted-folder-in-dfsr/ba-p/395711 + +# Get dfsr information +$DFSR = Get-GPOZaurrSysvolDFSR +$DFSR | Format-Table + +# Cleanup DFSR Conflict Path +Clear-GPOZaurrSysvolDFSR -WhatIf \ No newline at end of file