Files
GPOZaurr/Examples/Example-33-CleanupPrivateDFSR.ps1
T
Przemyslaw Klys 8bc85a4c91 Encoding update
2020-12-13 13:33:41 +01:00

10 lines
356 B
PowerShell

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