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-ExchangeOnline
(Multiple different tenants with global admin access tried just in case)
New-DkimSigningConfig -DomainName example.com -Enabled $true
(Example.com is a placeholder for an actual verified domain in a given tenant)
Separate and different Windows setups with clean PowerShell and module installations have also been tried to no avail. Everything was working fine a couple days ago.
What is going on? How can one fix this?
Thanks
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-ExchangeOnline(Multiple different tenants with global admin access tried just in case) New-DkimSigningConfig -DomainName example.com -Enabled $true(Example.com is a placeholder for an actual verified domain in a given tenant) Separate and different Windows setups with clean PowerShell and module installations have also been tried to no avail. Everything was working fine a couple days ago. What is going on? How can one fix this? Thanks Read More