Forum Discussion
Azure Virtual Desktop - Black Screens on logins - What we've tried so far
Check your system logs to see if there are logon script failures.
“Add-AppxPackage -Register -Path "C:\Windows\SystemApps\Microsoft.AAD.BrokerPlugincw5n1h2txyewy\AppxManifest.xml" -DisableDevelopmentMode” is incorrect for us btw.
There's a missing underscore in the path:
"Add-AppxPackage -Register -Path "C:\Windows\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\AppxManifest.xml" -DisableDevelopmentMode"
mgortonEven with an underscore added I'm still getting those 1130 login script failure errors... logged - but copying and posting the command into a Powershell window seems to run ok logged in as the same user.
- mgortonNov 11, 2024Copper Contributor
I also just created a PS script and put it in our sysvol store to run and used that instead in the GPO. Removed the outer quotes of course