SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Windows 2008 Server Core Commands
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 48 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. List roles - role services - and features.
OCList.exe
PNPUtil.exe
netsh interface ipv4 show interfaces
servermanagercmd -remove dns
2. Set the server's name and domain membership
NetDom RenameComputer
dnscmd /zoneadd zonename /secondary master IP address
ServerWerOptin.exe
Wmic qfe list -
3. Set a DNS server for an IP Interface
netsh interface ipv4 add dnsserver name="" address= index=1
Sc query type=driver
dnscmd /zoneresetsecondaries zonename /nonsecure|securens
Control timedate.cpl
4. Show IP Interfaces
intl.cpl
WinRM quickconfig
netdom remove
netsh interface ipv4 show interfaces
5. Uninstall the DNS service on a 2008 Server full install system
dnscmd /recordadd zonename lowIP PTR FQDN
servermanagercmd -remove dns
OCList.exe
netdom remove
6. How to display Task Manager
intl.cpl
dnscmd /zonerefresh zonename
PNPUtil.exe
Ctrl+Shift+Esc
7. To manage a server running a Server Core installation by using the Windows Remote Shell
intl.cpl
servermanagercmd -install dns
WinRM quickconfig
dnscmd /zoneresetsecondaries zonename /nonsecure|securens
8. Restart the computer by typing the following at a command prompt:
Wusa.exe PatchName.msu /quiet
dnscmd /zoneresetsecondaries zonename /nonsecure|securens
shutdown /r /t 0
dnscmd /zoneadd zonename /secondary master IP address
9. To join a Windows 2008 server to a domain
netdom join /domain: /userd: /passwordd:*
Scregedit.wsf
ocsetup DNS-Server-Core-Role
intl.cpl
10. Install the DNS service on a 2008 Server Core system
netsh interface ipv4 show interfaces
Wmic qfe list -
ocsetup DNS-Server-Core-Role
dnscmd /recordadd zonename hostname A ipaddress
11. To change the name of the server
ipconfig /all
Wmic qfe list
netdom renamecomputer /NewName
Control intl.cpl
12. Delegate a new child domain - naming its first DNS server
ServerWerOptin.exe
Either net stop dns or sc stop dns
dnscmd /recordadd zonename childname NS dnsservername
cscript C:'Windows'System32'Scregedit.wsf /au 1
13. List installed MSI applications by name.
netsh interface ipv4 show interfaces
Scregedit.wsf
OCList.exe
Wmic product get name /value "
14. Delete a DNS zone from a server
WinRM quickconfig
Sc query type=driver
Ctrl+Shift+Esc
dnscmd /zonedelete zonename [/f]
15. List the system configuration details.
Wmic product get name /value "
netsh interface ipv4 add dnsserver name="" address= index=1
netdom renamecomputer /NewName
SystemInfo
16. Uninstall an MSI application.
Wmic product get name /value "
OCSetup.exe
Control desk.cpl
Wmic product where name="Name" call uninstall
17. To enable automatic updates
18. View or set the date - time - and time zone
dnscmd /recordadd zonename @ NS servername
WinRM quickconfig
Control desk.cpl
Control timedate.cpl
19. Configure the operating system. Use the /cli parameter to list available configuration areas
netsh interface ipv4 add dnsserver name="" address= index=1
PNPUtil.exe
SystemInfo
Scregedit.wsf
20. Create a secondary DNS zone
SystemInfo
servermanagercmd -install dns
dnscmd /zoneadd zonename /secondary master IP address
dnscmd /recordadd zonename childname NS dnsservername
21. Install the DNS service on a 2008 full install system
cscript C:'Windows'System32'Scregedit.wsf /au 1
Control timedate.cpl
WinRM quickconfig
servermanagercmd -install dns
22. Show all of the DNS zones on a DNS server
dnscmd /enumzones
ocsetup /uninstall DNS-Server-Core-Role
servermanagercmd -remove dns
dnscmd /zoneadd zonename /primary
23. Tell a primary whom to allow zone transfers to
cscript C:'Windows'System32'Scregedit.wsf /au 4
dnscmd /zoneresetsecondaries zonename /nonsecure|securens
dnscmd /zoneadd zonename /secondary master IP address
ocsetup /uninstall DNS-Server-Core-Role
24. Add a PTR record to a reverse lookup zone
dnscmd /recordadd zonename @ NS servername
SystemInfo
Control timedate.cpl
dnscmd /recordadd zonename lowIP PTR FQDN
25. Create a primary DNS zone
dnscmd /zoneadd zonename /primary
PNPUtil.exe
dnscmd /zonerefresh zonename
Wmic product where name="Name" call uninstall
26. Activate the OS
Wusa.exe PatchName.msu /quiet
dnscmd /zoneadd zonename /secondary master IP address
Cscript slmgr.vbs -ato
dnscmd /zoneadd zonename /primary
27. Set Regional options
dnscmd /recordadd zonename lowIP PTR FQDN
netdom join /domain: /userd: /passwordd:*
dnscmd /zonedelete zonename [/f]
Control intl.cpl
28. To remove the Windows 2008 server from a domain
ServerWerOptin.exe
netdom remove
Control timedate.cpl
dnscmd /zonedelete zonename [/f]
29. To set the administrative password in Windows Server 2008
net user administrator *
Wmic product get name /value "
Control timedate.cpl
dnscmd /zonerefresh zonename
30. Tell a secondary DNS server to request any updates from the primary
ocsetup DNS-Server-Core-Role
Control timedate.cpl
intl.cpl
dnscmd /zonerefresh zonename
31. Add an NS record to a DNS Zone
netsh interface ipv4 set address name="" source=static address= mask= gateway=
PNPUtil.exe
dnscmd /recordadd zonename @ NS servername
servermanagercmd -install dns
32. To set the server with a static IP address
netsh interface ipv4 show interfaces
dnscmd /zoneadd zonename /secondary master IP address
netsh interface ipv4 set address name="" source=static address= mask= gateway=
Ctrl+Shift+Esc
33. To disable automatic updates
34. How to open Control Panel
dnscmd /zonerefresh zonename
OCList.exe
intl.cpl
servermanagercmd -remove dns
35. List information about the computer's IP address configuration
servermanagercmd -install dns
Control timedate.cpl
ipconfig /all
SystemInfo
36. List installed updates and hotfixes.
Either net stop dns or sc stop dns
dnscmd /recordadd zonename lowIP PTR FQDN
Wmic qfe list
servermanagercmd -remove dns
37. Install or update hardware device drivers.
dnscmd /recordadd zonename @ NS servername
Control timedate.cpl
PNPUtil.exe
Scregedit.wsf
38. View and search event logs.
Wmic product where name="Name" call uninstall
ocsetup /uninstall DNS-Server-Core-Role
dnscmd /zoneadd zonename /primary
WEVUtil.exe
39. Stop the DNS service
Either net stop dns or sc stop dns
ocsetup DNS-Server-Core-Role
Ctrl+Shift+Esc
netsh interface ipv4 set address name="" source=static address= mask= gateway=
40. Configure Windows Error Reporting.
Cscript slmgr.vbs -ato
ServerWerOptin.exe
netsh interface ipv4 show interfaces
Either net stop dns or sc stop dns
41. Uninstall the DNS service on a 2008 Server Core system
ocsetup /uninstall DNS-Server-Core-Role
Scregedit.wsf
servermanagercmd -install dns
Control timedate.cpl
42. Apply an update or hotfix to the operating system.
netdom renamecomputer /NewName
NetDom RenameComputer
OCSetup.exe
Wusa.exe PatchName.msu /quiet
43. List installed updates and hotfixes.
ocsetup /uninstall DNS-Server-Core-Role
dnscmd /zoneadd zonename /secondary master IP address
netsh interface ipv4 add dnsserver name="" address= index=1
Wmic qfe list -
44. Control desktop settings
netdom join /domain: /userd: /passwordd:*
Either net stop dns or sc stop dns
netsh interface ipv4 add dnsserver name="" address= index=1
Control desk.cpl
45. List installed device drivers.
cscript C:'Windows'System32'Scregedit.wsf /au 1
PNPUtil.exe
dnscmd /zoneadd zonename /primary
Sc query type=driver
46. Add an A record to a DNS zone
dnscmd /recordadd zonename hostname A ipaddress
dnscmd /zoneresetsecondaries zonename /nonsecure|securens
Cscript slmgr.vbs -ato
dnscmd /enumzones
47. Add or remove roles - role services - and features
WEVUtil.exe
OCSetup.exe
netdom renamecomputer /NewName
dnscmd /recordadd zonename childname NS dnsservername
48. View or set system properties
OCList.exe
Control sysdm.cpl
Ctrl+Shift+Esc
Control intl.cpl