Skip to content

Commit 94da114

Browse files
committed
updated sample to add scaffolding to the sample
1 parent ff9b4ff commit 94da114

File tree

4 files changed

+58
-0
lines changed

4 files changed

+58
-0
lines changed
328 KB
Loading
58.7 KB
Loading
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
[
2+
{
3+
"name": "mailbox-delegation-audit",
4+
"source": "pnp",
5+
"title": "Mailbox Delegation Audit",
6+
"shortDescription": "This script connects to Exchange Online, enumerates mailboxes, and reports FullAccess, SendAs, and SendOnBehalf delegates.",
7+
"url": "https://pnp.github.io/script-samples/mailbox-delegation-audit/README.html",
8+
"longDescription": [
9+
"Produces a consolidated mailbox delegation report across user and shared mailboxes for governance, compliance, and access reviews."
10+
],
11+
"creationDateTime": "2026-03-07",
12+
"updateDateTime": "2026-03-07",
13+
"products": [
14+
"Office"
15+
],
16+
"metadata": [
17+
{
18+
"key": "POWERSHELL",
19+
"value": "7.2.0"
20+
}
21+
],
22+
"categories": [
23+
"Report",
24+
"Security"
25+
],
26+
"tags": [
27+
"Connect-ExchangeOnline",
28+
"Get-ExoMailbox",
29+
"Get-ExoMailboxPermission",
30+
"Get-ExoRecipientPermission",
31+
"Export-Csv"
32+
],
33+
"thumbnails": [
34+
{
35+
"type": "image",
36+
"order": 100,
37+
"url": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/mailbox-delegation-audit/assets/preview.png",
38+
"alt": "Preview of the sample Mailbox Delegation Audit"
39+
}
40+
],
41+
"authors": [
42+
{
43+
"gitHubAccount": "ojopiyo",
44+
"company": "",
45+
"pictureUrl": "https://github.com/ojopiyo.png",
46+
"name": "Josiah Opiyo"
47+
}
48+
],
49+
"references": [
50+
{
51+
"name": "Exchange Online PowerShell module",
52+
"description": "Learn how to connect to Exchange Online and use Exchange Online PowerShell cmdlets.",
53+
"url": "https://learn.microsoft.com/powershell/exchange/connect-to-exchange-online-powershell"
54+
}
55+
]
56+
}
57+
]

scripts/mailbox-delegation-audit/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,5 @@ Version|Date|Comments
190190
1.0|Mar 01, 2026|Initial release
191191

192192
[!INCLUDE [DISCLAIMER](../../docfx/includes/DISCLAIMER.md)]
193+
<img src="https://m365-visitor-stats.azurewebsites.net/script-samples/scripts/mailbox-delegation-audit" aria-hidden="true" />
193194

0 commit comments

Comments
 (0)