Import-Exchange Certificate Ignores Path Provided
On an Exchange 2007 SP3 RU15 server, experienced an issue where the path statement on the Import-ExchangeCertificate cmdlet seemed to ignore what it was told to do….
The below PowerShell commands were used:
$Creds = Get-Credential
Import-ExchangeCertificate -Path .cert.pfx -Password $Creds.Password
Which generated an error stating “Import-ExchangeCertificate : The import file name .cert.pfx was not fo… Read the rest “Import-Exchange Certificate Ignores Path Provided”