1
0
mirror of https://github.com/jaapbrasser/SharedScripts.git synced 2026-06-14 00:14:16 +02:00

Update Get-OrphanHomeFolder.ps1

This commit is contained in:
Jaap Brasser
2021-03-03 23:21:07 +01:00
committed by GitHub
parent 6541fa7b33
commit b0b825d9a7
@@ -44,7 +44,7 @@ Author: Jaap Brasser
Version: 2.0
DateCreated: 2012-10-19
DateUpdated: 2020-05-10
Blog: http://www.jaapbrasser.com
Blog: https://www.jaapbrasser.com
.LINK
http://www.jaapbrasser.com
@@ -239,4 +239,4 @@ $ListOfFolders | ForEach-Object {
# Output the object
New-Object -TypeName PSCustomObject -Property $HashProps
}
}
}