ADFS Upgradation

It’s really difficult for the people to upgrade the current ADFS infrastructure to the latest one when old one is out of support. what ADFS is and why it’s used in any organization: Active Directory Federation Services (AD FS) is the claim-based single sign-on (SSO) solution provided by Microsoft. It facilitates access to all integrated…

How to disable windows update on AVD

  In order to disable Automatic windows update in Azure Virtual Desktop there is only 2 option available:   1: While creating the Azure Virtual Machine 2: If Azure Virtual Machine is already provisioned then it can be possible on via Using Group Policy (Local or from DC)   What option is required to select…

Microsoft Azure Password less

PasswordLess   What is PasswordLess? Passwordless authentication is a method of verifying a user’s login without the need for a traditional password. Instead of relying on a password, PasswordLess authentication uses alternative methods to verify a login, such as biometrics (e.g. fingerprint, facial recognition), ha0072dware tokens, or one-time codes sent to a trusted device.  …

How to give AAD Connect account permissions

AAD connect Installation   During the AD connect customize setup installation, you will see the below window to enter the Service account cred. 1: Create New AD account: This will ask you to enter Enterprise Admin credential to create new AD connector account like MSOL_cer44rwXXX In AAD connect when you check Connector properties you will…

How to register app in Azure

Azure is a cloud computing platform that provides a wide range of services to businesses and developers. One of these services is Azure App Registration, which allows you to register and manage your applications in Azure. Registering an app in Azure is a simple process that can be completed in just a few steps. In…

Solving the Black Screen Issue with Azure Virtual Desktop

AVD: Guide to Fix Black Screens

Troubleshooting the Black Screen Problem in Azure Virtual Desktop Fixing Sign-in Issues with Azure Virtual Desktop: A Guide to Resolve Black Screens Understanding the Black Screen Issue with Azure Virtual Desktop Azure Virtual Desktop (AVD) is a powerful Solution from Microsoft, for businesses and organizations that need to provide remote access to their work environment.…

VM share disk between VMS on VMware

This article is a reference to the blog post by TheItbros as they have slightly wrong steps mentioned. So, I have just corrected and re-posting the blog.   How I found it wrong is: Today, when we configured things following his article, found it’s not working. So we did a lot of troubleshooting and finally…