Windows Server Core Commands

Here are some Few Server Core Commands & CMDlets

Net user administrator password = for changing password.

Netsh interface ipv4 show interfaces = To list all your Network adapter











.

To set the IP Address  - here IDX numbers showing in above image show the number of your network card.

Netsh interface ipv4 set address name=11 source=static
address=10.10.10.10 mask=255.0.0.0 gateway=10.10.10.1

for DNS Server

Netsh interface ipv4 add dnsserver name=11 address 10.10.10.20



Search in this blog

My Videos Channel