Jan 28 2022
05:08 AM
- last edited on
Feb 06 2023
04:06 AM
by
TechCommunityAP
Jan 28 2022
05:08 AM
- last edited on
Feb 06 2023
04:06 AM
by
TechCommunityAP
Sep 02 2022 12:11 AM
Feb 10 2023 05:23 PM
That solution does not work for me. I get the following error on the last statement:
>Connect-SPOService -Url https://$orgName-admin.sharepoint.com -Credential $userCredential set-spotenant -DisableCustomAppAuthentication $false
Connect-SPOService : A parameter cannot be found that matches parameter name 'DisableCustomAppAuthentication'.
At line:1 char:105
+ ... $userCredential set-spotenant -DisableCustomAppAuthentication $false
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Connect-SPOService], ParameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.Online.SharePoint.PowerShell.ConnectSPOService
Feb 10 2023 06:41 PM
See if the below URL can help?