Skip to content

Commit d4eab59

Browse files
authored
Update Connect-SPOService.md
1 parent d7f72c9 commit d4eab59

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Connect-SPOService.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,14 @@ Accept wildcard characters: False
218218
> Applicable: SharePoint Online
219219
220220
Used to authenticate the user using the Microsoft Authentication Library (MSAL).
221+
> [!NOTE]
222+
> To avoid adding the `-UseSystemBrowser` parameter every time you run Connect-SPOService,
223+
you can set a registry key instead.
224+
>
225+
> Set the `UseSystemBrowser` registery key (type `REG_DWORD`) at:
226+
`HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SPO\CMDLETS\`
227+
>
228+
> If either registry key is set to a non-zero integer value or `-UseSystemBrowser` parameter is set to `true`, authentication flow will use system browser for sign-in.
221229

222230
```yaml
223231
Type: System.Boolean
@@ -230,14 +238,6 @@ Default value: None
230238
Accept pipeline input: False
231239
Accept wildcard characters: False
232240
```
233-
> [!NOTE]
234-
> To avoid adding the `-UseSystemBrowser` parameter every time you run Connect-SPOService,
235-
you can set a registry key instead.
236-
>
237-
> Set the `UseSystemBrowser` registery key (type `REG_DWORD`) at:
238-
`HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SPO\CMDLETS\`
239-
>
240-
> If either registry key is set to a non-zero integer value or `-UseSystemBrowser` parameter is set to `true`, authentication flow will use system browser for sign-in.
241241

242242
### CommonParameters
243243

0 commit comments

Comments
 (0)