Hi all,
Hope you are well,
Since setting up WDS and trying to get it to install windows 10 has been nothing but a pain and i feel like giving up.
Firstly i had countless issue with the boot image and finally managed to get that working with 1607 boot.wim and then just the issue with UEFI and not being able to join the domain. I have a generic account now that has the required rights over the OU so any machines joined will have the reset password option in the security part.
However i am still having issue with the machine unattended joining the machine. This is my xml and from the looks of it i cant see any issues.
<?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"><settings pass="oobeSystem"><component name="Microsoft-Windows-International-Core" 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"><InputLocale>EN-GB</InputLocale><SystemLocale>EN-GB</SystemLocale><UILanguage>EN-GB</UILanguage><UILanguageFallback>EN-GB</UILanguageFallback><UserLocale>EN-GB</UserLocale></component><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"><OOBE><HideEULAPage>true</HideEULAPage><HideLocalAccountScreen>true</HideLocalAccountScreen><HideOEMRegistrationScreen>true</HideOEMRegistrationScreen><HideOnlineAccountScreens>true</HideOnlineAccountScreens><HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE><NetworkLocation>Work</NetworkLocation><SkipUserOOBE>true</SkipUserOOBE><SkipMachineOOBE>true</SkipMachineOOBE></OOBE><UserAccounts><AdministratorPassword><Value>derp</Value><PlainText>false</PlainText></AdministratorPassword></UserAccounts><RegisteredOrganization>Hiya</RegisteredOrganization><TimeZone>(UTC) Dublin, Edinburgh, Lisbon, London</TimeZone><FirstLogonCommands><SynchronousCommand wcm:action="add"><Order>2</Order><RequiresUserInput>false</RequiresUserInput><Description>Installs software to deployed work stations</Description><CommandLine>PowerShell -ExecutionPolicy ByPass -File \\test\Software\Windows10Debloater.ps1 -input1 'Sysprep,Debloat,StopEdgePDF'</CommandLine></SynchronousCommand><SynchronousCommand wcm:action="add"><Order>3</Order><RequiresUserInput>false</RequiresUserInput><Description>Installs software to deployed work stations</Description><CommandLine>PowerShell -ExecutionPolicy ByPass -File \\test\Software\SoftwareDeploymentWDS.ps1</CommandLine></SynchronousCommand><SynchronousCommand wcm:action="add"><Order>1</Order><RequiresUserInput>false</RequiresUserInput><CommandLine>net use \\test\Software test /USER:test\test</CommandLine><Description>net use \\test\Software test /USER:test\test</Description></SynchronousCommand></FirstLogonCommands><AutoLogon><Password><Value>derp</Value><PlainText>false</PlainText></Password><Username>.\Administrator</Username><Enabled>true</Enabled></AutoLogon></component></settings><settings pass="specialize"><component name="Microsoft-Windows-Deployment" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><RunSynchronous><RunSynchronousCommand wcm:action="add"><Order>1</Order><Path>net user administrator /active:yes</Path></RunSynchronousCommand></RunSynchronous></component><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>key</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><Username>test</Username><Password>test</Password><Domain>test.local</Domain></Credentials><DebugJoin>true</DebugJoin><JoinDomain>True</JoinDomain></Identification></component></settings><cpi:offlineImage cpi:source="wim:c:/new%20folder/install.wim#Windows 10 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>
Checking the logs the only error i get is dsgetdcname failed 0x54b.
Can anyone help ?
Thanks