Don Jones avatar

Don Jones

Explore articles and content from this author

Don Jones avatar

Don Jones

370 articles  •  5 podcast episodes

6 min read

PowerShell.org's Azure Journey, Part 3: Load Testing [UPDATED]

So, I’ve gotten a two-VM version of PowerShell.org running in Azure. Yay, me! My *nix skills are unaccountably rusty (go fig), but it didn’t take too long. Restoring the WordPress installation was the toughest, as a number of settings had to be tweaked since the site is no longer under …

1 min read

PowerShell Great Debate: What's Write-Verbose For?

This was a fascinating thing to see throughout The Scripting Games this year: _When exactly should you use Write-Verbose, and why? _The same question applies to Write-Debug. “I use Write-Debug to provide developer-level comments in my scripts, since I can turn it on with -Debug to see variable …

3 min read

PowerShell.org's Azure Journey: Part 2

I had no idea Azure gives MSDN subscribers a huge free monthly credit - $200 for the first month, and then on the Ultimate subscription level (which is what I get as an MVP) you get $175 per month thereafter. That starts to really justify the MSDN pricing. You want a lab in the cloud? Free Azure! …

5 min read

PowerShell.org's Azure Journey, Part 1

When we started PowerShell.org, my company (Concentrated Tech) donated shared hosting space to get the site up and running. We knew it wouldn’t be a permanent solution, but it let us start out for free. We’re coming to the point where a move to dedicated hosting will be desirable, and …

1 min read

Two PowerShell Books 50% off TODAY ONLY

PowerShell in Depth and Learn Windows PowerShell 3 in a Month of Lunches are on half-price August 25th, 2013. Use code dotd0825au at www.manning.com/jones2/ or Use code dotd0825au at www.manning.com/jones3/ Tell a friend who needs to start learning PowerShell - two great books at 50% off. All print …

1 min read

Site Maintenance this Weekend (Aug 17-18 2013)

This weekend, we’ll be conducting maintenance on PowerShell.org. We have several goals: **New visual theme. **We’ll be installing a new visual theme. While we hope to catch everything, you may run across something goofy-looking. Please use the Community Discussion forum to report that, …

1 min read

New PowerShell.org Visual Design Draft, Pt 2

Spoke too soon in the morning’s updates; my designer buddies worked last night and took their first stab at the forums pages. They also changed their mind about the big black boxes, which I appreciate ;). The forums material is denser now, meaning more info per page, which should please some …

1 min read

PowerShell Great Debate: Can You Have Too Much Help?

In The Scripting Games this year, more than a few folks took the time to write detailed comment-based help. Awesome. No debating it - comment-based help _is a good thing. _ But some folks felt that others took it too far. There were definitely scripts where the authors used, for example, the .NOTES …