Windows 7: Difference between revisions
Jump to navigation
Jump to search
m (Initial creation) |
(Added "Reboot via RDP") |
||
Line 1: | Line 1: | ||
== Reboot via RDP == | |||
When RDP'ed to a machine, there is no shutdown or reboot option. To restart the machine use... | |||
<code> shutdown -r </code> | |||
== Show DNS Servers == | == Show DNS Servers == | ||
In previous versions of Windows you could see assigned DNS servers by using <code> ipconfig /all </code>. In Windows 7 its still available, but doesn't show the DNS servers. | In previous versions of Windows you could see assigned DNS servers by using <code> ipconfig /all </code>. In Windows 7 its still available, but doesn't show the DNS servers. | ||
* <code> netsh interface ip show config </code> | * <code> netsh interface ip show config </code> |
Latest revision as of 09:45, 1 May 2012
Reboot via RDP
When RDP'ed to a machine, there is no shutdown or reboot option. To restart the machine use...
shutdown -r
Show DNS Servers
In previous versions of Windows you could see assigned DNS servers by using ipconfig /all
. In Windows 7 its still available, but doesn't show the DNS servers.
netsh interface ip show config