Showing posts with label SCCM. Show all posts
Showing posts with label SCCM. Show all posts

Friday, 22 November 2024

SCCM: PXE Boot Error

Error Message: 

 TFTP: 10.250.10.190: cannot open smsboot\ABC00017\x86\wdsnbp.com.




Resolution 

on PXE responder without Windows Deployment Service (WDS)



More details can be found in log below:

Log File E:\SMS_DP$\sms\logs\SMSPXE.log

Thursday, 19 November 2020

SCCM : The software could not be found on any servers at this time.

Deploying OSD today and forgot something very important !!! 

Error Message: 

The software could not be found on any servers at this time.


Resolution 

Please ensure the content has been distributed to Distribution Point.


Make sure you won't make the same mistake like me :'(

Monday, 16 November 2020

SCCM : Failed to get DP locations as the expected version from MP Error 0x87d00215

While deploying SCCM agent, this may one of the error that throw from Clients CCMSetup log.

Error Message: 

Failed to get DP locations as the expected version from MP 'http://SCCMPrimarySite'. Error 0x87d00215

MP 'http://SCCMPrimarySite' didn't return DP locations for client package with the expected version. Retrying in 30 minutes.



Resolution : Confirmed the mentioned MP server is added into the Boundary Group belong to the client.




Something simple but better keep a notes here rather than wasting time to troubleshooting same issue again in future.

Wednesday, 29 July 2020

SCCM : Event ID 1130 Startup Script failed

Today troubleshooting SCCM GPO client push issue. Manually execute the batch script from local machine working fine, but it not working from GPO. 

First, check RSoP to ensure the GPO is deployed to the machine. ✅


Second, check Event Log and found error below: 

Event Log ID       : 1130
Source                  : GroupPolicy
Error                     : Startup script failed
Error Description : Access is denied



The root cause for this is access denied from the client machine to the Installer shared folder. 
After granted permission Authenticated Users - Read & execute to the folder, it work again ! ✅