How to Renew SSL certificate for ADFS

What is SSL certificate and why it’s important? An SSL certificate, which stands for Secure Sockets Layer certificate, is a digital certificate that enables secure communication between a web browser and a web server. It ensures that any data transmitted between the browser and server remains encrypted and cannot be intercepted or tampered with by … Read more

Microsoft PasswordLess

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. Why it’s … Read more

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 see … Read more

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 … Read more

PIM activation process on Azure resources/subscription

1. Inside of Privileged Identity Management (PIM) select the Azure Resources blade 2. Inside of PIM>Azure Resources we will need to select “Discover resources” 3. Inside of “Discover Resources” you will find any subscription attached to the tenant that has not been attached to PIM (In this example my only subscription has already been attached … Read more

Intune Autopilot

Paragraph Intune Autopilot – invalid client error failed%20to%20authenticate%20user After the user credentials are validated in the Intune Autopilot enrollment, the following error message comes up. invalid client error failed%20to%20authenticate%20user. The detailed error is as below. Something went wrongLooks like we can’t connect to the URL for your organization’s MDM terms of use. Try again or … Read more

Cannot send an email on SMTP Port 25

Microsoft Stopped SMTP from sending emails on PORT 25. A shocking update from Microsoft was released in March 2022 where the SMTP relay stopped working on Porta 25. What we found:Port 25 is stopped working with Azure VMs What configured:As others in the IT sector industry have configured Relay for sending an alert, notice, and … Read more

Configure the AD FS Servers with Azure MFA

MFA was not getting prompted while logging in to RDS and giving error: To resolve the above error, followed below steps. Make sure steps required to be performed on all AD FS servers in the farm: Step 1: Generate a certificate for Azure MFA on each AD FS server using the New-AdfsAzureMfaTenantCertificate cmdlet The first … Read more

Hiding contact from GAL in Sync Environment

How to hide contact in hybrid/synchronized environment in Office 365. When you have Hybrid environment or synchronized environment where AAD connect sync your all users, attributes from on-prem to Office 365. How you can hide the contact from GAL (Global Address List). It’s a big challenge as msExchHideFromAddressLists attribute by default is set not to … Read more