Update message-counter.ps1
This commit is contained in:
@ -32,8 +32,11 @@
|
|||||||
- Connect-MgGraph with Mail.Read delegated permission (if signed in as the user)
|
- 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.
|
OR Mail.Read application permission (with admin consent) if run as a service.
|
||||||
|
|
||||||
Example to install module: Install-Module Microsoft.Graph
|
Install module: Install-Module Microsoft.Graph
|
||||||
Example to connect: Connect-MgGraph -Scopes Mail.Read
|
|
||||||
|
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.
|
(c) 2025 Robbie Ferguson. All rights reserved.
|
||||||
#>
|
#>
|
||||||
|
|||||||
Reference in New Issue
Block a user