We have many Arrays and I would love this script to
We have many Arrays and I would love this script to work but it doesn't: Import-Csv c:\temp\AllArrays2.csv
Foreach ($Array in $Arrays) {
New-PfaNamedCertificateSigningRequest -Array $Array -Certific...
any chance it is a piping problem? i didnt think our SDK1 properly supported piping variables. but i feel like that would spit out a clear error...so maybe not.