Powershell : The term ‘Get-AzureADUser’ is not recognized as the name of a cmdlet
Problem : You might have received the error message “The term Get-AzureADUser is not recognized as the name of a …
Problem : You might have received the error message “The term Get-AzureADUser is not recognized as the name of a …
Problem : You may receive the error “The term Get-MsolUser is not recognized as the name of a cmdlet” when …
Multi-Factor Authentication (MFA) is a method of Azure AD authentication that requires more than one verification method and adds a …
As you know Office 365 Group is the base service for other O365 services like Planner, Teams, Yammer, etc… So …
Occasionally, we need to find how much space is used by every office 365 user uses in their mailbox. In …
Problem I am receiving the error “The browser based authentication dialog failed to complete. Reason: the server or proxy was …
In this post, I am going to share powershell script to find a list of users without profile picture in …
Now we can get the list of teams where the current user is being a member using Microsoft Teams Powershell. …
You can easily prompt and ask input from user by using the Read-Host cmdlet, but by default this command accepts …
You can use the Write-Progress cmdlet to display progress status and percentage of process completed for a long running command …