Thursday, January 21, 2010

Hypothesis On Dancing Raisins

Despiste 8: Obtener el listado de certificados de una máquina remota

This time I leave a script to obtain the list of certificates installed digital equipment in the warehouse of a remote machine. There is no simple way to do this with powershell, so we kicked enough head and browsing a lot of forums I've been chasing parts of other scripts and pieces of code in other languages \u200b\u200bto create this little (although I think useful) script. The script takes as parameters the hostname to connect to (-computerName) and warehouse to connect (-store). Valid options for the store are:
"My": for personal certificate store

"CA" for the certificate store intermediate CAs

"TRUST": to the certificate store business confidence
  • is necessary to launch the script with administrator privileges on the remote machine.
  • I would also tell you that the script is in alpha stage and is unstable, so that I can assure you 100% that works every time, but to me it has worked.


Here you have the link so you can download the script: Get-RemoteCerts.ps1

See also: Technet social


0 comments:

Post a Comment