Secure Join Windows 8 presaged machine
hi,
i'm trying secuire join a pc domain not join it, can join pc same credentials after install
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend"><settings pass="specialize">
<component name="microsoft-windows-shell-setup" processorarchitecture="amd64" publickeytoken="31bf3856ad364e35" language="neutral" versionscope="nonsxs" xmlns:wcm="http://schemas.microsoft.com/wmiconfig/2002/state" xmlns:xsi="http://www.w3.org/2001/xmlschema-instance">
<computername>%machinename%</computername>
<productkey>serial</productkey>
</component>
<component name="microsoft-windows-unattendedjoin" processorarchitecture="amd64" publickeytoken="31bf3856ad364e35" language="neutral" versionscope="nonsxs" xmlns:wcm="http://schemas.microsoft.com/wmiconfig/2002/state" xmlns:xsi="http://www.w3.org/2001/xmlschema-instance">
<identification>
<unsecurejoin>false</unsecurejoin>
<credentials>
<domain>domain</domain>
<password>pass</password>
<username>user</username>
</credentials>
</identification>
</component>
</settings>
<cpi:offlineimage cpi:source="wim:c:/distribution%20share/win%208.wim#windows 8 pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
http://technet.microsoft.com/en-us/library/cc732280(v=ws.10).aspx#image2
hi,
please have try remove <cpi:offlineimage> part , try again. seems different between sample of unattend file , yours.
technet subscriber support in forum |if have feedback on our support, please contact tnmff@microsoft.com.
Windows Server > Setup Deployment
Comments
Post a Comment