Archive for July 21st, 2007

PowerShell Active Directory PowerPack

 Found this great PowerShell information on Dmitry Sotnikov’s blog

Our AD PowerPack has been quite outdated for a long time. I think it has been more or less the way it was initially created to demo AD cmdlets 1.0.1 integration at MMS. Not anymore! Last week we’ve set down and added a bunch of new features to the pack taking advantages of the enhancements introduced to both cmdlets (in versions 1.0.2 and 1.0.3) and PowerGUI itself (the pack now works with PowerGUI 1.0.8 or later).

Here’s the quick what’s new:

  • Description and system requirements shown/enforced on import
  • User password reset
  • OU browsing
  • Remove the default 100 item limits
  • User CSV Provisioning (!)
  • Enable User
  • Recursive Member Of
  • New User
  • New Group
  • Remove User
  • Remove Group

And here’s how it looks like:

Updated Active Directory PowerPack for PowerGUI

And don’t forget that all of that comes with the standard PowerGUI sorting, filtering, reporting, and bulk operations capabilities. And, if you are using Windows Server 2008 it integrates with the new Fine-Grained Password Policies UI. And, everything you do is also output as PowerShell code on the corresponding tab. And, you can add/remove/modify any node, link, or action. Etc., etc.

Go download it here.

Dmitry’s PowerBlog: PowerShell and beyond

Download details: Windows PowerShell Graphical Help File

get-help-big

The PowerShell help section, located is not the friendliest doc to review when you need to run a script using PowerShell.   Luckily, Microsoft released the Graphical chm file that is both easy to use and practical

gui-help-big

Download this utility / help file here

View the Windows PowerShell 1.0 help (including cmdlet help and the About topics) in a fully-searchable, graphical format (a standard Windows .chm file). Also included in the help file is the VBScript to Windows PowerShell Conversion Guide.

Download details: Windows PowerShell Graphical Help File

Active Directory Explorer v1.0

adexplorer

Microsoft has released AD Explorer, a complementary tool to everyone’s favorite ADSI Edit.  Think of AD Explorer as ADSI Edit with improved navigation and the ability snapshot your AD database.

You can download Active Directory Explorer here

Active Directory Explorer (AD Explorer) is an advanced Active Directory (AD) viewer and editor. You can use AD Explorer to easily navigate an AD database, define favorite locations, view object properties and attributes without having to open dialog boxes, edit permissions, view an object’s schema, and execute sophisticated searches that you can save and re-execute.

AD Explorer also includes the ability to save snapshots of an AD database for off-line viewing and comparisons. When you load a saved snapshot, you can navigate and explorer it as you would a live database. If you have two snapshots of an AD database you can use AD Explorer’s comparison functionality to see what objects, attributes and security permissions changed between them.

AD Explorer works on Windows 2000 and higher.

Active Directory Explorer v1.0

Complete Linux-AD Authentication Details

Scott Lowe has published a very thourough process detailing the steps required for Active Directory authentication for Linux.   

Complete Linux-AD Authentication Details » blog.scottlowe.org