Re: Creating Windows Server 2016 template for CloudStack

2017-08-13 Thread Cloud List
Hi Todd, Just a quick update -- below solution works! Thanks for pointing me to the right direction. Cheers. -ip- On Mon, Aug 14, 2017 at 8:50 AM, Cloud List wrote: > Thanks Todd. > > I found out that the correct syntax is: > > cd c:\windows\system32\sysprep >

Re: Creating Windows Server 2016 template for CloudStack

2017-08-13 Thread Cloud List
Thanks Todd. I found out that the correct syntax is: cd c:\windows\system32\sysprep sysprep.exe /oobe /generalize /shutdown /unattend:c:\windows\system32\sysprep\unattend.xml Trying this now and will share the outcome shortly. Thank you for your advice. Cheers. -ip- On Fri, Aug 11, 2017 at

Re: Creating Windows Server 2016 template for CloudStack

2017-08-11 Thread Todd Pigram
You need to specify the xml in the command. sysprep.exe /oobe /generalize /shutdown c:\system32\sysprep\unattend.xml. On w2016, its Autounattend.xml for the file name. On Fri, Aug 11, 2017 at 5:28 AM, Cloud List wrote: > Dear all, > > I am using CloudStack 4.8 and KVM

Creating Windows Server 2016 template for CloudStack

2017-08-11 Thread Cloud List
Dear all, I am using CloudStack 4.8 and KVM hypervisor, andI tried creating a Windows Server 2016 OS template using sysprep following the instruction on the "System Preparation for Windows Server 2008 R2" section of the documentation at below URL: