This repository was archived by the owner on Dec 6, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 100
PowerShell Scripts
Jeffrey Jangli edited this page May 24, 2018
·
2 revisions
AlphaFS PowerShell Scripts
Copy-DirectoryWithProgress.ps1
Copies a directory and its contents to a new location, CopyOptions can be specified, and the possibility of notifying the application of its progress through a callback function.
Copy-FileWithProgress.ps1
Copies an existing file to a new file. Overwriting a file of the same name is allowed.CopyOptions can be specified, and the possibility of notifying the application of its progress through a callback function.
Enumerate-FileSystemEntryInfos.ps1
A powerful folder/file enumerator which can report and recover from access denied exceptions and supports custom filtering.