Full-fledged PowerShell module for MailEnable

Post your MailEnable suggestions here.
Post Reply
JanReilink
Posts: 1
Joined: Wed Jan 25, 2023 1:11 pm
Contact:

Full-fledged PowerShell module for MailEnable

Post by JanReilink »

MailEnable still comes with a PowerShell snap-in, which kinda works in PowerShell 5.1, but no longer in PowerShell 7 - or pswh. Are there plans for an official MailEnable PowerShell module?

Code: Select all

PS C:\Users\janreilink> pwsh
PowerShell 7.3.1
PS C:\Users\janreilink> Add-PSSnapin MailEnable.Provision.Command
Add-PSSnapin: The term 'Add-PSSnapin' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

Admin
Site Admin
Posts: 1127
Joined: Mon Jun 10, 2002 6:31 pm
Location: Melbourne, Victoria, Australia

Re: Full-fledged PowerShell module for MailEnable

Post by Admin »

Hi,

It is currently only available as a snapin, not a module. We do intend to release a module, as we have already done this. So it should appear in the installer in a coming version soon.

Post Reply