Share via

Get-CMApplicationDeploymentStatus not working

Dhanraj Barman 46 Reputation points
2022-05-06T12:43:44.217+00:00

Hi Techies,

I am trying to get application deployment status using SCCM PowerShell Cmdlets.

Get-CMApplicationDeploymentStatus
I referred this MS Article but I could not find much help.
get-cmapplicationdeploymentstatus

Microsoft Security | Intune | Configuration Manager | Other

Answer accepted by question author

Amandayou-MSFT 11,166 Reputation points
2022-05-09T08:10:31.927+00:00

Hi @Dhanraj Barman ,

We could use the following the command:

$a=Get-CMApplicationDeployment -Name 'test03'  
Get-CMApplicationDeploymentStatus -InputObject $a  

Please note: test03 is application name, we could input the name according to our environment.

200164-595.png


If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Dhanraj Barman 46 Reputation points
    2022-05-11T06:11:14.69+00:00

    200851-image.png

    @Amandayou-MSFT It worked like a charm !

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.