Skip to content

Instantly share code, notes, and snippets.

@sebastienlevert
Created March 30, 2015 05:29
Show Gist options
  • Save sebastienlevert/134ca562fe32937b5631 to your computer and use it in GitHub Desktop.
Save sebastienlevert/134ca562fe32937b5631 to your computer and use it in GitHub Desktop.
Lundis PowerShell #2 - Installation du module PowerShell d'Office 365 PnP
Connect-SPOnline -Url https://tenant.sharepoint.com -Credentials (Get-Credential)
Connect-SPOnline -Url https://tenant.sharepoint.com -Credentials genericcredentialid
.\Install.ps1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment