Share via

How to use powershell script to list application deployment and thrie type

DukenTee 245 Reputation points
2023-07-23T13:10:51.9366667+00:00

I am looking for a guidance on how to use poewershell script to list all the applications that have been deployed in SCCM with their deployment types.

My aim is to display the names of all the deployed applications and related information, including their deployments.

Can someone can help me to get the list? Thank you.

Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments

Answer accepted by question author

AllenLiu-MSFT 49,441 Reputation points Microsoft External Staff
2023-07-24T01:52:34.75+00:00

Hi, @DukenTee

Thank you for posting in Microsoft Q&A forum.

We can use this command to list the application and the number of deployments:

Get-CMApplication | Select-Object LocalizedDisplayName,SoftwareVersion,NumberOfDeployments


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 "Add comment".

Was this answer helpful?


0 additional answers

Sort by: Most 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.