/Microsoft.Wim.Powershell

PowerShell CmdLets for the native Windows Imaging API (WIMGAPI)

Primary LanguageC#

Microsoft.Wim.Powershell

PowerShell CmdLets for the native Windows Imaging API (WIMGAPI).

Uses Managed WimgApi - a thin managed wrapper for the native Windows Imaging API (WIMGAPI).

#CmdLets

###WriteWimImage

Writes a Windows Image (*.wim) to a location.

Import-Module .\Microsoft.Wim.Powershell.dll-Verbose 
Write-WimImage -WimPath G:\sources\install.wim -TargetPath E:\

#Installing

Available via NuGet.

Install-Package Microsoft.Wim.Powershell