IMPORTANT: Currently only
Windows
is supported but support forLinux
is planned.
.\Sort-AndMoveItems.ps1 -SourceFolder .\your\media\source -TargetFolder .\storage\media\files
Parameter | Usage |
---|---|
-SourceFolder |
Folder in which script will recursively search for files |
-TargetFolder |
Folder where script will create folder structure and move files to |
- pwsh >= 7.x
- tests: pester >=5.x
Using bash
pwsh -c "Invoke-Pester -Output Detailed"
Using pwsh
Invoke-Pester -Output Detailed