Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This is a simple PowerShell script to zip each file in a source folder ___location individually and place them in a target folder.
The script is attached as a file to this blog, following needs to be done before executing the executing it:
- $sourcePath: Provide the folder ___location where the files to be zipped are placed
- $targetPath: Provide the folder ___location where the zipped files will be placed
- $currentFileExtension: The extension of the files to be zipped
Thank you