Forum Discussion
Audi86
Sep 26, 2022Brass Contributor
Powershell for sharepoint online
Hi, I have a powershell script related to SharePoint 2013 server. Can this be converted to work on online, as the site is community site template which was available in SharePoint 2013 and its also a...
- Sep 26, 2022Hello,
There is no Get-SPWeb in SPO PS so I would say you will need to explore with PnP SharePoint module
https://pnp.github.io/powershell/cmdlets/Get-PnPWeb.html
and
https://pnp.github.io/powershell/cmdlets/Disable-PnPFeature.html
Sep 26, 2022
Hello,
There is no Get-SPWeb in SPO PS so I would say you will need to explore with PnP SharePoint module
https://pnp.github.io/powershell/cmdlets/Get-PnPWeb.html
and
https://pnp.github.io/powershell/cmdlets/Disable-PnPFeature.html
There is no Get-SPWeb in SPO PS so I would say you will need to explore with PnP SharePoint module
https://pnp.github.io/powershell/cmdlets/Get-PnPWeb.html
and
https://pnp.github.io/powershell/cmdlets/Disable-PnPFeature.html