As you probably know, Sitecore Powershell Extension is full of useful scripts that can be used as learning resources and sources of inspiration. I use Visual Studio Code to edit Powershell scripts much more conveniently. So I started working on…

My personal place to share knowledge about Sitecore, Powershell, Amazon Web Services and .NET
As you probably know, Sitecore Powershell Extension is full of useful scripts that can be used as learning resources and sources of inspiration. I use Visual Studio Code to edit Powershell scripts much more conveniently. So I started working on…
By default Content Authors are not able to configure the 'Default Content Language' by themselves. Of course, you can ask each content authors (let's assume that you have 30 accounts) what language is preferred and then manually configure Default Content…
Read More How you can enable content authors to configure Default Content Language?
Now Sitecore PowerShell Extensions provides a User Account Control (UAC) feature akin to that of Microsoft Windows. Security is very important but can be annoying. An elevated session state is required to run the script. Each time when elevated session…
Read More Manage User Access Control in convenient way with Powershell
Every system needs a maintenance, configuration changes and other and and actions that cause disturbances in the system.We can use email to inform users about a planned break or disruptions in the system's operation. But email is easy to overlook.…
Some time ago, I wrote a post How to download Sitecore files with a PowerShell. Previously I showed how to download all files; in this post, I added a simple interface to choose files to download from Sitecore downloads page.…
Read More Convenient way to download Sitecore files in a bulk.
The PowerShell 5.0 has features to support ZIP archives - Expand-Archive and Compress-Archive. They are very handy but what about performance? In my previous post I measured performance of extracting ZIP archive, in this post I will focus on a…
The PowerShell 5.0 has features to support ZIP archives - Expand-Archive and Compress-Archive. They are very handy but what about performance? During deployment we have to extract a ZIP archive, and I wrote a simple PowerShell script to measure a…
In this article I explain how to download all Sitecore packages from Sitecore download page in automated way with a PowerShell.
You must be logged in to post a comment.