Browsing Tag
powershell
3 posts
Delete Files in PowerShell: Remove-Item with Safety
Delete Files in PowerShell: Remove-Item with Safety Deleting is permanent. Learn the safe patterns that prevent accidental data…
Backup Sitecore Media Library items with a PowerShell script
Hi! In this blog, we’ll find a Sitecore PowerShell script to be able to backup Media Library items…
How to Manage Variables Configuration in a PowerShell Project
One of the challenges of writing PowerShell scripts is how to handle variables configuration, such as settings, paths,…