Skip to content

Commit 20f897e

Browse files
authored
Update Connect-SPOService.md
1 parent 5330fae commit 20f897e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 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 or Global Administrator to a SharePoint Online connection (the SharePoint Online Administration Center).
17+
Connects a SharePoint Online 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
@@ -35,7 +35,7 @@ Connect-SPOService [-ClientTag <String>] [-Credential <CredentialCmdletPipeBind>
3535

3636
## DESCRIPTION
3737

38-
The `Connect-SPOService` cmdlet connects a SharePoint Online administrator or Global Administrator to the SharePoint Online Administration Center.
38+
The `Connect-SPOService` cmdlet connects a SharePoint Online administrator to the SharePoint Online Administration Center.
3939

4040
Only a single SharePoint Online service connection is maintained from any single Windows PowerShell session.
4141
In other words, this is a per-geo within an organization administrator connection.
@@ -44,7 +44,7 @@ The Windows PowerShell session will be set to serve the new SharePoint Online ad
4444

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

47-
You must be a SharePoint Online administrator or Global Administrator to run the cmdlet.
47+
You must be a SharePoint Online administrator to run the cmdlet.
4848

4949
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).
5050

@@ -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 or Global 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,7 +67,7 @@ $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 or Global 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

7272
### -----------------------EXAMPLE 3-----------------------------
7373

@@ -130,7 +130,7 @@ Accept wildcard characters: False
130130
131131
### -Credential
132132
133-
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 Global Administrator who can access the SharePoint Online Administration Center site.
133+
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.
134134
135135
```yaml
136136
Type: CredentialCmdletPipeBind

0 commit comments

Comments
 (0)