Deploy windows and userdata template

Hello,
I need to deploy a windows template with foreman.
For that purpose, I associated this userdata template with an windows
operating system.
Saisissez le code ici…

<%-
powershell = '%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Unrestricted -NoLogo -NoProfile'
-%>

··· --- identity: Sysprep: guiRunOnce: commandList: - '<%= powershell %> -Command "invoke-webrequest -Uri <%= foreman_url("built") %>"' guiUnattended: autoLogon: true autoLogonCount: 1 password: plainText: true value: 'testpass123' timeZone: 110 identification: joinWorkgroup: 'MyGroup' licenseFilePrintData: autoMode: 'perSeat' userData: computerName: <%= @host.shortname %> fullName: 'IT' orgName: 'MyOrg' productId: 'D2N9P-3P6X9-2R39C-7RTCD-MDVJX' nicSettingMap: - adapter: dnsDomain: <%= @host.domain %> dnsServerList: - <%= @host.subnet.dns_primary %> globalIPSettings: dnsServerList: - <%= @host.subnet.dns_primary %> dnsSuffixList: - <%= @host.domain %> options: changeSID: true deleteAccounts: false

After deploying a vm, a build property is still on "Pending installation"
and to my knowledge none of this data is passed.

Somebody can help me please?

I need help please.

··· Le mercredi 9 novembre 2016 10:18:51 UTC+1, Sam Amara a écrit : > > Hello, > I need to deploy a windows template with foreman. > For that purpose, I associated this userdata template with an windows > operating system. > Saisissez le code ici... > > <%- > powershell = '%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Unrestricted -NoLogo -NoProfile' > -%> > --- > identity: > Sysprep: > guiRunOnce: > commandList: > - '<%= powershell %> -Command "invoke-webrequest -Uri <%= foreman_url("built") %>"' > guiUnattended: > autoLogon: true > autoLogonCount: 1 > password: > plainText: true > value: 'testpass123' > timeZone: 110 > identification: > joinWorkgroup: 'MyGroup' > licenseFilePrintData: > autoMode: 'perSeat' > userData: > computerName: <%= @host.shortname %> > fullName: 'IT' > orgName: 'MyOrg' > productId: 'D2N9P-3P6X9-2R39C-7RTCD-MDVJX' > nicSettingMap: > - adapter: > dnsDomain: <%= @host.domain %> > dnsServerList: > - <%= @host.subnet.dns_primary %> > globalIPSettings: > dnsServerList: > - <%= @host.subnet.dns_primary %> > dnsSuffixList: > - <%= @host.domain %> > options: > changeSID: true > deleteAccounts: false > > > After deploying a vm, a build property is still on "Pending installation" > and to my knowledge none of this data is passed. > > Somebody can help me please? > >

Which version of Windows do you have in your template ?
Were any of network settings set or had sysprep even started?

I had got a similar problem that sysprep got broken in Windows Server 2008
R2 after Windows update.

Dňa pondelok, 14. novembra 2016 9:53:46 UTC+1 Sam Amara napísal(-a):

··· > > I need help please. > > > Le mercredi 9 novembre 2016 10:18:51 UTC+1, Sam Amara a écrit : >> >> Hello, >> I need to deploy a windows template with foreman. >> For that purpose, I associated this userdata template with an windows >> operating system. >> Saisissez le code ici... >> >> <%- >> powershell = '%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Unrestricted -NoLogo -NoProfile' >> -%> >> --- >> identity: >> Sysprep: >> guiRunOnce: >> commandList: >> - '<%= powershell %> -Command "invoke-webrequest -Uri <%= foreman_url("built") %>"' >> guiUnattended: >> autoLogon: true >> autoLogonCount: 1 >> password: >> plainText: true >> value: 'testpass123' >> timeZone: 110 >> identification: >> joinWorkgroup: 'MyGroup' >> licenseFilePrintData: >> autoMode: 'perSeat' >> userData: >> computerName: <%= @host.shortname %> >> fullName: 'IT' >> orgName: 'MyOrg' >> productId: 'D2N9P-3P6X9-2R39C-7RTCD-MDVJX' >> nicSettingMap: >> - adapter: >> dnsDomain: <%= @host.domain %> >> dnsServerList: >> - <%= @host.subnet.dns_primary %> >> globalIPSettings: >> dnsServerList: >> - <%= @host.subnet.dns_primary %> >> dnsSuffixList: >> - <%= @host.domain %> >> options: >> changeSID: true >> deleteAccounts: false >> >> >> After deploying a vm, a build property is still on "Pending installation" >> and to my knowledge none of this data is passed. >> >> Somebody can help me please? >> >>