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