are there any log files that i can review and maybe pin point the possible cause?
is the NO CLIENT CERT entry and error?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi all,
I am trying to configure our sccm for PXE boot and our farm is configured with PKI for HTTPS commmunication.
I have added a cert for my DP and configured PXE.
but when i check the SMSPXE log. i am getting the screenshot below.
Hopefuly someone can walk me through on what is wrong.
are there any log files that i can review and maybe pin point the possible cause?
is the NO CLIENT CERT entry and error?
"There are NO task sequence deployments for this client machine. Aborting the request.". I will suggest to start looking here first. Look for the Itemkey (you will find in the SMSPXE log) in the ConfigMgr SQL db to check whether it is a known device or not.
How to check it in the DB?
SELECT * FROM System_DISC WHERE Netbios_Name0 = 'Unknown'
Zero Results from this query
THis is a new machine and the policy is deployed to unknown computers.
Well the sql query is something like Select * from v_r_system where resourceid=Enteritemkeyhere
However, since you mentioned that this is a new device, what model is it? Are you imaging a Tablet\surface type device by any chance?