PS_Setup.ps1

#$CertPassword = ConvertTo-SecureString -String 'pa1reg' -Force �AsPlainText
$CertPassword = Read-Host -Prompt "Enter the certificate password, type ""pa1reg"" here"  -AsSecureString
Get-ChildItem �Path .\PA1REG_DxExpeditions.pfx | Import-PfxCertificate �CertStoreLocation Cert:\CurrentUser\Root -Password $CertPassword
Import-Module PSDxExpeditions