mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-07-26 20:00:09 +00:00
10 lines
356 B
PowerShell
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 |