You are an application developer. You submit a new job that has a job ID of 88 to a Windows HPC Server 2008 cluster. The job contains a single task that is not configured to run exclusively. You need to add a second task that runs the MyApp.exe file exclusively on the cluster. Which set of commands should you run?
A.
Se-HpcJob 88 Exclusive:$true
Add-HpcTask 88 Name:Task2 Command:MyApp.exe
B.
Se-HpcJob 88 Exclusive:1
Add-HpcTask 88 Name:Task2 Exclusive:1 Command:MyApp.exe
C.
Se-HpcJob 88 Exclusive:0
Add-HpcTask 88 Name:Task2 Exclusive:0 Command:MyApp.exe
D.
Se-HpcJob 88 Exclusive:$false
Add-HpcTask 88 Name:Task2 Exclusive:$false Command:MyApp.exe