Question : Exporting X509 published certificate information

I am using Hyena and trying to get the published certificate information from all users in my domain. All I really need to know is if they have one or not. The Hyena Microsoft Excahnge Attributes does not include this tab as an option. Does anyone know of a way to get this info? Something that can be exported to Excel would be nice.

Answer : Exporting X509 published certificate information

A tool like adfind by MVP Joe Richards can really help here

http://www.joeware.net/freetools/tools/adfind/index.htm

 

adfind -default -f  "&(objectcategory=person)(objectclass=user)(userCertificate=*)"  samaccountname

want to know if they don't have one just add a ! (not) in front of userCertificate

adfind -default -f  "&(objectcategory=person)(objectclass=user)(!userCertificate=*)"  samaccountname

 Let me know how that works

Thanks

Mike

Random Solutions  
 
programming4us programming4us