PowerShell for Microsoft 365 Notes
Chapter 5.1 - SharePoint Modules
SharePoint Module
- Microsoft.Online.SharePoint.PowerShell
- Manage SharePoint
Install-Module Microsoft.Online.SharePoint.PowerShell
- Manage SharePoint
Connecting to SharePoint
- Connect-SPOService
- Link your account to Module
- Ensure -url references the admin URL
Connect-SPOService -Url https://stormwindcourse-admin.sharepoint.com/
Conclusions
- SharePoint Module
- Microsoft.Online.SharePoint.PowerShell
- Connecting to SharePoint Module