SharePoint Online SPOMod cmdlets & resources
This is a collection of resources available on a custom SharePoint Online module, its cmdlets, parameters and uses.
Download
SharePoint Module for managing lists, items and files. To start download directly click here.
SPOMod found a new home on GitHub where it welcomes all your suggestions and contributions.
Installation Guide
SharePoint Online SPOMod: Installation guide
Cmdlets
Connect-SPOCSOM (for SharePoint Online)
Connect-SPCSOM (for SharePoint Server)
Get-SPOList
New-SPOList
Set-SPOList
Remove-SPOList
Get-SPOListCount
Remove-SPOListInheritance
Restore-SPOListInheritance
Get-SPOListView
New-SPOListView
Set-SPOListView
Remove-SPOListView
Get-SPOListItems
New-SPOListItem
Set-SPOListItem
Remove-SPOListItem
Remove-SPOListItemInheritance
Restore-SPOListItemInheritance
Get-SPOListColumn
New-SPOListColumn
Set-SPOListColumn
Remove-SPOListColumn
Get-SPOFolderFiles
Set-SPOFileCheckout
Set-SPOFileCheckin
Approve-SPOFile
Deny-SPOFileApproval
Copy-SPOFile
Get-SPOContentType
New-SPOListContentType
New-SPOSiteContentType
New-SPOListContentTypeColumn
New-SPOSiteContentTypeColumn
Remove-SPOContentType
Set-SPOContentType
Get-SPOTermGroups
Get-SPOHashTagsTermSet
Get-SPOHashTagsTerms
Get-SPOKeyWordsTermSet
Get-SPOTermStore
New-SPOTermGroup
Set-SPOTermGroup
Set-SPOTermSet
Sample uses
Working with multiple items using Powershell
Manage SharePoint Online Access Requests using Powershell
Restoring and removing item permissions in subfolders for SharePoint Online using Powershell
SharePoint Online: Get all checked-out files using Powershell