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
The Connect-SPOService cmdlet connects a SharePoint Online global administrator to the SharePoint Online Administration Center.
30
+
The `Connect-SPOService` cmdlet connects a SharePoint Online global administrator to the SharePoint Online Administration Center.
30
31
31
32
Only a single SharePoint Online service connection is maintained from any single Windows PowerShell session.
32
33
In other words, this is a per-organization administrator connection.
33
-
Running the Connect-SPOService cmdlet twice implicitly disconnects the previous connection.
34
+
Running the `Connect-SPOService` cmdlet twice implicitly disconnects the previous connection.
34
35
The Windows PowerShell session will be set to serve the new SharePoint Online global administrator specified.
35
36
36
37
A delegated partner administrator has to swap connections for different organizations within the same Windows PowerShell session.
@@ -39,13 +40,22 @@ You must be a SharePoint Online global administrator to run the cmdlet.
39
40
40
41
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).
Example 1 shows how a SharePoint Online global administrator with credential [email protected] connects to a SharePoint Online Administration Center that has the URL http://contoso-admin.sharepoint.com/.
Example 2 shows how a SharePoint Online global administrator with a user name and password connects to a SharePoint Online Administration Center that has the URL http://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 global administrator who can access the SharePoint Online Administration Center site.
0 commit comments