Forum Discussion
balaclava
Jul 18, 2024Copper Contributor
UShort Error with the Exchange Module
Hello everyone, For the past few days New-DkimSigningConfig has outputted this error: Unable to find type [ushort] The error was reproduced the following way with PowerShell: Connect-E...
LainRobertson
Jul 18, 2024Silver Contributor
This is just an aside to point out what is impacted by this bug - and it is a bug:
- New-DkimSigningConfig
- Rotate-DkimSigningConfig
In both cases, they are incorrectly declaring the KeySize parameter as follows, where [ushort] is invalid:
[ValidateSet('1024','2048')]
[ushort]
${KeySize}
Cheers,
Lain