It’s been a while, but I’m back after a couple years of semi-retirement from writing PowerShell. The 1st item on my list to address is those of you who have…
Posts tagged as “PowerShell”
Replacing a global backup infrastructure across hundreds to thousands of remote offices is hard. In this post I'll give you everything needed to fully automate the process with Rubrik, cutting your migration from months to days.
Introduction Ransomware attacks are now big business. Gone are the days of encrypting your grandparents photos with decryption keys costing a couple hundred bucks. Gangs are now coming for your…
All good applications create logs and the more detailed the better. In PowerShell I log everything with Start-Transcript and Stop-Transcript. But what happens if you are generating thousands of detailed…
I do a lot of work with REST APIs and reporting in PowerShell which means I’m constantly working with arrays. This allows me to calculate, combine and store the results…
What if I said you could use PowerShell to update PowerShell? No this isn’t inception, there are legitimate use cases that could save you a lot of time and effort.…
Since first releasing my post on PowerShell REST API authentication back in Jan 2018 it has become one of the my most popular posts on virtuallysober.com. But that covers authentication,…
Over the past 6 months I’ve been doing an extensive amount of work with global backup reporting using PowerShell. One unique challenge that comes with global reporting is handling time…
In this post you'll learn how to run REST API cURL commands in Windows and convert them to PowerShell using Invoke-RestMethod.