rzander / sccmclictr

Client Center for Configuration Manager
Microsoft Public License
321 stars 59 forks source link

Listing Per-user Application deployment #193

Open DarkfangQC opened 1 year ago

DarkfangQC commented 1 year ago

Do you have anything to show the Per-user deployments a on device where a user is logged on ?

https://learn.microsoft.com/en-us/mem/configmgr/apps/understand/user-deployment-technical-reference

I'm able to use the web method : $Url = "http://SCCMServer/CMUserService_WindowsAuth/applicationviewservice.asmx" $Services = New-WebServiceProxy $Url -UseDefaultCredential

but unable to find the exact syntax to send a request : $Services.GetFilteredApplications("id","name","id","",60,0,"","PackageName","","","",[ref]"")

I want to find a way to display what a user sees in the software center remotely.

Thanks! -Eric