Skip to content

Commit 7536475

Browse files
authored
Update Connect-SPOService.md
1 parent 187fba8 commit 7536475

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,14 @@ Default value: None
230230
Accept pipeline input: False
231231
Accept wildcard characters: False
232232
```
233-
234-
Instead of adding the -UseSystemBrowser parameter every time users run Connect-SPOService, this choice can be controlled by a registry key as well. This registry key (UseSystemBrowser of type REG_DWORD) will be located at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SPO\CMDLETS).
235-
236-
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.
237-
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.
238241

239242
### CommonParameters
240243

0 commit comments

Comments
 (0)