Hi.
I'm trying to update a client access rule (as it is blocking a user), but when I try to list the rules I get...
PS C:> Connect-ExchangeOnline
PS C:> Get-ClientAccessRule
Get-ClientAccessRule : The term 'Get-ClientAccessRule' is not recognized as the name of a cmdlet, function, script
file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:1 + Get-ClientAccessRule + ~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Get-ClientAccessRule:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
I have run the following before trying again, but get the same error...
PS C:> Uninstall-Module ExchangeOnlineManagement -AllVersions
PS C:> Install-Module ExchangeOnlineManagement
PS C:> Import-Module ExchangeOnlineManagement
Can I please check if I am missing something?
Set-ClientAccessRule, New-ClientAccessRule are also unavailable.