Forum Discussion
No Enable-SPFeature cmdlet available in Microsoft.Onlie.SharePoint.Powershell module?
Hi Kylan, the available cmdlets for SharePoint Online are limited. However, the good folks in the Patterns and Practices team at Microsoft have create a module which greatly extends the available cmdlets including "Enable-SPOFeature".
https://www.powershellgallery.com/packages/SharePointPnPPowerShellOnline/2.4.1605.0
Checkt it out!
- Lawrence ArmourJan 12, 2017Copper Contributor
The "
Evan Riser wrote:Hi Kylan, the available cmdlets for SharePoint Online are limited. However, the good folks in the Patterns and Practices team at Microsoft have create a module which greatly extends the available cmdlets including "Enable-SPOFeature".
https://www.powershellgallery.com/packages/SharePointPnPPowerShellOnline/2.4.1605.0
Checkt it out!
good folks" have changed the location so the link doesn't work. (((- Jan 12, 2017
Here's their dev center:
- Jan 23, 2017
All PnP Cmdlets are documented here:
https://github.com/SharePoint/PnP-PowerShell/blob/master/Documentation/readme.md
The comands have recently been renamed from ....SPO.... to ....PnP...
- Jul 21, 2016Yeap, alternatively you can use Client Side Object Model in PowerShell too so enable a feature should be easy enough