Forums on Intune, SCCM, and Windows 11

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!

PENDING SCCM Application Deployment through C#

james.dominico2018

New Member
Messages
2
Reaction score
0
Points
1
Hi
I am trying to write a code for deploying application through C#. The application and the deployment can be created successfully to the SCCM console but the application does not show up in clients' software center. Which log file should I go through in order to find out the problem?
 
Have you distributed the application to DP and deployed the app to device collection ?. Is the computer part of that device collection to which this app is deployed ?.
 
Have you distributed the application to DP and deployed the app to device collection ?. Is the computer part of that device collection to which this app is deployed ?.
It is written that the content has been successfully distributed and I set the deployment to all systems. When I use my code to deploy, the app does not show up in software center. But when I add another deployment to the same application from the SCCM console, it will show up. I am trying to figure out what is wrong with my code. Do you have any suggestion on which log files should I check?
 
Update the app content in SCCM,on client machine open Configuration Manager client, under Machine Policy Retrieval & Evaluation click Run Now. Monitor AppDiscovery.log file. when was the last policy request done by the client ? You can see that in console when you select the client device.
 

Forum statistics

Threads
7,048
Messages
27,542
Members
17,754
Latest member
dkforeman
Back
Top