Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,14 @@ Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
> [!NOTE]
> To avoid adding the `-UseSystemBrowser` parameter every time you run Connect-SPOService,
Comment thread
dangshubham marked this conversation as resolved.
Outdated
you can set a registry key instead.
Comment thread
dangshubham marked this conversation as resolved.
Outdated
>
> Set the `UseSystemBrowser` registery key (type `REG_DWORD`) at:
`HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SPO\CMDLETS\`
>
> 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.

Comment thread
dangshubham marked this conversation as resolved.
### CommonParameters

Expand Down