Infos

Sie befinden sich aktuell in den Techblog - Tim Wanierke Blog-Archiven für den folgenden Tag 4.11.2009.

Calendar
November 2009
M D M D F S S
« Okt   Dez »
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Archive für 4.11.2009

HOWTO : Install NETDOM for Windows 7

Normaly the tool NETDOM does not exists on a Windows 7 system. Microsoft has added the powershell cmdlet “Add-Computer” instead of the tool NETDOM.
Link “Add-Computer” : http://technet.microsoft.com/en-us/library/dd347556.aspx

With this powershell cmdlet it is not possible to join a Windows 7 system unattended to a Active Directory.
But … now I have found the NETDOM tool for Windows 7.

1. Download and Install the RSAT Tools for Windows 7.
Link “RSAT” : http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d

2. Open a command prompt after installing the RSAT Tools and enter the following command.

start /w pkgmgr /iu:RemoteServerAdministrationTools-Roles-AD-DS-SnapIns;RemoteServerAdministrationTools-Roles-AD-DS;RemoteServerAdministrationTools-Roles-AD;RemoteServerAdministrationTools-Roles;RemoteServerAdministrationTools

Now there is the tool NETDOM available on you Windows 7 system.

Ports necessary to join an AD Domain

Service Port/protocol
—————————————————————————
RPC endpoint mapper 135/tcp, 135/udp
NetBIOS name service 137/tcp, 137/udp
NetBIOS datagram service 138/udp
NetBIOS session service 139/tcp
RPC dynamic assignment 1024-65535/tcp
SMB over IP (Microsoft-DS) 445/tcp, 445/udp
LDAP 389/tcp
LDAP over SSL 636/tcp
Global catalog LDAP 3268/tcp
Global catalog LDAP over SSL 3269/tcp
Kerberos 88/tcp, 88/udp
DNS 53/tcp[1], 53/udp
WINS resolution (if required) 1512/tcp, 1512/udp
WINS replication (if required) 42/tcp, 42/udp
Network time protocol (NTP) 123/udp

|