Raymond Zaagsma

Raymond Zaagsma

MDT AVD PSADT MEM WINGET AIB

AVD Azure AD SSO

How to enable Azure Virtual Desktop Hybrid single sign-on. NOTE : This currently only work for Windows 11 22h2 insider preview build. login into the Azure Portal. Go to Azure Virtual Desktop. Open one of the created hostpools. Select RDP Properties. Configure : RDP will attempt to use Azure AD authentication to sign in Go to the advanced tab. The property that has been added is : enablerdsaadauth:i:1 Configure Azure AD Keberos

Add Steps numbers to Task Sequence

How to add steps numbers to an MDT task sequence In order to add steps numbers to the task sequence you will have to modify the ZTIUtility.vbs file. Make a copy of the ZTIUtility.vbs , then in the original ZTIUtility.vbs replace the code mentioned below. Original ReportProgress Function in ZTIUtility.vbs 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 Public Function ReportProgress(sMsg, iPercent) Dim iMaxPercent Dim oProgress Dim uStep Dim uMaxStep CreateEntry "Update progress [ " & iPercent & " ] : " & sMsg , LogTypeVerbose ' Try to create the progress UI object On Error Resume Next Set oProgress = CreateObject("Microsoft.
0%