Check out this video to learn how to start using the most important new features of PowerShell 2.0 including background jobs, modules, advanced functions, and function help (HQ and full screen recommended):
Great job by Kirk Munro! I know I will be now using these features a lot more.
If users.txt has a bunch of usernames (one per line) this outputs actual user accounts to the PowerGUI grid, which you can then manage with all the actions (disable, reset passwords, and so on.)
Alternatively, some customers are just using
Import-Csv
in a node and then define some actions to perform various activities based on the fields in the grid.
Also, although Darin did not show that, you can create your own export to CSV and use something like
Select Name, samAccountName | Export-Csv
to pick specific columns to be exported.
And there’s whole update from CSV scenario… Man, I could go on and on with these!
Windows Server 2008 R2 ships with a great new object undelete feature – Active Directory Recycle Bin. The only problem with this feature (apart from requiring 2008 R2 functional level ) is that PowerShell command-line is the only management interface shipped for the feature.
Well, not anymore. Check out the free GUI Kirk has put together with PowerGUI (make sure you click the HD button when watching this and make it full screen):
It keeps amazing me how great PowerGUI is when you need such GUIs on top of anything exposing PowerShell.
Kirk has recently published his Org Chart PowerPack which frankly I myself have been using a lot lately.
For anyone working in a medium to large size of company this is just a great tool to navigate your organization and even produce html and Visio reports about it:
Does your HR have anything like that? Send them the link to the demo and get them addicted to PowerShell!
Kirk has recently published a PowerPack which adds really nice-looking reports to PowerGUI Admin Console. Once you install the pack you will get these reports for any systems you manage: AD, Exchange, Operations Manager, VMware, Hyper-V – you name it.
Folks at PowerWF are building a design tool which lets you drag-and-drop PowerShell activities into a workflow. What makes their tool even more cool is the ability to run the workflows which you create right from the PowerGUI admin console specifically for the objects you select in the console grid.
Check out this demo:
And obviously visit the PowerWF site to download the beta and provide your feedback.
For PowerShell fans who could not make it to the TechEd this year TechEd Online lets you get some of the action from the comfort of you office (or home).
Hal and Kirk sat together and did an online demo of PowerGUI as well as had a general discussion of PowerGUI and PowerShell. Check it out here:
Creating the Customized Administrative Console Using PowerShell: A How-To Guide
(If the link does not work, log into TechEd Online and try the link again.)
The posts on this blog are provided “as is” with no warranties and confer no rights. The opinions expressed on this site are mine and mine alone, and do not necessarily represent those of my employer Quest Software or anyone else for that matter. All trademarks acknowledged.