Get D365RsatCertificateThumbprint - FH-Inway/d365fo.tools GitHub Wiki
Get the thumbprint from the RSAT certificate
Get-D365RsatCertificateThumbprint [<CommonParameters>]
Locate the thumbprint for the certificate created during the RSAT installation
Get-D365RsatCertificateThumbprint
This will locate any certificates that has 127.0.0.1 in its name. It will show the subject and the thumbprint values.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Tags: RSAT, Certificate, Testing, Regression Suite Automation Test, Regression, Test, Automation.
Author: Mötz Jensen (@Splaxi)