You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good Day Team, Currently experiencing a issue on using the ScubaGear tool. I have been granted global reader on our O365 tenant and have cross checked the version of Powershell and the correct module has been used.
I receive the prompt to authenticate and authenticate with MFA i get the error on multiple checks on the platform. I have followed all the dependencies and still get the same errors as per below.
WARNING: aad will be omitted from the output because of failed authentication Connect-Tenant : Error establishing a connection with defender. InteractiveBrowserCredential authentication failed: User canceled authentication. At C:\Program Files\WindowsPowerShell\Modules\ScubaGear\1.4.0\Modules\Orchestrator.psm1:1463 char:26 + $AnyFailedAuth = Connect-Tenant @ConnectTenantParams + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Connect-Tenant WARNING: defender will be omitted from the output because of failed authentication Connect-Tenant : Error establishing a connection with sharepoint. Could not connect to SharePoint Online. At C:\Program Files\WindowsPowerShell\Modules\ScubaGear\1.4.0\Modules\Orchestrator.psm1:1463 char:26 + $AnyFailedAuth = Connect-Tenant @ConnectTenantParams + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Connect-Tenant WARNING: sharepoint will be omitted from the output because of failed authentication Connect-Tenant : Error establishing a connection with teams. One or more errors occurred. At C:\Program Files\WindowsPowerShell\Modules\ScubaGear\1.4.0\Modules\Orchestrator.psm1:1463 char:26 + $AnyFailedAuth = Connect-Tenant @ConnectTenantParams + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Connect-Tenant WARNING: teams will be omitted from the output because of failed authentication
To reproduce
Steps to reproduce the behavior:
I have clear the tokens multiple times before attempting and have run the initializing of the tool and all runs correctly. For each Module i am prompted to authenticate and i successfully authenticate to my O365 instance
Would MFA authentication have any issues with completing the authentication?
The text was updated successfully, but these errors were encountered:
For our MFA we use Microsoft Authenticator to complete the authentication. What I have noticed is for EXO and Power Platform it authenticates perfectly fine but the other components I get the prompt that more rights are required. The other strange part is when it tries to authenticate to teams the prompt window does appear but stays blank and does not respond. I have to force close the prompt window after leaving it for extended period of time.
Or tenant is Commercial.
I am conducting further tests next week with a global admin account and will advise what my findings are after that.
🐛 Summary
Good Day Team, Currently experiencing a issue on using the ScubaGear tool. I have been granted global reader on our O365 tenant and have cross checked the version of Powershell and the correct module has been used.
PS C:\WINDOWS\system32> ($PSVersionTable).PsVersion
Major Minor Build Revision
5 1 22621 4391
PS C:\WINDOWS\system32> (Get-Module -ListAvailable -Name Microsoft.Online.SharePoint.PowerShell).Version
Major Minor Build Revision
16 0 24810 12000
I receive the prompt to authenticate and authenticate with MFA i get the error on multiple checks on the platform. I have followed all the dependencies and still get the same errors as per below.
WARNING: aad will be omitted from the output because of failed authentication Connect-Tenant : Error establishing a connection with defender. InteractiveBrowserCredential authentication failed: User canceled authentication. At C:\Program Files\WindowsPowerShell\Modules\ScubaGear\1.4.0\Modules\Orchestrator.psm1:1463 char:26 + $AnyFailedAuth = Connect-Tenant @ConnectTenantParams + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Connect-Tenant WARNING: defender will be omitted from the output because of failed authentication Connect-Tenant : Error establishing a connection with sharepoint. Could not connect to SharePoint Online. At C:\Program Files\WindowsPowerShell\Modules\ScubaGear\1.4.0\Modules\Orchestrator.psm1:1463 char:26 + $AnyFailedAuth = Connect-Tenant @ConnectTenantParams + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Connect-Tenant WARNING: sharepoint will be omitted from the output because of failed authentication Connect-Tenant : Error establishing a connection with teams. One or more errors occurred. At C:\Program Files\WindowsPowerShell\Modules\ScubaGear\1.4.0\Modules\Orchestrator.psm1:1463 char:26 + $AnyFailedAuth = Connect-Tenant @ConnectTenantParams + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Connect-Tenant WARNING: teams will be omitted from the output because of failed authentication
To reproduce
Steps to reproduce the behavior:
I have clear the tokens multiple times before attempting and have run the initializing of the tool and all runs correctly. For each Module i am prompted to authenticate and i successfully authenticate to my O365 instance
Would MFA authentication have any issues with completing the authentication?
The text was updated successfully, but these errors were encountered: