Find and Export Manager of All Office 365 Users using Powershell
In this post, I am going to share a PowerShell script to find the manager info of all Office 365 …
In this post, I am going to share a PowerShell script to find the manager info of all Office 365 …
In this post, I am going share Powershell commands to create a new team, add team (or enable team) in …
In Exchange, the calendar data is located in a special folder (Calendar) under the user’s mailbox. We can use the …
Problem You might have received the below error message when you try to add permission for a user in another …
We can use the Send-MailMessage cmdlet to send email using powershell and you can use Send mail API endpoint to …
Problem You might have received the below error message when you try to send mail using the Send-MailMessage cmdlet. Send-MailMessage …
We can easily hide Office 365 Groups from Global Address List (GAL) by using the Set-UnifiedGroup cmdlet by setting the property HiddenFromAddressListsEnabled …
You can now swap your SharePoint Online site with another site using the Invoke-SPOSiteSwap Powershell cmdlet. When the swap is …
In some cases, apps or users might want to acquire Microsoft Graph access token by using the ClientID (Azure AD …
Problem Recieived the below error when I try to get Microsoft Graph access token with my Azure AD Application using …