Update message-counter.ps1

This commit is contained in:
2025-09-22 19:57:27 +00:00
parent 78ae52ee63
commit 12b2899324

View File

@ -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.
#>