Quantcast
Channel: Ivanti User Community: Message List - OS Deployment and Provisioning
Viewing all articles
Browse latest Browse all 3345

Re: Provisioning with 9.6

$
0
0

Here are the commandline parameters for capture and deplyoment:

  • capture image:
    • dism.exe /Capture-Image /ImageFile:<location to save wim-file> /CaptureDir:C:\ /Name:"<name>" /compress:maximum /verify /ScratchDir:W:\
  • deploy image:
    • dism.exe /Apply-Image /ImageFile:<location of wim-file> /index:1 /ApplyDir:c:\

Viewing all articles
Browse latest Browse all 3345