Cannot Connect to ExchangeOnline, to Update Individual Mailbox RulesQuota

Dale Barnes 0 Reputation points
2024-06-10T22:58:35.4966667+00:00

Screenshot 2024-06-10 175129

Exchange Gurus -
Totally lost here. Recently, I switched to 'New Outlook' on my Windows 11 desktop. I tried to update Inbox Rules for an existing Inbox Filter. After trying to Save the additional condition, I get an error message stating Unable to Update Rules, Try again later. Doing a search in MS KB, it appears I need to update RulesQuota using command:
Set-Mailbox -Identity ******@msn.com -RulesQuota 256k (since default in KB is 64K)

Now the rabbit hole starts...
I was able to do the following based on this forum's docs (PS is elevated as Admin):
C:\Program Files\PowerShell\7> Install-Module -Name PSWSMan
C:\Program Files\PowerShell\7> Set-ExecutionPolicy RemoteSigned
C:\Program Files\PowerShell\7> Install-Module -Name ExchangeOnlineManagement
C:\Program Files\PowerShell\7> Get-InstalledModule ExchangeOnlineManagement | Format-List Name,Version,InstalledLocation
which returns:
Name              : ExchangeOnlineManagement
Version : 3.5.0
InstalledLocation : C:\Users\xxxxx\OneDrive\xxxxx Cloud\Documents Cloud\PowerShell\Modules\ExchangeOnlineManagement\3.5.0

Then I tried to connect to the Exchange Online using:
C:\Program Files\PowerShell\7> Connect-ExchangeOnline

This errors out trying to sign in with my Live Account: (see attached screenshot)

I have no clue where to go from here and appreciate any help available!

Thanks,

Dale Barnes.

Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
5,691 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,800 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Miguel Gonçalves 961 Reputation points
    2024-06-10T23:31:37.39+00:00

    Hi Dale,
    Your error indicates that you are trying login ******@msn.com in exchange Online (business) with personal account (personal).


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.