Freigeben über


Active Directory Administrative Center for Windows Server 2008 R2 implemented using ADPowershell!

Windows Server 2008 R2 doesn’t just add ADPowershell – it also adds Active Directory Administrative Center (or ADAC), a new GUI tool for AD administrators.  Read about it here.  What’s more, while you can’t tell just from looking at it, ADAC is implemented entirely over Windows PowerShell 2.0 and ADPowershell!  Every read and write to AD goes through ADPowerShell.  So, if you were wondering whether Windows PowerShell and ADPowershell are just for scripters -- they aren’t!  Windows PowerShell and ADPowerShell provide a powerful and flexible management API for the construction of management applications of any type.

Thanks,
Jon Newman
Active Directory Administrative Center
(formerly from PowerShell 1.0 team)

Comments

  • Anonymous
    March 27, 2009
    PingBack from http://blog.a-foton.ru/index.php/2009/03/27/active-directory-administrative-center-for-windows-server-2008-r2-implemented-using-adpowershell/
  • Anonymous
    March 27, 2009
    So we can create custom tasks or "content" for overview page using PowerShell scripts? How?
  • Anonymous
    March 27, 2009
    Windows Server 2008 R2 doesn’t just add ADPowershell – it also adds Active Directory Administrative Center
  • Anonymous
    March 31, 2009
    @Xaegr,The overview page is not customizable. The ADAC uses ADPowerShell cmdlets in the background to achieve all of it's management tasks.Thanks,AliSoftware Developer Engineer in Test, AD PowerShell Team
  • Anonymous
    March 31, 2009
    This is a awesome tool for managing Active Directory on the next version of the Windows Server management
  • Anonymous
    April 14, 2009
    The comment has been removed
  • Anonymous
    April 19, 2009
    Are you going to expose the script that the console uses in the same way that Exchange 20072010 does.  This functionality does make a great learning tool.
  • Anonymous
    June 29, 2009
    On Windows 2008 R2, I have extended the schema and also installed the snapin that lets me integrate and manage the custom objects in the ADUC.On ADAC, I can see the objects and change their properties. But I cannot create any new objects. I am talking about the menu extension ie. when we right click on OU -> New. Besided 'Computer', 'User', 'OU', 'Group', I can see my custom objects in ADUC but not on ADAC. Is this working by design or do I need to do something different to see my objects under 'New' in ADAC