-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
area:otherCategory: unknown (does not fit any other category)Category: unknown (does not fit any other category)type:bug-suspectedSuspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.type:questionQuestion... if answered, will be tagged as such.Question... if answered, will be tagged as such.
Description
Hi Everyone,
I have newly installed SharePoint Online Management Shell (SharePointOnlineManagementShell_7521-1200_x64_en-us) on a windows 10 machine.
When i tried to run the 'Connect-SPOService -Url $adminUrl -Credential $credentials' I'm getting 'Root element is missing' error.
Category
- Question
- Typo
- Bug
- Additional article idea
Expected or Desired Behavior
When I ran the following command, I expect to connect to my SharePoint online tenant.
Steps to Reproduce
- Install the SharePointOnlineManagementShell_7521-1200_x64_en-us
- Open the SharePoint Online Managemnet Shell as administrator
- Run the following commands
$adminUrl = "https://{domain}-admin.sharepoint.com" $userName = "admin@{domain}.onmicrosoft.com" $password = Read-Host "Please enter the password for $($userName)" –AsSecureString $credentials = New-Object -TypeName System.Management.Automation.PSCredential -argumentlist $userName, $password Connect-SPOService -Url $adminUrl -Credential $credentials
What am I missing? Any guidance to resolve this issue is appreciated.
Thank you In advance
Metadata
Metadata
Assignees
Labels
area:otherCategory: unknown (does not fit any other category)Category: unknown (does not fit any other category)type:bug-suspectedSuspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.type:questionQuestion... if answered, will be tagged as such.Question... if answered, will be tagged as such.
