Fix: “Map and filled map visuals aren’t enabled for your org. Contact your tenant admin to fix this.” Error in Power BI

Problem: The Power BI report displays an error message, “Map and filled map visuals aren’t enabled for your org. Contact your tenant admin to fix this.” Solution: This error message appears when the map visuals feature is not enabled at the tenant level in Power BI. A tenant admin can resolve this…

Read more

Solution for “AADSTS90072: User Account from identity provider does not exist in tenant and cannot access application” error in SharePoint Online

Problem: A guest user in SharePoint Online is getting this error message when trying to access a SharePoint Online site “AADSTS90072: User Account ‘User@Domain.com’ from identity provider ‘https://sts.windows.net/…’ does not exist in tenant ‘Tenant-Name’ and cannot access the application in that tenant. The account needs to be added as an external user…

Read more

Fix: The Term ‘Connect-MgGraph’ is Not Recognized Error

Problem: When trying to connect to Microsoft Graph using the Connect-MgGraph command, I got this error message: Connect-MgGraph : The term ‘Connect-MgGraph’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the…

Read more

Fix for “Connect-PnPOnline: A parameter cannot be found that matches parameter name ‘interactive'” Error!

Problem: Getting “Connect-PnPOnline: A parameter cannot be found that matches parameter name ‘interactive’” error when tying to connect to SharePoint Online site from PnP PowerShell. Solution: If you get “Connect-PnPOnline : A parameter cannot be found that matches parameter name ‘Interactive’.”, that means you are not running the latest PnP PowerShell module….

Read more

Fix: “Send-MailMessage: SmtpClientAuthentication is disabled for the Tenant.” Error

Problem: When trying to send an Email from PowerShell using Microsoft 365 SMTP Server, I got this error message: Send-MailMessage : The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.57 Client not authenticated to send mail. Error: 535 5.7.139 Authentication unsuccessful, SmtpClientAuthentication is…

Read more

Fix “Sorry, we can’t sync this folder, You’re already syncing a shortcut to a folder from this shared library.” Error in OneDrive

Problem: When trying to sync a SharePoint Online folder by clicking on the “Sync” button in the library toolbar, I got this error message: Sorry, we can’t sync this folder, You’re already syncing a shortcut to a folder from this shared library. Solution: Root cause: Apparently, this error indicates the particular SharePoint…

Read more

Fix: “Connect-SPOService: No valid OAuth 2.0 authentication session exists” Error

Problem: When trying to connect to SharePoint Online through PowerShell 7, got this error message “Connect-SPOService: No valid OAuth 2.0 authentication session exists”. Solution: Use the “-UseWindowsPowerShell” switch to import the PowerShell Module for SharePoint Online, when you use PowerShell 7! Import-Module Microsoft.Online.SharePoint.PowerShell -UseWindowsPowerShell

Read more

Install-Module : Administrator rights are required to install modules in ‘C:\Program files\WindowsPowerShell\Modules’.

Problem: When trying to install a PowerShell module, got an error message “Install-Module: Administrator rights are required to install modules in ‘C:\Program Files\WindowsPowershell\Modules’ Log on to the computer with an account that has Administrator rights, and then try again, or install ” by adding “-Scope Current User” to your command. You can…

Read more

Fix “Connect-ExchangeOnline Cmdlet Not Recognized” Error in PowerShell

Problem: When I tried to connect to Exchange Online from PowerShell, I received the error message: “Connect-ExchangeOnline : The term ‘Connect-ExchangeOnline’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path…

Read more

Fix: “We can’t show this embedded content because the code seems to be incomplete. Make sure that the embed code includes width, height and a valid address for the src attribute.” Error

Problem: SharePoint Online Embed web part displays an error message, “We can’t show this embedded content because the code seems to be incomplete. Make sure that the embed code includes width, height and a valid address for the src attribute.” Solution: This is a security setting to prevent malicious scripts from the…

Read more