If an administrator wants to test the results of a PowerShell cmdlet without actually performing the cmdlet's operations, what option should be used?

A. -WhatIf
B. -TestOnly
C. -Results
D. -TestRun

B. -TestOnly

Computer Science & Information Technology

You might also like to view...

The default file theme for a new presentation is ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

You can define your own reductions for an IntStream by calling its ________ method. The first argument is a value that helps you begin the reduction operation and the second argument is an object that implements the IntBinaryOperator functional interface.

a. reduction. b. lessen c. trim d. reduce

Computer Science & Information Technology