MicrosoftDocs / EMDocs

Public repo for EM content in OPS.
Creative Commons Attribution 4.0 International
10 stars 44 forks source link

Fix PowerShell command #202

Closed milesgratz closed 3 years ago

milesgratz commented 4 years ago

The "Issuer" nested property on that object does not make it obvious this is a Microsoft certificate since it is chained to a common DigiCert Issuing CA. Omitting the "Issuer" nested property returns both the "Issuer" and the "Subject" which more helpful.

PS C:\> $request.ServicePoint.Certificate.Issuer
CN=DigiCert SHA2 Secure Server CA, O=DigiCert Inc, C=US
PS C:\> $request.ServicePoint.Certificate

       Handle Issuer                                                  Subject
       ------ ------                                                  -------
2338365787840 CN=DigiCert SHA2 Secure Server CA, O=DigiCert Inc, C=US CN=ssl.aadrm.us, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
PRMerger9 commented 4 years ago

@milesgratz : Thanks for your contribution! The author(s) have been notified to review your proposed change.

ktoliver commented 4 years ago

@mlottner - Hi, would you review this proposed update to your article?

Thanks.

ghost commented 4 years ago

CLA assistant check
All CLA requirements met.

ktoliver commented 4 years ago

Hi @milesgratz Could you take a moment to sign the CLA?

Thanks.

PRMerger17 commented 4 years ago

@ktoliver : Thanks for your contribution! The author(s) have been notified to review your proposed change.

ktoliver commented 4 years ago

@mlottner Could you review the proposed update to your article? Thanks.

ktoliver commented 3 years ago

@mlottner Could you review this open pull request from October?

Thanks.

dcurwin commented 3 years ago

@batamig - Can you review this PR?

dcurwin commented 3 years ago

reassign:batamig

batamig commented 3 years ago

Hi @dcurwin thanks for the re-assign and @milesgratz, thank you for this feedback.

I'm just going to check with the team to verify the fix, and then we'll get this page updated as needed.

Thanks for your contribution to docs!

batamig commented 3 years ago

PM team approved

sign-off