You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/sharepoint-online/Connect-SPOService.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.reviewer:
14
14
15
15
## SYNOPSIS
16
16
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).
18
18
This cmdlet must be run before any other SharePoint Online cmdlets can run.
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.
40
40
41
41
Only a single SharePoint Online service connection is maintained from any single Windows PowerShell session.
42
42
In other words, this is a per-geo within an organization administrator connection.
43
43
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.
45
45
46
46
A delegated partner administrator has to swap connections for different organizations within the same Windows PowerShell session.
47
47
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.
49
49
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).
51
51
52
52
## EXAMPLES
53
53
@@ -57,7 +57,7 @@ For permissions and the most current information about Windows PowerShell for Sh
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.>`
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.>`
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.
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).
230
230
231
231
232
232
## RELATED LINKS
233
233
234
234
[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)
235
235
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)
0 commit comments