Get-Mailprotection 1.17 released

Hi All,
I’ve found an Issue in my Get-Mailprotection Script and fixed it. The updated Version has been released.
- PowerShell Gallery Get-Mailprotection 1.17
Release Notes 1.17
- Fixed Bug Autodiscover A Record
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource -Name Get-Mailprotection -Scope CurrentUser
Find-PSResource -Name Get-Mailprotection
Uninstall old Version and install new Version
Uninstall-PSResource -Name Get-Mailprotection -Scope CurrentUser
Install-PSResource -Name Get-Mailprotection -Scope CurrentUser
Get-InstalledPSResource -Name Get-Mailprotection -Scope CurrentUser
Use the Script
Get-Mailprotection.ps1 -Domain icewolf.ch
Regards
Andres Bohren