Which of the following would not be a part of the Microsoft Deployment Toolkit?
a. Job aids to assist in deploying Microsoft technologies
b. Support for new deployment shares
c. Virus and firewall protection
d. Integration with Windows PowerShell
C. All other choices are part of the Microsoft Deployment Toolkit.
You might also like to view...
The default text direction is ________ position
Fill in the blank(s) with correct word
Assuming the following is the beginning of the constructor definition for class BasePlus-CommissionEmployee which inherits from class Point,
BasePlusCommissionEmployee::BasePlusCommissionEmployee( string first, string last, string ssn, double sales, double rate, double salary ) : CommissionEmployee( first, last, ssn, sales, rate ) The second line: a. Invokes the CommissionEmployee constructor with arguments. b. Causes a compiler error. c. Is unnecessary because the CommissionEmployee constructor is called automatically. d. Indicates inheritance.