Answer: The /W switch specifies the warning level of the MIDL compiler. The warning level indicates the severity of the warning. /W Specifies the warning level, an integer in the range 0 through 4. There is no space between the /W switch and the digit indicating the warning-level value. Warning levels range from 1 to 4, with a value of zero meaning to display no warning information. The highest-severity warning is level 1. The following table describes the warnings for each warning level The /W switch is used with all products installing with SCCM/SMS so it doesn't do anything product specific. The W switch tells the machine to wait and let the first install finish before it tries to start the second install.
What switch is used to remove a role?
Answer: ServerManagerCmd.exe command-line tool can be used to Install / Remove Server 2008 Roles and Features from command line. This command-line tool can be integrated into a script to manage roles and features.
Usage: ServerManagerCmd.exe
Installs and removes roles, role services and features. Also displays the list of all roles, role services, and features available, and shows which are installed on this computer. For additional information about the roles, roles services, and features that you can specify using this tool, refer to the Help for Server Manager.
What is the command to start the DHCP Server service? Answer: # /usr/sadm/admin/bin/dhcpmgr &
The DHCP Manager window opens, displaying the Addresses tab if the server is configured as a DHCP server or no tabs if the server is configured as a BOOTP relay agent.