Forum Discussion
Scott_Stockton
Novice I
3 years agoHere is exactly what I typed: $myCredential = Get-Credential
$array = "dna-pure-01"
#Add all the Arrays Needed
Import-Module PureStoragePowerShellSDK
New-PfaArray -EndPoint $array -Credentials $myCredential -IgnoreCertificateError | New-PfaNamedCertificateSigningRequest -CertificateName management -CommonName http://dna-pure-01.polsinelli.law|dna-pure-01.polsinelli.law -Country US -Email mailto:storageadmin@polsinelli.com|storageadmin@polsinelli.com -Organization 'Polsinelli P.C.' -OrganizationalUnit Infrastructure -State KS -Locality Lenexa -Confirm
Related Content
- 3 years ago