PowerShell for EPiServer – cheat sheet – Part 2
Most of this post is also based on the Microsoft’s Windows PowerShell Quick Reference however despite the sharing scripting runtimes the nature of the both shells differ considerably as described in...
View ArticleCopying files between path providers with PowerShell in EPiServer
We had a situation in the company this week which required us to deliver the whole EPiServer virtual path provider file structure to the client – zipped. Easy enough… go to the EpiServer VPP directory...
View ArticleEnable Sitecore DMS Analytics behind a proxy or a CDN
Should you put your Sitecore site behind a load balancing proxy you will run into a bit of a problem with analytics where all the Engagement Analytics app would ever report would be your own load...
View ArticleSample scripts for Sitecore PowerShell Console
Find out about your configuration: List your available site providers. You will use the name provided in the "Name" column in place of where I use "cms" in the later samples. get-psdrive ` |...
View ArticleExtending Sitecore ribbon with PowerShell scripts
Sitecore is built from the grounds up with extendibility in mind. Be that plugging into any place in its internal pipelines or any aspect of its User eXperience, therefore when I’ve managed to extend...
View ArticleContinuous deployment in Sitecore with PowerShell
A few days back a budy from our Sitecore team has alerted me to this interesting question on StackOverflow which asks for automation of content promotion from one Sitecore instance to another. He...
View ArticleSet up Sitecore PowerShell Extensions development environment
Since we’ve seen some interest from developers wanting to join the Sitecore PowerShell Extensions team, I thought it might be worth documenting how my development environment is put together to allow...
View ArticleRoll out multilingual item branches en masse using Sitecore PowerShell...
I’ve received this nice comment on one of my earlier posts and I thought it might warrant a blog post since it is a nice little challenge and might be useful for more scripters in our community. Hi...
View Article