Can you manage a Windows 2003 functional level domain with the Active Directory PowerShell modules?

The modules were introduced with Server 2008 R2, so they don't work on Server 2003, but I have read about doing this with the AD management gateway service. I'm not clear if this would work if I just have Windows 2003 domain controllers and no Windows 2008 R2 domain controllers.

Windows Powershell Download Server 2003

WPS can be downloaded (see Figure 1.1) and installed as an add-on to the following operating systems. Windows XP for x86 with Service Pack 2. Windows XP for x64 with Service Pack 2. Windows Server 2003 for x86 with Service Pack 1. Windows Server 2003 for x64 with Service Pack 1. Microsoft Windows PowerShell 1.0 for Windows Server 2003 is a new command-line shell and scripting language designed for system administration and automation. Navigation open search. Jul 15, 2014 - No. I would use Poshcode/ Jaykul modules: JSON REST.

Free Download Powershell 2.0 For Windows Server 2003 R2

Does anyone out there know for sure?

floydfloyd

2 Answers

Aha!

Yes, you can manage a 2003 FL domain with the AD PowerShell Modules. (I do it myself... well, 2k3 R2... and check this [old] thread at PowerShell Community.)

However, the modules themselves are intended to be installed on Server 2k8 or Win7, and though I've seen reference to hacks to install it on XP or 2k3, that seems pretty foolish to me. Get a Win7 workstation and you can manage your 2k3 domain from it with the AD PowerShell Module you mention.

Also, as from that PS Community thread, you will require ADWS, which is available for Server 2003, and your DCs may also require some patches and updates to the .NET 3.5 framework. Two years later, I'd hope that's already the case in your environment, but you never know.

EDIT: And here's a technet blog about how to set it up, the important bits of which are posted below in case the link goes dead or whatever.

Required tools/patches:

[And as usual, you only want to install the hotfixes if you need them, and you have to hunt through the KB article and then go through the email-us-to-get-a-download-link junk to actually download them.]

Installation/Setup:

On your 2003 DC:

  1. Install .NET 3.5.1 (SP1 for .NET 3.5)
  2. Install hotfix KB 969166
  3. Install hotfix KB 969429
  4. Install the appropriate version of ADMGS KB 968934
  5. Go to Services and observe/ensure that the Active Directory Web Service isnow installed and started.
Windows powershell download server 2003 key

On your Windows 7 workstation:

  1. Install Windows 7 RSAT.
  2. Add the Windows 7 RSAT features bolded below (Control Panel,Programs, Turn Windows features on or off):

    Remote Server Administration Tools

    • Role Administration Tools
      • AD DS and AD LDS Tools
        • Active Directory Module for Windows PowerShell
        • AD DS Tools
          • Active Directory Administrative Center
          • AD DS Snap-ins and Command-line Tools

Windows Powershell Download Win 2003 Server

Fire up PowerShell and punch in Import-Module ActiveDirectory. Sure beats VB or ADSI Edit, huh?

HopelessN00bHopelessN00b

Install Powershell V2 Windows Server 2003

Nope. The MS-provided modules described here do require a 2008 R2 domain controller, and ADWS (Active Directory Web Services).

Windows

Now, you can still use PowerShell to call dsmod, dsadd, etc ; and there are 3rd-party AD modules as well.

mfinnimfinni

Windows Power Shell Download Free

Not the answer you're looking for? Browse other questions tagged windowsactive-directorywindows-server-2003windows-server-2008-r2powershell or ask your own question.