Install Powershell V7
iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI"Install-Module PnP.PowerShellOpen Powershell V7
Can try other methods if the below doesn’t work
Register-PnPEntraIDAppForInteractiveLogin -ApplicationName "PnP PowerShell" -SharePointDelegatePermissions "AllSites.FullControl" -Tenant xxxx.onmicrosoft.com -InteractiveCopy the ClientID that’s been created

 Loading...
Loading...