You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple script for SharePoint Online that finds all direct (one-level down) subsites in a provided site collection and enables the chosen SharePoint feature for all of them. You need to have the required permissions for the site and known the feature guid. The list of guids can be found here:
A simple script for SharePoint Online that finds all direct (one-level down) subsites in a provided site collection and enables the chosen SharePoint feature for all of them. You need to have the required permissions for the site and known the feature guid. The list of guids can be found [here](http://blogs.msdn.com/b/razi/archive/2013/10/28/listing-all-sharepoint-2013-features-including-name-title-scope-id-and-description.aspx).
3
2
4
3
5
-
##### Related scripts
4
+
#### Related scripts
5
+
6
6
Activate or deactivate a feature for a site and its subsites [GitHub](https://github.com/PowershellScripts/AllGalleryScriptsSamples/tree/master/Site%20Management/Features/Activate%20or%20deactivate%20a%20feature%20for%20a%20site%20and%20its%20subsites)[Technet Gallery](https://gallery.technet.microsoft.com/office/Activate-or-deactivate-a-bc6534e9)
7
7
8
8
Activate or deactivate a SPO feature for a single site [GitHub](https://github.com/PowershellScripts/AllGalleryScriptsSamples/tree/master/Site%20Management/Features/Activate%20or%20deactivate%20a%20SPO%20feature%20for%20a%20single%20site)[Technet Gallery](https://gallery.technet.microsoft.com/office/Activate-or-deactivate-a-da769f9d)
0 commit comments