You are an application developer. You use a Windows HPC Server 2008 cluster. The queue on the cluster contains 10 jobs. The states of the jobs are either Queued or Running. You submit five new jobs that have job IDs of 201 through 205. The new jobs were assigned the project name AppDev. You need to change the project name for the new jobs from AppDev to Dev-100 without modifying other
jobs. Which command should you run?
A.
Set-HpcJob project:Dev-100
B.
Job modify 201 /projectname:Dev-100
C.
Get-HpcJob | Set-HpcJob Project:Dev-100
D.
Get-HpcJob Project:AppDev | Set-HpcJob Project:Dev-100