Summary: Use the Configuration Manager cmdlets to identify all deployment types for an application.
How can I use Windows PowerShell to pull up a list of all deployment types for one of my applications?
Use the Get-CmDeploymentType cmdlet and supply the application name in question, for example:
Get-CmDeploymentType –ApplicationName ‘HSG Application’ | Select-Object LocalizedDisplayName