Create new content type in SharePoint Online with PowerShell
This is part 5 of 10 where we will be creating a new content type in SharePoint Online with PowerShell. This is part of the following series: We will be collecting all available web templates in part 1...
View ArticleGet SharePoint Online list templates with PowerShell
This is part 6 of 10 where we will be getting the SharePoint Online list templates with PowerShell. This is part of the following series: We will be collecting all available web templates in part 1 so...
View ArticleCreate new document library in SharePoint Online with PowerShell
This is part 7 of 10 where we will be creating a new document library in SharePoint Online. This is part of the following series: We will be collecting all available web templates in part 1 so we can...
View ArticleAdd content type to an SharePoint Online list with PowerShell
This is part 8 of 10 where we will be adding a content type to an SharePoint Online list with PowerShell. This is part of the following series: We will be collecting all available web templates in part...
View ArticleCreate new view for a list in SharePoint Online with PowerShell
This is part 9 of 10 where we will be creating a new view for a list in SharePoint Online with PowerShell. This is part of the following series: We will be collecting all available web templates in...
View ArticleSet 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...
View ArticleGet SharePoint profiles located in the Default User Profile Subtype
This PowerShell script will get SharePoint profiles located in the Default User Profile Subtype or any other Subtype under the User Profile Service Application. My colleague needed a script to list all...
View ArticleRemoving 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...
View ArticleMigrationPermanentException error when migrating Google Mail (Gmail) to...
This error (MigrationPermanentException: We had trouble signing in to this account. Please confirm that you’re using the correct user name and password.) can give you a real headache because the guide...
View ArticleEditing Web Part properties with PowerShell CSOM in SharePoint
This PowerShell script can help when you need to change a Web Part property in SharePoint for multiple sites. We have used my script to create around 300 sites using a custom template. Certain sites...
View ArticlePowerShell script to loop through each SharePoint Online site
This PowerShell script will let you loop through each SharePoint Online site to perform a specific action. I’ve been asked a couple of times to write a script to for example create a new document...
View ArticleSharePoint 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...
View ArticlePossible 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...
View ArticleMails aren’t being moved to the archive mailbox using Exchange Online
A customer migrated all mailboxes to Office 365 using a cut-over migration. We decided to enable archiving for all users because of the large archive folder Microsoft gives us in Exchange Online....
View ArticleSeveral 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...
View ArticleGet Office 365 Admin Roles using PowerShell
Office 365 has a couple of admin roles which can be assigned to different users. With the below PowerShell one-liner you can get the Office 365 Admin Roles in 1 overview. Get-MsolRole | %{$role =...
View ArticleSharePoint birthday and anniversary web part display template and CSS
The downloadable display template and css file. The post SharePoint birthday and anniversary web part display template and CSS appeared first on SharePoint Fire.
View ArticleManage Office365 quick, painless and safe with PowerShell
Including: Get-Everything.ps1 Experts-live.ps1 ExpertsLive – Beheer Office365 snel, pijnloos en veilig met PowerShell.pptx The post Manage Office365 quick, painless and safe with PowerShell appeared...
View ArticlePowerShell Office 365 Groups Tool
I’ve been looking for a tool to easily manage Windows Updates on servers and found the PoshPAIG tool by Boe Prox at https://learn-powershell.net/ which has been created with PowerShell with a nice GUI....
View ArticlePowerShell Office 365 Inventory tool
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...
View Article