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 administrator to the SharePoint Online Administration Center.
39
+
The `Connect-SPOService` cmdlet connects the SharePoint Online administrator or the SharePoint Embedded administrator to the SharePoint Online Administration Center.
39
40
40
41
Only a single SharePoint Online service connection is maintained from any single Windows PowerShell session.
41
42
In other words, this is a per-geo within an organization administrator connection.
@@ -44,7 +45,7 @@ The Windows PowerShell session will be set to serve the new SharePoint Online ad
44
45
45
46
A delegated partner administrator has to swap connections for different organizations within the same Windows PowerShell session.
46
47
47
-
You must be a SharePoint Online administrator to run the cmdlet.
48
+
You must be a SharePoint Online administrator or a SharePoint Embedded administrator to run the cmdlet.
48
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).
Authenticates using the Microsoft Authentication Library (MSAL) and connects to the SharePoint Online Administration Center on successful authentication.
102
+
95
103
## PARAMETERS
96
104
97
105
### -AuthenticationUrl
@@ -200,16 +208,26 @@ Default value: False
200
208
Accept pipeline input: False
201
209
Accept wildcard characters: False
202
210
```
211
+
### -UseSystemBrowser
203
212
204
-
### CommonParameters
213
+
Used to authenticate the user using the Microsoft Authentication Library (MSAL).
205
214
206
-
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).
215
+
```yaml
216
+
Type: Boolean
217
+
Parameter Sets: (All)
218
+
Aliases:
219
+
Applicable: SharePoint Online
220
+
Required: False
221
+
Position: 5
222
+
Default value: None
223
+
Accept pipeline input: False
224
+
Accept wildcard characters: False
225
+
```
207
226
208
-
## INPUTS
227
+
### CommonParameters
209
228
210
-
## OUTPUTS
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).
0 commit comments