Thursday

the connection was interrupted


I was working on moving certificates from one server to another,
and when I was doing that over exporting certificates as .SST file I was getting
"The connection was interrupted" error .

I order to fix it I have to export certificates on-by-one as PFX file from another server and import
them on new one.

After this problem has been fixed.

No comments:

test smtp server with powershell

Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...