Skip to content

Commit a8d0c53

Browse files
committed
Merge branch 'master' into live
2 parents e90254f + 7b9218d commit a8d0c53

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

exchange/docfx.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,11 @@
6565
"feedback_github_repo": "MicrosoftDocs/office-docs-powershell",
6666
"feedback_product_url": "https://github.com/MicrosoftDocs/office-docs-powershell/issues"
6767
},
68-
"fileMetadata": {},
68+
"fileMetadata": {
69+
"apiPlatform":{
70+
"exchange-ps/exchange" : [ "PowerShell" ]
71+
}
72+
},
6973
"template": [],
7074
"dest": "exchange-ps"
7175
}

sharepoint/sharepoint-ps/sharepoint-online/Connect-SPOService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Example 1 shows how a SharePoint Online global administrator with credential adm
5555
$username = "[email protected]"
5656
$password = "password"
5757
$cred = New-Object -TypeName System.Management.Automation.PSCredential -argumentlist $userName, $(convertto-securestring $Password -asplaintext -force)
58-
Connect-SPOService -Url http://contoso-admin.sharepoint.com/ -Credential $cred
58+
Connect-SPOService -Url https://contoso-admin.sharepoint.com/ -Credential $cred
5959
```
6060
Example 2 shows how a SharePoint Online global administrator with a username and password connects to a SharePoint Online Administration Center that has the URL http://contoso-admin.sharepoint.com/.
6161

0 commit comments

Comments
 (0)