Articles

PowerShell articles, tutorials, and guides from community experts.

Steve Parankewich
PowerShell for Admins

Get Last Reboot or Computer Up Time With PowerShell

Hey everyone, hope you had a great 2015 and I am back with I hope to be weekly updates for everyone at PowerShell.org. I wrote up a quick article on how to retrieve the last reboot time or the current up time for any local or remote computer. I also include a function that can be used to query …

Don Jones
Scripting Games

2016-January Scripting Games Puzzle

Our January 2016 puzzle comes from MVP Adam Bertram. We’re actively interested in receiving Scripting Games puzzles from members of the community - submit yours, along with an official solution, to us at admin@ via email!

Don Jones
Announcements

PowerShell.org's Nonprofit Status

We learned today that The DevOps Collective, Inc., (the company that officially owns and runs PowerShell.org, the PowerShell + DevOps Global Summit, etc.) was accepted by the US Treasury as a 501(c)(3) public charity. That means that the company is quite literally owned by the American public now, …

Don Jones
PowerShell for Admins

My Favorite DSC Feature Suggestions on UserVoice (upvote!)

Hopefully, you’re aware that Microsoft is moving to UserVoice for accepting feature requests and bugs. DSC in particular has 30-odd suggestions at present, and I thought I’d run through some of my fav’s. Log in and up-vote the ones you like, or add comments to expand the …

Don Jones
News

Microsoft's Brave New World Needs Version Numbers

In Microsoft’s brave new world of agile, more-frequent software releases, including numerous pre-release cycles… Microsoft needs to rethink the way it communicates versioning. Windows Management Framework (WMF) v5 has, for me, been pretty much the perfect example of what not to do, and …

Don Jones
Announcements

PowerShell News Roundup (There's Been a Lot of it)

There’ve been so many under-the-radar announcements and news bits about PowerShell, that I thought it’d be worth a quick start-of-the-week, pre-holiday roundup. First off, the big news is that **Windows Management Framework v5 has been released to manufacturing (RTM). **Not that …

Don Jones
DevOps

A Real-World DevOps Implementation – and Food for Thought

Want to see what a real-world, functional, production-grade DevOps environment looks like? Look no further than Amazon Web Services’ Elastic Beanstalk (EBS). EBS is a neat combination of their EC2 IaaS product, S3 storage, and some DevOps magic. From a working perspective, it goes something …