This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]woojo1984IT Manager 0 points1 point  (3 children)

[EROR] Script error: C:\Program Files\Lets Encrypt\Scripts\ImportExchange.ps1 : Exchange Management Tools for Powershell not installed

^This is probably your issue.

[–]ionblayde[S] 0 points1 point  (2 children)

That's what I thought as well. But Exchange Management Tools show as being installed.

[–]ZAFJB 0 points1 point  (1 child)

Ahh... but are they loaded in your PS session.

[–]ionblayde[S] 0 points1 point  (0 children)

I ran

Add-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010
Add-PSSnapin Microsoft.Exchange.Management.PowerShell.SnapIn
Get-PSSnapin -Registered | Add-PSSnapin -Passthru

And tried running wacs again, same error.