Find out a deployment from the Deployment ID


Via the SCCM Console, the Deployment ID for a deployment is not visible by default. To enable this go into the Monitoring workspace. Right click the menu bar and choose Deployment ID from the list.

DeploymentID-001

The Deployment ID’s are now visible.

DeploymentID-002

Via PowerShell you can use the Get-CMDeployment cmdlet. Entering Get-CMDeployment will return all deployments. You can filter via a specifc ID using the command:

Get-CMDeployment -DeploymentID <deploymentID>

DeploymentID-003

2 comments

Leave a Reply