PS_Setup.ps1
$CertPassword = ConvertTo-SecureString -String 'pa1reg' -Force �AsPlainText Get-ChildItem �Path .\PA1REG_DxExpeditions.pfx | Import-Certificate �CertStoreLocation Cert:\CurrentUser\Root -Password $CertPassword Import-Module PSDxExpeditions |