What PowerShell cmdlet can be used by an administrator to install a specific server role?
A. Add-WindowsFeature
B. Install-WindowsRole
C. Install-WindowsFeature
D. Add-WindowsRole
Answer: C
Computer Science & Information Technology
You might also like to view...
Which of the following statements increments the intNum variable's value by 2?
A. intNum = intNum - 2 B. intNum -= 2 C. intNum += 2 D. intNum ++ 2
Computer Science & Information Technology
A programming object and its interface can be compared to a handheld ____________________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology