Added Example for cleanup dfsr

This commit is contained in:
Przemyslaw Klys
2020-08-02 14:01:28 +02:00
parent 0759d1cb85
commit 97a189eda5
@@ -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