OnePlaceSolutions / OnePlaceLiveSitePnP

Provisions a SharePoint Site with all the lists and settings for use with OnePlaceLive
MIT License
3 stars 1 forks source link

Added SharePoint Online check #14

Closed ashleygagregory closed 4 years ago

ashleygagregory commented 4 years ago

Added check for SharePoint Online to use the 'Web Login' in case MFA is on, from the PnP Github:

`Or if you have Multi Factor Authentication enabled or if you are using a federated identity provider like AD FS, instead use:

Connect-PnPOnline –Url https://yoursite.sharepoint.com –UseWebLogin`

colinjwood commented 4 years ago

Looks good nice work Ashley