Skip to content

Commit 4650d1e

Browse files
authored
pencil edits
1 parent ad66bf6 commit 4650d1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For permissions and the most current information about Windows PowerShell for Sh
5656
Connect-SPOService -Url https://contoso-admin.sharepoint.com -credential [email protected]
5757
```
5858

59-
Example 1 shows how a SharePoint Online administrator with credential [email protected] connects to a SharePoint Online Administration Center that has the URL <https://contoso-admin.sharepoint.com.>
59+
Example 1 shows how a SharePoint Online administrator with credential [email protected] connects to a SharePoint Online Administration Center that has the URL `<https://contoso-admin.sharepoint.com.>`
6060

6161
### -----------------------EXAMPLE 2-----------------------------
6262

@@ -67,9 +67,9 @@ $cred = New-Object -TypeName System.Management.Automation.PSCredential -argument
6767
Connect-SPOService -Url https://contoso-admin.sharepoint.com -Credential $cred
6868
```
6969

70-
Example 2 shows how a SharePoint Online administrator with a username and password connects to a SharePoint Online Administration Center that has the URL <https://contoso-admin.sharepoint.com.>
70+
Example 2 shows how a SharePoint Online administrator with a username and password connects to a SharePoint Online Administration Center that has the URL `<https://contoso-admin.sharepoint.com.>`
7171

72-
### -----------------------EXAMPLE 3-----------------------------
72+
### --------------------`---EXAMPLE 3-----------------------------
7373

7474
```powershell
7575
Connect-SPOService -Url https://contoso-admin.sharepoint.com

0 commit comments

Comments
 (0)