We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: