Category: PowerShell

How To: Limit Office 365 Group Creation with PowerShell
How To: Limit Office 365 Group Creation with PowerShell
Blog Posts

In our webinar, Drive Adoption of Office 365 Groups and SharePoint Sites, we were asked how to limit creation of new SharePoint Sites. Our answer: Start by limiting who can create groups. For the bigger reference, use this Microsoft article. However, here’s my personal Coles Notes I keep so I can get right down to it (replace items… READ MORE

Data Discovery and Classification Done with PowerShell
Data Discovery and Classification Done with PowerShell
Blog Posts

Data discovery and classification isn’t just done with high-end, expensive software. Using the PowerShell scripting language, you can build custom tools that compare to the features you get paying thousands of dollars for free! Data Discovery Figuring out where all your data resides can be a daunting task. With so many data sources like databases,… READ MORE

Useful PowerShell cmdlets to administer Office 365 Groups
Useful PowerShell cmdlets to administer Office 365 Groups
Blog Posts

Howdy Folks! As promised in previous blog post related to Office groups , I’m back now with some cool PowerShell cmdlets which should ease your work in managing Office 365 groups in your organization . If you’re new to Office 365 groups, I humbly request you to read in detail about Office 365 groups by accessing this link.… READ MORE

Automated deployment for SharePoint Framework scripts available on Powershell gallery
Automated deployment for SharePoint Framework scripts available on Powershell gallery
Blog Posts

I published two scripts on Powershell gallery in order to help automated deployment of a SharePoint Framework solution: https://www.powershellgallery.com/packages/VSTS.DeploySPFxToO365CDN https://www.powershellgallery.com/packages/VSTS.DeploySPFxToAppCatalog The first script basically collects automatically the bundle publishing it on Office 365 CDN, while the second across the SharePoint ALM API is able to upload the package of the solution in the App Catalog.… READ MORE