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 ...
In the second part of this three-part series, the Prof. PowerShell breaks down how brackets should and shouldn't be used. In the last lesson I tried to demystify when to use parentheses in PowerShell.
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 ...
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 ...