Blog Archive

Sunday, August 7, 2011

Rename a computer from domain domain Controller

Rename a computer from domain domain Controller
You can rename a computer that is in domain controller or in LAN using netdom command
Command
netdom renamecomputer Computername /newname:new_computername
/userd:domain\UserName /passwordd:password |* /usero:UserName
/passwordo:password |* /force /reboot:Time in seconds
The following is a description of this command line:
  • Computername: The current name of the computer to be renamed.
  • New_computername: The name that the computer will be renamed to. Both the Domain Name System (DNS) host label and the NetBIOS name are changed to the new name. If the new name is longer than 15 characters, the NetBIOS name is derived from the first 15 characters.
  • /userd:Domain\UserName: The user account to be used for the destination domain. This account is used to make the connection with the domain to which the computer is joined. This parameter is required, and if no domain is specified, the computer's domain is assumed.
  • /usero:UserName: A user account to be used for the originating domain that has local administrative permissions (this can be the same account specified for /userd:). This account is used to make the connection with the computer to be renamed. If omitted, the currently logged on user's account is used. The user's domain can be specified as "/uo:domain\user". If the domain is omitted, a local computer account is assumed.
  • /passwordd: password: The password of the user account specified by /userd.
  • /passwordo: password: The password of the user account specified by /usero.
    The asterisk symbol (*): A value that can be connected to either /passwordd or /passwordo and which indicates to prompt for the password.
  • force: This command can adversely affect some services running on the computer. The user will be prompted for confirmation unless the /force switch is specified.
  • Reboot: This specifies that the computer should be shut down and automatically restarted after the rename operation is completed. The number of seconds before automatic shutdown can also be provided. The default is 30 seconds. If this parameter is not specified, the computer must be restarted manually.

Wednesday, August 3, 2011

Remote Administration Server 2008

Remote Administrator Tool for Server 2008 / Server 2008 R2 available for Vista and windows 7

An AdminPak (a.k.a AdminPack, Admin Pack) for Windows Server 2008 has been released. Windows Server 200x administrators are familiar with the "Administration Tools" or adminpak.msi that they used to install on their management workstations for connecting remotely via MMC to servers instead of having to login them via RDP.

Windows Server 2008 did not have the adminpak built in to the RTM media. These are called the "Remote Server Administration Tools (RSAT)" and were released separately on March 24. The RSAT are available here

RSAT For Vista 

RSAT for Windows 7 

RSAT contains the following tools:

Role Administration Tools:

  • Active Directory Certificate Services Tools
  • Active Directory Domain Services (AD DS) Tools
  • Active Directory Lightweight Directory Services (AD LDS) Tools
  • DHCP Server Tools
  • DNS Server Tools
  • File Services Tools
  • Network Policy and Access Services Tools
  • Terminal Services Tools
  • Universal Description, Discovery, and Integration (UDDI) Services Tools

Feature Administration Tools:

  • BitLocker Drive Encryption Tools
  • Failover Clustering Tools
  • Group Policy Management Tools
  • Network Load Balancing Tools
  • SMTP Server Tools
  • Storage Manager for SANs Tools
  • Windows System Resource Manager Tools

Followers