PSADT.WIMFile Extension
Extension for PowerShell App Deployment Toolkit to create and handle .WIM files.
Features
- Creates WIM files from your Files directory by default.
- Maximum compression by default.
- Does not requires administrative rights to mount (extracts if can’t mount).
- Does not requires administrative rights to create (requires wimlib).
- Can extract to UNC Path.
- Creates remediation scheduled tasks if mount/dismount fails
- Multilanguage support.
-
ContinueOnError and ExitScriptOnError support.
External Links
PSADT.WIMFile Extension download
2 Likes
LFM8787
2
For more information related to the usage or installation, follow the external link.
2023/02/08 - Updated to v1.0.1 
LFM8787
3
For more information related to the usage or installation, follow the external link.
2023/02/22 - Updated to v1.0.2 
- Re-Check Zero-Config Installation after mount/extract WIM File.
- Added a progress dialog/notification indicating the WIM File is being created.
- Added ability to continue the script when ‘New-WIMFile’ function is present.
- Added internal function ‘Expand-WIMFile’ if the ‘Mount-WIMFile’ can’t mount the image.
- Adequated variables according powershell cmdlets.
- Fixed a bug when discovering the image file when no fully qualified file is given.
- Removed PassThru parameter from all functions.
- Fixed a bug when capture and save path don’t validate existance of folder path if any of them are UNC path.
- Added maximum compresion level for wimlib.
1 Like
For more information related to the usage or installation, follow the external link.
2023/04/14 - Updated to v1.0.3 
- Fixed a bug in a parameter when calling New-RemediationDismountTask function.