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