Skip to content
Merged
Changes from 1 commit
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 @@ -231,6 +231,11 @@ Accept pipeline input: False
Accept wildcard characters: False
```

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).
Copy link
Contributor

@samkabue samkabue Aug 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SPO\CMDLETS

add backticks #Closed


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.


### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
Expand Down