News

When writing PowerShell scripts, in a perfect world, we'd all just use cmdlets and functions. After all, the batch file days are behind us! Unfortunately, that's not always possible or even the best ...
Bit of a mixed bag question. Created a dataset in PowerShell saved to an array. I'm building an HTML table off it to use for an HTML-format email. Easy right? Table works. Email works. My CSS ...
For example, the stuff (actually, the .NET object — remember, all PowerShell output is a .NET object) you get from the get-process cmdlet can be referred to in the pipeline next as $_.