Skip to content

Commit 5d11a3a

Browse files
authored
Update Connect-SPOService.md
1 parent 758938a commit 5d11a3a

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

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

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,18 @@ This cmdlet must be run before any other SharePoint Online cmdlets can run.
2020
## SYNTAX
2121

2222
### AuthenticationUrl
23-
24-
```powershell
25-
Connect-SPOService -AuthenticationUrl <String> [-ClientTag <String>] [-Credential <CredentialCmdletPipeBind>]
26-
-Url <UrlCmdletPipeBind> -ModernAuth <Boolean> [<CommonParameters>] -UseSystemBrowser <Boolean>
23+
```
24+
Connect-SPOService [-Url] <UrlCmdletPipeBind> [[-Credential] <CredentialCmdletPipeBind>]
25+
[[-ClientTag] <String>] [-AuthenticationUrl] <String> [[-ModernAuth] <Boolean>]
26+
[[-UseSystemBrowser] <Boolean>] [<CommonParameters>]
2727
```
2828

2929
### AuthenticationLocation
3030

31-
```powershell
32-
Connect-SPOService [-ClientTag <String>] [-Credential <CredentialCmdletPipeBind>]
33-
[-Region <AADCrossTenantAuthenticationLocation>] -Url <UrlCmdletPipeBind> [<CommonParameters>] -UseSystemBrowser <Boolean>
31+
```
32+
Connect-SPOService [-Url] <UrlCmdletPipeBind> [[-Credential] <CredentialCmdletPipeBind>]
33+
[[-ClientTag] <String>] [[-Region] <AADCrossTenantAuthenticationLocation>] [[-ModernAuth] <Boolean>]
34+
[[-UseSystemBrowser] <Boolean>] [<CommonParameters>]
3435
```
3536

3637
## DESCRIPTION
@@ -217,8 +218,8 @@ Parameter Sets: (All)
217218
Aliases:
218219
Applicable: SharePoint Online
219220
Required: False
220-
Position: Named
221-
Default value: False
221+
Position: 5
222+
Default value: None
222223
Accept pipeline input: False
223224
Accept wildcard characters: False
224225
```
@@ -227,11 +228,6 @@ Accept wildcard characters: False
227228
228229
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).
229230
230-
## INPUTS
231-
232-
## OUTPUTS
233-
234-
## NOTES
235231
236232
## RELATED LINKS
237233

0 commit comments

Comments
 (0)