Forum Discussion

Chris Stewart's avatar
Chris Stewart
Brass Contributor
Aug 02, 2017
Solved

Using SharePoint Client Side Object Model with PowerShell and Multifactor Authentication

There is a technique to connect to SharePoint Online with PowerShell when Multi-factor Authentication(MFA) is enabled. https://technet.microsoft.com/en-us/library/fp161372.aspx   There is a very l...
  • paulpascha's avatar
    Aug 03, 2017

    Connecting to SharePoint Online using PnP PowerShell Connect-PnPOnline allows you to specify a UseWebLogin parameter. This allows you to connect with MFA enabled. Once connected you'd have many more https://github.com/SharePoint/PnP-PowerShell/blob/master/Documentation/readme.mdat your disposal

     

    https://github.com/SharePoint/PnP-PowerShell

     

    Hope this helps!

Resources