PowerTip: Use PowerShell to Show Deployment Types for Application

Doctor Scripto

Summary: Use the Configuration Manager cmdlets to identify all deployment types for an application.

Hey, Scripting Guy! Question How can I use Windows PowerShell to pull up a list of all deployment types for one of my applications?

Hey, Scripting Guy! Answer Use the Get-CmDeploymentType cmdlet and supply the application name in question, for example:

Get-CmDeploymentType –ApplicationName ‘HSG Application’ | Select-Object LocalizedDisplayName

0 comments

Discussion is closed.

Feedback usabilla icon