975 pts.
 Administrative function capabilities in Windows 7 and Windows server 2008
What types of administrative functions can I automate on a Windows 7/ Windows Server 2008 domain using Powershell scripts? Can I create applications that will allow junior admins to create users with the fields we need filled in mandatory? Can I integrate these features with a website so the work can be done remotely?

Software/Hardware used:
ASKED: March 23, 2011  9:00 PM
UPDATED: March 24, 2011  6:00 AM

Answer Wiki:
Yes, u can. By using Active Directory Module with PowerShell Script it may be possible to automate the administrative functions (consider cmdlets). Built-in Windows PowerShell commands,called cmdlets provides the functions what u want. But it needs at least on Windows Server 2008 R2 Domain Controller running Active Directory Web Services (ADWS) in the domain. OR, alternatively, AD Management Gateway Service can be installed on Windows Server 2008 server with or without SP2 installed. It makes able to do scripting even remotely from server computer, or other workstation. And of course it does require Windows 7 in order to install the Remote Server Administration Tool. One more info is in SP 1 there is a new feature called RemoteFX. It is an improvement that should help to using Microsoft Remote Desktop Services on thin clients. For more info and quick reference link here <a href="http://www.jonathanmedd.net/wp-content/uploads/2009/10/ADPowerShell_QuickReference.pdf">PowerShell </a> and also from <a href="http://technet.microsoft.com/en-us/library/dd378843(WS.10).aspx">Microsoft</a>
Last Wiki Answer Submitted:  March 24, 2011  6:00 am  by  Subhendu Sen   22,035 pts.
All Answer Wiki Contributors:  Subhendu Sen   22,035 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _