SCCM | Intune | Windows 365 | Windows 11 Forums

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED Finding what an application is deployed to with powershell

Status
Not open for further replies.

kevinrussell

New Member
Messages
2
Reaction score
1
Points
1
So we are migrating domains and decided to stand up a new instance of SCCM instead of migrating the current system. I've exported all the applications with
Get-CMApplication and Export-CMApplication with the -IgnoreRelated -OmitContent parameters.

When I import into our new instance of SCCM with powershell it pulls it in fine, but it didnt bring what deployments it was part of. Is there anyway to find that with the SCCM Cmdlets in powershell? I can find the number of deployments but I want to know what those deployments where, not just how many.
 
Just found the answer, so if anyone needs to know its:
Get-CMApplicationDeployment -Name "xxx" | Select CollectionName
 
Last edited:
Status
Not open for further replies.

Forum statistics

Threads
6,778
Messages
26,380
Members
16,762
Latest member
TooGreat

Trending content

Back
Top