Don Jones avatar

Don Jones

Explore articles and content from this author

Don Jones avatar

Don Jones

370 articles  •  5 podcast episodes

5 min read

One of the ballyhooed new features in PowerShell v3 is the new “simplified” syntax for Where-Object and ForEach-Object. I’m going to focus on the former for this article. In essence, instead of doing this: Get-Service | Where-Object { $_.Status -eq 'Running' } You can now do this …

1 min read

Free eBook: Creating HTML Reports in PowerShell

I’ve written a new, short, totally free eBook that explains how to build multi-sectional HTML reports in Windows PowerShell. This is something I’ll be building on in the future, as I have time, to add additional formatting capabilities, and even interactivity. But what’s there now …