'netsh' is a CLI command. It doesn't really have a 'menu'. You can have it list its options by using the /? argument to the command, such as 'netsh /?'
Explore few of the commands like Netstat &Nbtstat for Network Connections, Netsh for Firewall, Diskpart for Storage in Windows Server 2008.
format /fs:FAT32
Windows Server 2008 does not include built-in command-line tools for unzipping files directly in the Command Prompt. However, you can use third-party utilities like 7-Zip or WinRAR, which can be run from the command line, to extract ZIP files. Alternatively, you can use PowerShell, which is available in Windows Server 2008 R2, to unzip files with the appropriate commands.
Use the command dnscmd.exe
pathping
Windows Server 2008 editions that do not have an upgrade path include Windows Server 2008 Web Edition and Windows Server 2008 Standard Edition. Additionally, there is no upgrade path from Windows Server 2008 to Windows Server 2008 R2 for these editions. Users of these editions need to perform a clean installation when moving to a newer version.
Windows Server 2008 is the most recent release of Microsoft Windows' server line of operating systems. Released to manufacturing on 4 February 2008 and officially released on 27 February 2008, it is the successor to Windows Server 2003, released nearly five years earlier. Like Windows Vista, Windows Server 2008 is built on the Windows NT 6.0 kernel. A second release, named Windows Server 2008 R2, is currently under development.
There are seven simple ways to check server uptime in a Windows 2008. One way is to check under the performance tab in the 'Task Manager', another is typing 'systeminfo' in 'Command Prompt'.
For Windows Server 2008, it should be IIS 7.
Windows Server 2008 is the most recent release of Microsoft Windows' server line of operating systems. Released to manufacturing on 4 February 2008 and officially released on 27 February 2008, it is the successor to Windows Server 2003, released nearly five years earlier. Like Windows Vista, Windows Server 2008 is built on the Windows NT 6.0 kernel. A second release, named Windows Server 2008 R2, is currently under development.
First, you have to know what the default gateway address for your LAN segment is. This might mean talking to your network administrator. Usually this address is set automatically by the DHCP protocol, so you don't need to do anything. If you are using a set of static addresses, then you can specify the default gateway address in one of the Windows network dialog boxes. For Unix/Linux, the 'ifconfig' command allows you to set the default gateway address. For server 2008 (including Server 2008 Core) use the netsh command to set the default gateway address (if not using DHCP).
dcpromo.exe command line tool :source 70-640 windows server 2008 book pg.25