What PowerShell cmdlet will allow you to review the status of a running deduplication job?

A. Get-DedupJob
B. Get-DedupSchedule
C. Get-DedupCurrent
D. Enable-DedupJob

Answer: A

Computer Science & Information Technology

You might also like to view...

JavaScript comments begin and end with the same characters as XHTML comments

Indicate whether the statement is true or false

Computer Science & Information Technology

Which syntax imports all static members of class Math?

a. import java.lang.Math.*. b. import static java.lang.Math.*. c. import static java.lang.Math. d. None of the above.

Computer Science & Information Technology