Windows Server - add a certificate to active directory user

Asked By edus on 25-Oct-11 04:57 PM
Hy, I need to do the following with any automatic script

Map any certificate to a particular active directory user.

Are there any way to do with vbscript o powershell that?

The components are:
- A folder with 20000 users certificates issued for an external pki
infraestructure
- An active directory domain with 20000 users.

I searched any command to do that but I did not find it.

Thanks a lot,
Eduardo


David H. Lipman replied to edus on 25-Oct-11 08:34 PM
I am not sure what you are trying to do but it sounds to me like your are going down the
wrong path.

It seems to me that if you are dealing with PKI then you would be using a CA server and
this would be done automatically and/or integrated with LDAP from the certiuficate issuing
authority.



--
Dave
Multi-AV Scanning Tool - http://multi-av.thespykiller.co.uk
http://www.pctipp.ch/downloads/dl/35905.asp
edus replied to David H. Lipman on 26-Oct-11 12:08 PM
On 25 oct, 21:34, "David H. Lipman" <DLipman~nosp...@Verizon.Net>

I only want to do the mappings, the manual task is documentated on
technet -> http://technet.microsoft.com/en-us/library/cc736781%28WS.10%29.aspx
I want to do that process automatically with vbscript or may be using
the command line.