Sign in
My Nuggets
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Tags
CA
Certificate Authority
export certificate pfx powershell
makecert.exe
p7b
pfx store powershell
pkcs7
powershell
powershell ISignerCertificate PrivateKey KSP
signedcms
X509Certificate2
X509certificate2Collection
X509Enrollment
X509Store
Archive
Archives
March 2010
(1)
October 2009
(1)
September 2009
(1)
August 2009
(3)
April 2009
(1)
September, 2009
TechNet Blogs
>
My Nuggets
>
September, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
My Nuggets
exporting certificate from user store to PFX using powershell
Posted
over 4 years ago
by
VishalAgarwal
2
Comments
Alright, so today someone tried to contact me with an interesting email about exporting the certificate user store to PFX using powershell. Below is the code that was contained in the email: $cert = (dir cert:\currentuser\my)[0] $type = [System...
Page 1 of 1 (1 items)