VMware Horizon Community
Invader_Zim
Contributor
Contributor

Sysprep file to set OU

Hi All

I created a sysprep in Customisation Specifications Manager for my windows 7 VMware view desktops I then exported the sysprep file and added the MachineObjectOU tag but it is not working here is the xml I am using. I am trying to select the OU a machine is placed in when it is joined to the domain

<identification>
        <_type>vim.vm.customization.Identification</_type>
        <domainAdmin>Administrator</domainAdmin>
        <domainAdminPassword>
          <_type>vim.vm.customization.Password</_type>
          <plainText>false</plainText>
          <value>PUesI3BhpLZAZcGd2ftpEP9+2GnWMzDjW8fCumgvEnUxgKZjAfaiDQflEeUZIIMhzprd1v0r08QPKW0vfA+onJSgwD141P023oV9KTS08F1wmNXbdn3S0y4N/KeVn/3ZVEmYZaforRT2savOUpnhuH0FRULwTHG1AXL3Y9G0VeEGUyriiq9u3TKxmXG+knCachx/vEAZS6rinccd4DbUztpEEzvzwrW5sv7JUM0unOF89n0vVe2Wtbi3A7b4keA9j1e+E277dn6IycTuDFmYlQGO0dGpp1IwLM3DOlDn7qJX2JqV8ZtniEm91fBpXWmPjguOstTf6KSLxy6MSWSVig==</value>
        </domainAdminPassword>
        <joinDomain>PFC.local</joinDomain>
  <MachineObjectOU>OU=test,DC=PFC,DC=local</MachineObjectOU>
  </identification>

Any sugestions

0 Kudos
0 Replies