lunes, 12 de enero de 2009

Comandos Server Core

Configurar una Direccion IP estatica. Server Core:
Netsh int ipv4 set address “Local Area Connection” static 10.1.1.10 255.255.255.0 10.1.1.1
Netsh int ipv4 set dnsserver “Local Area Connection” static 10.1.1.5 primary
Netsh int ipv4 set winsserver “Local Area Connection” static 10.1.1.6 primary
Configure a Dynamic (DHCP) IP Address on Server Core:
Netsh int ipv4 set address “Local Area Connection” source=dhcp
Change the name of the network interface on Server Core:
Netsh int set interface name = “Local Area Connection” newname = “Primary Network”



Establecer la contraseña de administrador Windows Server 2008

net user administrator *

Cambiar nombre d servidor

netdom renamecomputer /NewName:
shutdown /r /t 0


Para unir un servidor Windows 2008 al dominio

netdom join /domain: /userd: /passwordd:*

No hay comentarios:

Publicar un comentario