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...

Answer the following statements true (T) or false (F)

1) Each recursion causes a new activation frame to be placed on the stack. 2) Each activation frame contains all the function’s code, as well as the automatic variables and formal parameters. 3) The activation frames in nested function calls are handled in a last-in/ first-out order. 4) A binary search works with any array of numbers. 5) For the binary search in the text to work, the element searched for must actually be present in the array.

Computer Science & Information Technology

Which of the following is NOT a criteria for open source software?

A) There can be no discrimination against persons or groups. B) There is a fee for redistribution. C) There can be no discrimination against fields of endeavor. D) The license must not be specific to the product.

Computer Science & Information Technology

Which of the following is the default directory for User Profiles in Windows 7?

A. C:\Profiles\ B. C:\User Profiles\ C. C:\Users\Profiles\ D. C:\Users\

Computer Science & Information Technology

?In the _____ property, to center all of the elements so that a page appears centered within a browser window, one should create styles to set the left and right margins to auto.

A. ?display B. ?margin C. ?text-align D. ?box-shadow

Computer Science & Information Technology