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 published in “REST APIs”
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,…
Live mounting SQL Databases is one of the most powerful and transformational features in Rubrik. And I’m not using that word lightly, you can positively impact the speed in which…
One of the most downloaded scripts on my blog over the past 2 years has been the Rubrik Recovery Plan for orchestrating the failover, test, and ordering of VM live…
I recently had 3 Rubrik customers asking for ways to automate protecting VMs by a means not available in the UI. Any use case is possible when you have an…
In this post you'll learn how to run REST API cURL commands in Windows and convert them to PowerShell using Invoke-RestMethod.
Using PowerShell to get data from REST APIs is usually straightforward once you’ve got a good example to work from. There are however some exceptions where the REST API might…