A script is just a collection of commands saved into a text file (using the special .ps1 extension) that PowerShell understands and executes in sequence to perform different actions. In this post, we ...
Don’t copy and paste the same code over and over again. Instead, create a PowerShell function and save yourself time.
There are a few ways that PowerShell can provide some sort of notification method to alert you when something happens such as a script completing or an issue is detected during a query. The most ...
Windows 10 will soon let you configure Windows Terminal as the default terminal application to launch console and PowerShell programs. When you launch a command-line console program in Windows 10, the ...
Sometimes it’s easiest to learn something new simply by using it, and to my mind PowerShell is no exception. Often we discover new capabilities and features in looking at what tasks other people are ...
Just recently, Microsoft has made it a lot easier to create new shares by avoiding cumbersome UI navigation and going straight through PowerShell. Working with Windows shares, you can easily create a ...
You had to see this one coming. After all, I wrote a book about it. However, I’m still amazed at the number of people that don’t know what PowerShell is. So, here is my pitch, hopefully people take ...