Skip to content

Instantly share code, notes, and snippets.

@CodyMathis123
Last active July 22, 2019 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CodyMathis123/b3040d9f7375aa43fdce2b4156fb568c to your computer and use it in GitHub Desktop.
Save CodyMathis123/b3040d9f7375aa43fdce2b4156fb568c to your computer and use it in GitHub Desktop.
if ($Include -ne @{ }) {
Write-CMLogEntry -Value "Marking folders [$($Include.Keys -join '; ')] for inclusion in dedplucation - will process $DrivePath"
$AllFolders = Get-ChildItem -Path $DrivePath -Directory
$Exclude = $AllFolders.FullName | Where-Object { $_ -notin $Include.Keys }
$Excludes = $Exclude -replace $DrivePath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment