From 8bc85a4c91b4e8247b467edf5d5cd3ade3cfc7b8 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sun, 13 Dec 2020 13:33:41 +0100 Subject: [PATCH] Encoding update --- Examples/Example-30-FindPolicyDefinitions.ps1 | 2 +- Examples/Example-31-FindAndRemoveEmptyFolders.ps1 | 2 +- Examples/Example-33-CleanupPrivateDFSR.ps1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples/Example-30-FindPolicyDefinitions.ps1 b/Examples/Example-30-FindPolicyDefinitions.ps1 index c318282..d06d150 100644 --- a/Examples/Example-30-FindPolicyDefinitions.ps1 +++ b/Examples/Example-30-FindPolicyDefinitions.ps1 @@ -1,4 +1,4 @@ -Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force +Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force $Policies = Get-GPOZaurrFilesPolicyDefinition -Signature $Policies | Format-Table diff --git a/Examples/Example-31-FindAndRemoveEmptyFolders.ps1 b/Examples/Example-31-FindAndRemoveEmptyFolders.ps1 index fbe9a70..d9effde 100644 --- a/Examples/Example-31-FindAndRemoveEmptyFolders.ps1 +++ b/Examples/Example-31-FindAndRemoveEmptyFolders.ps1 @@ -1,4 +1,4 @@ -Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force +Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force # Report on empty folders Get-GPOZaurrFolders -FolderType Empty | Format-Table * diff --git a/Examples/Example-33-CleanupPrivateDFSR.ps1 b/Examples/Example-33-CleanupPrivateDFSR.ps1 index 04b044a..9c03d10 100644 --- a/Examples/Example-33-CleanupPrivateDFSR.ps1 +++ b/Examples/Example-33-CleanupPrivateDFSR.ps1 @@ -1,4 +1,4 @@ -Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force +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