1. Sign in to SERVR as nkcode\Administrator with the password xxxxxx. 2. On the Taskbar, click the Server Manager icon, then in Server Manager, click Add roles and features. 3. In…
Category: Network
Installing Windows Server 2012
(Insert The Bootable DVD): Choose installation language, currency format, time format, and keyboard input method. Click Install now or choose to repair your computer. Select the operating system you want to…
Windows 8 Shortcut Keys
You can use the following shortcut keys in the Windows 8 Startscreen. Shortcut Description Windows Key Window Toggle between the Start screen and the last-opened Windows Store app or the desktop. Window+1, Window+2, etc. Switch…
Microsoft Skills Development Roadmap
Choose your path to success. Whether you’re an experienced IT professional or new to the field, we have the training and certification path that will help lead you to success. Our classes…
DNS server Root Hints Locations and Details
Server Location IP Address a.public-root.net Amsterdam, The Netherlands 84.22.106.2 b.public-root.com Budapest, Hungary 79.172.201.120 c.public-root.com Paris, France 91.121.45.127 d.public-root.net London, UK 80.252.121.2 e.public-root.net Kelowna, British Columbia, Canada …
Enable Active Directory Recycle Bin & Restore Deleted Objects
Once you have installed Windows 2008 R2 on all Domain Controllers and the Forest Functionality mode is set to Windows 2008 R2, the Recycle Bin is an available option. However, it is…
How to Flush DNS Cache to Enable Privacy On the Internet
hances are, you have never flushed your DNS. You may not even know what DNS is. DNS stands for Domain Name System. DNS turns web sites like www.google.com into a numerical code…
Shutdown Syntax
shutdown [{-l|-s|-r|-a}] [-f] [-m [\\ComputerName]] [-t xx] [-c “message“] [-d[u][p]:xx:yy] Parameters -l : Logs off the current user, this is also the defualt. -m ComputerName takes precedence. -s : Shuts down the local computer. -r : Reboots after shutdown. -a : Aborts shutdown. Ignores other parameters,…
Ping
What is the Ping Command?: The ping command is a Command Prompt command used to test the ability of the source computer to reach a specified destination computer. The ping command is usually used as a…
Difference between TCP and UDP
Difference between TCP and UDP TCP UDP Reliability: TCP is connection-oriented protocol. When a file or message send it will get delivered unless connections fails. If connection lost, the server will request…