From 12b28993240000a5296a37f64398b1b5b440b05f Mon Sep 17 00:00:00 2001 From: Robbie Ferguson Date: Mon, 22 Sep 2025 19:57:27 +0000 Subject: [PATCH] Update message-counter.ps1 --- message-counter.ps1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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. #>