I’ve thought of creating a different tool after creating the PowerShell Office 365 tool a couple of days ago to improve my PowerShell coding and to make my work and that of my colleagues a little bit easier. The PowerShell Office 365 inventory tool lists a lot of...
Blog
SharePoint OnlineSeveral useful PowerShell cmdlets for Office 365
On 22-11-2016 I presented a presentation with the title “Manage Office365 quick, painless and safe with PowerShell” at Experts Live 2016. During this presentation I showed several useful PowerShell cmdlets for Office365 and mainly for the Azure Active Directory,...
Possible uses for the PowerShell loop through each site script
A few posts ago I created a script that loops through each site in a site collection. The script is located at https://www.sharepointfire.com/2016/05/powershell-script-to-loop-through-each-sharepoint-online-site/. I’ll use this post to add all the commands I’ve used...
SharePoint birthday and anniversary web part using search results
This blog will show you in detail how you can create a birthday and anniversary web part using a search results web part with a custom Display Template and CSS. This web part uses the user profile birthday property which people can fill in their self. I’ve started...
Removing site, web and subwebs from SharePoint Online with PowerShell
We have all seen the error "There was a problem deleting Web site "/sites/RootSite/subweb1". Sites that have subsites or certain apps can't be deleted. Please try again after deleting all subsites and removing the apps." It could be that there is just 1 web site...
Set custom permissions for a site in SharePoint Online with PowerShell
This is the last part of this series 10/10 where we will be setting custom permissions for a site in SharePoint Online with PowerShell. This is part of the following series: We will be collecting all available web templates in part 1 so we can use this to create a new...