November 20th, 2015

PowerTip: Use PowerShell to Show Deployment Types for Application

Doctor Scripto
Scripter

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

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.