I have 2 images for a client. 1 image deploys fine, the other keeps failing at the Join to ARM AVD step of deployment. Both images are subject to the same Ninja agent install, GPOs, and Blackpoint Cyber agent install after checking into Ninja. A fresh image from Azure deploys to the host pool without issue as well.
Host is joined to Active Directory.
I found the ARMWVDAgentInstallScript.log in the C:\Windows\Temp\NMWLogs folder. it just keeps repeating steps but doesn't say why.
09-30-24 08:27:26 - MSFT_ScriptResource:27 - Creating a folder inside rdsh vm for extracting deployagent zip file
09-30-24 08:27:26 - MSFT_ScriptResource:82 - Locating DeployAgent.zip within Custom Script Extension folder structure: C:\Packages\Plugins\Microsoft.Powershell.DSC\2.80.3.0\DSCWork\ArmWvdClientSideSetup.4.9.0
09-30-24 08:27:26 - MSFT_ScriptResource:89 - Extracting 'Deployagent.zip' file into 'C:\DeployAgent' folder inside VM
09-30-24 08:27:27 - MSFT_ScriptResource:31 - Changing current folder to Deployagent folder: C:\DeployAgent
09-30-24 08:27:27 - MSFT_ScriptResource:37 - Checking whether VM was Registered with RDInfraAgent
09-30-24 08:27:27 - MSFT_ScriptResource:45 - VM not registered with RDInfraAgent, script execution will continue
09-30-24 08:27:27 - MSFT_ScriptResource:49 - Getting fully qualified domain name of RDSH VM: hostname.domain.com (renamed for privacy)
09-30-24 08:27:27 - MSFT_ScriptResource:52 - AgentInstaller is C:\DeployAgent\RDAgentBootLoaderInstall, InfraInstaller is C:\DeployAgent\RDInfraAgentInstall, SxS is C:\DeployAgent\RDInfraSxSStackInstall
I can run the agentinstall powershell script as admin, feeding the registration code, without error. What could be keeping Nerdio from doing it thru an extension?
Comments (6 comments)