Skip to main content
IntuneEPMEndpoint Privilege Management

Endpoint Privilege Management

# To get file hashes
Get-FileHash "your exe file path here" | select-object Hash

# To export certificate
Get-AuthenticodeSignature "your exe file path here" | Select-Object -ExpandProperty SignerCertificate | Export-Certificate -Type CERT -FilePath "c:\temp\YourExeFileCert.cer"