pnp / PnP-PowerShell

SharePoint PnP PowerShell CmdLets
https://pnp.github.io/powershell
Other
989 stars 662 forks source link

Optimizing login speed with Connect-PnPOnline -UseWebLogin #2797

Closed KoenZomers closed 4 years ago

KoenZomers commented 4 years ago

Type

Related Issues?

Resolves issue https://github.com/pnp/PnP-PowerShell/issues/1724

What is in this Pull Request ?

Connect-PnPOnline -UseWebLogin will now specifically log on to /_layouts/15/settings.aspx to ensure faster login performance.

Depends on PnP Sites Core PR https://github.com/pnp/PnP-Sites-Core/pull/2707 to be merged first