PowerCLI

 View Only
Expand all | Collapse all

Create iso from a folder on Windows using powercli

  • 1.  Create iso from a folder on Windows using powercli

    Posted Dec 14, 2012 07:15 PM

    I am using powercli to automate VM deployment.

    My client machine is a Windows 7.

    I need to create a ISO file from a folder. This folder has necessary configuration files.

    During boot up i will attach this ISO file as a CD-rom. The guest OS mounts this CD-ROM and uses the configuration files.

    I can manually create a ISO using the windows ISORecorder tool. However, I wanted to automate this using powercli/powershell.

    Is there a cmdlet in powercli or powershell to create a ISO image from a folder.

    Thanks



  • 2.  RE: Create iso from a folder on Windows using powercli

    Posted Dec 14, 2012 07:19 PM

    Have a look at New-ISOFile function