diff --git a/message-counter.ps1 b/message-counter.ps1 index 76fb46c..3de70b3 100644 --- a/message-counter.ps1 +++ b/message-counter.ps1 @@ -32,8 +32,11 @@ - Connect-MgGraph with Mail.Read delegated permission (if signed in as the user) OR Mail.Read application permission (with admin consent) if run as a service. - Example to install module: Install-Module Microsoft.Graph - Example to connect: Connect-MgGraph -Scopes Mail.Read + Install module: Install-Module Microsoft.Graph + + Examples to connect: + This is your mailbox: Connect-MgGraph -Scopes Mail.Read + This is a shared mailbox you are a "Full" delegate of: Connect-MgGraph -Scopes Mail.Read.Shared (c) 2025 Robbie Ferguson. All rights reserved. #>