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 Script running from the SCCM Server is not getting completed on the endpoints

loganathan279

Member
Messages
15
Reaction score
2
Points
3
Script running from the SCCM Server is not getting completed on the endpoints, It is showing as creating the client jobs but no result.

Checked certificate all good. Any other inputs
 
Script running from the SCCM Server is not getting completed on the endpoints, It is showing as creating the client jobs but no result.

Checked certificate all good. Any other inputs
Can you please elaborate on what type of script you are trying to run (Batch/ PowerShell)? If PowerShell you must add the Set-ExecutionPolicy command at the first line of your script.
 
The script i am checking is earlier running on the machines there is no recent change.
I have tested with serveral scripts on the different machines, but the result is same.

The script log is not updating on the endpoints no issue found bgb logs

still investigating any update is helpful
 
The script i am checking is earlier running on the machines there is no recent change.
I have tested with serveral scripts on the different machines, but the result is same.

The script log is not updating on the endpoints no issue found bgb logs

still investigating any update is helpful
Go back to basics, Trigger the script on one device, read the site server logs to confirm that is sent the the device. Go to the device, Confirm that the script is received, then executed, etc...
 
Hi Garth,

I'm experiencing a similar issue where I'm running scripts against computers that previously worked, but now they just sit on "creating client jobs." I've spent hours researching and have looked through various logs on the client, management point, and site server, but I'm not seeing any errors.

I’d like to "go back to the basics" as you suggested and trace the logs step by step. Could you please be more specific about which servers and logs I should focus on?

Thanks for your help!
 
Back
Top