Skip to content

Commit 742dc48

Browse files
committed
add changes missed in pr 915
1 parent 4882613 commit 742dc48

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
Connects a SharePoint Online administrator to a SharePoint Online connection (the SharePoint Online Administration Center).
17+
Connects a SharePoint Online administrator or SharePoint Embedded administrator to a SharePoint Online connection (the SharePoint Online Administration Center).
1818
This cmdlet must be run before any other SharePoint Online cmdlets can run.
1919

2020
## SYNTAX
@@ -36,18 +36,18 @@ Connect-SPOService [-Url] <UrlCmdletPipeBind> [[-Credential] <CredentialCmdletPi
3636

3737
## DESCRIPTION
3838

39-
The `Connect-SPOService` cmdlet connects the SharePoint Online administrator or the SharePoint Embedded administrator to the SharePoint Online Administration Center.
39+
The `Connect-SPOService` cmdlet connects a SharePoint Online administrator or the SharePoint Embedded administrator to the SharePoint Online Administration Center.
4040

4141
Only a single SharePoint Online service connection is maintained from any single Windows PowerShell session.
4242
In other words, this is a per-geo within an organization administrator connection.
4343
Running the `Connect-SPOService` cmdlet twice implicitly disconnects the previous connection.
44-
The Windows PowerShell session will be set to serve the new SharePoint Online administrator specified.
44+
The Windows PowerShell session will be set to serve the new SharePoint Online administrator or SharePoint Embedded administrator specified.
4545

4646
A delegated partner administrator has to swap connections for different organizations within the same Windows PowerShell session.
4747

48-
You must be a SharePoint Online administrator or a SharePoint Embedded administrator to run the cmdlet.
48+
You must be a SharePoint Online administrator or SharePoint Embedded administrator to run the cmdlet.
4949

50-
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
50+
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
5151

5252
## EXAMPLES
5353

@@ -57,7 +57,7 @@ For permissions and the most current information about Windows PowerShell for Sh
5757
Connect-SPOService -Url https://contoso-admin.sharepoint.com -credential [email protected]
5858
```
5959

60-
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.>`
60+
Example 1 shows how a SharePoint Online administrator or SharePoint Embedded administrator with credential [email protected] connects to a SharePoint Online Administration Center that has the URL `<https://contoso-admin.sharepoint.com.>`
6161

6262
### -----------------------EXAMPLE 2-----------------------------
6363

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

71-
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.>`
71+
Example 2 shows how a SharePoint Online administrator or SharePoint Embedded administrator with a username and password connects to a SharePoint Online Administration Center that has the URL `<https://contoso-admin.sharepoint.com.>`
7272

7373
### --------------------`---EXAMPLE 3-----------------------------
7474

@@ -138,7 +138,7 @@ Accept wildcard characters: False
138138
139139
### -Credential
140140
141-
Specifies the credentials to use to connect. If no credentials are presented, a dialog will prompt for the credentials. The credentials must be those of a SharePoint Online administrator who can access the SharePoint Online Administration Center site.
141+
Specifies the credentials to use to connect. If no credentials are presented, a dialog will prompt for the credentials. The credentials must be those of a SharePoint Online administrator or SharePoint Embedded administrator who can access the SharePoint Online Administration Center site.
142142
143143
```yaml
144144
Type: CredentialCmdletPipeBind
@@ -226,13 +226,13 @@ Accept wildcard characters: False
226226
227227
### CommonParameters
228228
229-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
229+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
230230
231231
232232
## RELATED LINKS
233233
234234
[Introduction to the SharePoint Online management shell](https://support.office.com/en-us/article/introduction-to-the-sharepoint-online-management-shell-c16941c3-19b4-4710-8056-34c034493429)
235235
236-
[Getting started with SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps)
236+
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps)
237237
238238
[Disconnect-SPOService](Disconnect-SPOService.md)

0 commit comments

Comments
 (0)