Hi,
I am trying to install a certificate on computers managed using PKCS certificates with Intune.
I did all the steps as in the guide here:
https://learn.microsoft.com/en-us/mem/intune/protect/certificates-pfx-configure
The computers get the ROOT CA successfully, but the second certificate they fail to install.
<?xml version="1.0" encoding="utf-8"?>
<PfxRequestDataStorage xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Version>0</Version>
<UniqueId>vvvv-555-666666aaaaa</UniqueId>
<UserId>dfhksdjfhsd9898230482</UserId>
<DeviceId>23472648r7y48r734r6384743</DeviceId>
<CertificateRequestHash>23784628736482</CertificateRequestHash>
<RenewalPeriod>20</RenewalPeriod>
<RetryCount>3</RetryCount>
<RetryDelay>1</RetryDelay>
<CertificateStoreLocation>2</CertificateStoreLocation>
<TemplateName>ComputerCertificateforIntune</TemplateName>
<ValidityPeriod>1</ValidityPeriod>
<ValidityPeriodUnits>7</ValidityPeriodUnits>
<Thumbprint />
<CertExpirationDate>0001-01-01T00:00:00</CertExpirationDate>
<Status>3</Status>
<CertStartDate>0001-01-01T00:00:00</CertStartDate>
<DateIssued>0001-01-01T00:00:00</DateIssued>
**<LastError>0</LastError>**
<PfxBlob />
<PfxEncodedPassword />
<SubjectName>CN=hostname.domain.local</SubjectName>
<SubjectAltName><SANs></SANs></SubjectAltName>
<IssueAttempt>10</IssueAttempt>
<CAUriList>ca.domain.local\DCCA2009</CAUriList>
<UploadAttempt>0</UploadAttempt>
<UploadStatus>0</UploadStatus>
Appreciates any help