Quantcast
Channel: System Center Virtual Machine Manager » Powershell
Viewing all articles
Browse latest Browse all 2

Retrieving more details on a failed job (ID: 23755)

$
0
0

During VM creation, you might get into a situation where your deployment is blocked due to incorrect or invalid settings in the VM template, VM Host or cloud.
VMM might refer to the cause by using a reference Task ID GUID.

image

But how do you retrieve more information using the GUID?
Obviously, PowerShell…

$JobInfo = get-SCjob –ID <GUID>

image

That actually brings back an VirtualMachineManager.Task object with a property AdditionalMessages.

Looking at the AdditionalMessages will reveal all problems that cause the deployment to be blocked.

$JobInfo.AdditionalMessages

image


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images