Stop typing PowerShell credentials in demos using PowerShell SecretManagement
We all sometimes create presentations with some PowerShell demos. And often, we need to use...
How to run scripts against multiple Azure VMs by using Run Command
I wrote a blog post on how to run scripts in your Azure VM by using Run Command, and explained how handy this feature is to manage Azure...
Get System Uptime with PowerShell
Sometimes you want to know how long your system is running. There are multiple ways to get the uptime of your system using the GUI or...
PowerShell Predictive IntelliSense
2020 must have been a busy year because I missed one of the greatest new PowerShell features called...
How to check the available VM Sizes (SKUs) by Azure Region
Do you want to know which Azure VM (virtual machine) sizes are available in an Azure region? Here are some simple ways like the Azure...
How to Add Sleep/Wait/Pause in a PowerShell Script
Many of you know the “timeout” command we used when we created Windows Batch scripts. This pauses/waits/sleeps the script for a...
Find the Hostname of a Hyper-V VM
If you are running a virtual machine (VM) on Hyper-V, sometimes you want to know on which Hyper-V...