PowerShell Logo Small

New-WindowsCustomImage



This is the built-in help made by Microsoft for the command 'New-WindowsCustomImage', in PowerShell version 4 - as retrieved from Windows version 'Microsoft Windows 8.1 Enterprise' PowerShell help files on 2016-06-21.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Captures an image of customized or serviced Windows components on a Windows Image File Boot (WIMBoot) configured device.

SYNTAX


New-WindowsCustomImage [-CheckIntegrity] [-ConfigFilePath <String>] [-LogLevel <LogLevel>] [-LogPath <String>] [-ScratchDirectory <String>] [-Verify] -CapturePath <String>
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Captures image customizations into a new WIM file on a Windows Image File Boot (WIMBoot) system.


Captured directories include all subfolders and data.


You can’t capture an empty directory.


Note: This command only captures customization files.


The command can’t be used to capture installation files into a new WIM.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/p/?linkid= 331576

REMARKS

<

Examples


Example 1

PS C:\>New-WindowsCustomImage -CapturePath c:\



This command captures image customization files in a WIM and saves the files on the c:\ directory.