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 chain multiple PowerShell commands on one line
PowerShell one-liners sometimes are an easy way to achieve something quickly. There are cases where you might want to run multiple...
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...
Az Predictor Module – Azure PowerShell Predictions
Azure PowerShell is one of my preferred ways to build automation and manage Microsoft Azure. However, as Damien Caro (Microsoft Program...
PowerShell Predictive IntelliSense
2020 must have been a busy year because I missed one of the greatest new PowerShell features called Predictive IntelliSense. Back in...
Watch the PowerShell Deep Dive Video with Thomas Live!
On Wednesday, February 10, I plan to do a livestream and watch the PowerShell Deep Dive session...
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...
Empty Windows recycle bin with PowerShell
Windows has the concept of the recycle bin, from which you can restore files you have deleted. You might want to clear the Windows recycle...
How to Run Scripts in your Azure VM using Run Command
You can access your Azure IaaS virtual machine (VM) in multiple ways like SSH or RDP, depending on...