You administer a Windows HPC Server 2008 cluster that has three compute nodes named node1, node2, and node3. You need to view only the top five processes that use the CPU for a long time on node1. Which command should you run on the head node?
A.
Node view node1 /detailed:true /lastdays:5
B.
Get-process|Sort-Object CPU |Select-Object Cfirst 5
C.
Get-HPCNode CName node1 CTemplatename "-last 5" CVerbose
D.
clusrun /nodes:node1 powershell Ccommand "& {Get-Process|Sort-Object CPU |Select-Object Clast 5}"