Articles

PowerShell articles, tutorials, and guides from community experts.

Thomas Rayner
PowerShell for Admins

Where Are My FSMO Roles?

Hello, PowerShell people! I’ve never posted on PowerShell.org before and so I feel as though I owe you a quick introduction before we dive into the tip I’d like to share with you. My name is Thomas Rayner and I am a Microsoft MVP for Windows PowerShell. I’m also a systems …

Don Jones
Scripting Games

20115-September Scripting Games Puzzle

Our September 2015 puzzle is another one-liner, to help get you out of Summer Mood and back into Work Mode. This time, it’s a pretty real-world scenario, designed to test your understanding of the pipeline and how data can be manipulated within it. You’ll need to really grasp pipeline …

Matt Laird
PowerShell for Admins

Basic Exchange Monitoring

Hello Powershell.org! This is the first time I’ve posted for anyone outside of my own powershell blog site PowerShellMasters.com and I just want to thank PowerShell.org for everything they do for our community. I think most of you would agree that this site is one of the best PowerShell sites …

Jonas Sommer Nielsen
PowerShell for Admins

Multithreading using jobs

Often I have had to check something against all servers or clients. A classic problem and every time I run into the it it’s time consuming and running the job multithreaded would be nice. A few years back I found a nice little script for multithreading which I have been using quite often. …