get-mailbox usercertificate property

The output is a giant string of decimal numbers ie:

{48 130 6 191 48 130 5 167 160 3 2 1 2 2 1

45 110 4 187 4 4 52 22 54 2 1 4 1

(etc etc)

}

What format is this in?  Can anything useful be gleaned from this series of decimel numbers?  I read that It's the certificate used to sign the users email, but what does this giant string represent, is a p12? 

Is there a way to convert the series of decimal characters to something useful (hex?  AscII?)

Thanks in advance

August 19th, 2015 1:33pm

It is a byte array.  It is binary.  It is the language of computers. 

Why convert. It works as it is.  It is managed by the system.  Use CmdLets to obtain and install certificates.  In O365 it should be an auto-renew cert so you really don't want to mess with it.

Free Windows Admin Tool Kit Click here and download it now
August 19th, 2015 2:36pm

See: https://msdn.microsoft.com/en-us/library/microsoft.exchange.data.directory.management.mailbox.usercertificate(v=exchg.150).aspx

August 19th, 2015 2:37pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics