Recently I received an e-mail from an IT Pro who had been going through my PowerShell training videos from Trainsignal (which is now part of Pluralsight). He was clearly just getting started with ...
We've been looking at some of the different syntax punctuation you are likely to run into in PowerShell. I'm trying to come up with analogies to help you understand, but sometimes, like any language, ...
for($i = 1; $i -le 5; $i ++) { New-Variable -Name var$i -Value "foo" } If I wanted to then list/refer back to those variables without explicitly calling them (because ...
DISM is the Swiss Army Knife of Windows 10 maintenance and with the Windows 10 Creators Update it gained a helpful collection of PowerShell scripts. Here's how to put them to use. With the release of ...
PowerShell Plus is a very useful tool for anyone using PowerShell and not already strongly invested in a development environment. Now that it’s free, it’s even more appealing. PowerShell Plus is an ...
Overview:  PowerShell helps IT professionals automate repetitive tasks and manage systems more efficiently.The best ...
Mitch Tulloch is a Microsoft Most Valuable Professional and lead author of the Windows 7 Resource Kit from Microsoft Press. You can follow him on Twitter at ...