File tree Expand file tree Collapse file tree 4 files changed +54
-2
lines changed
scripts/m365-get-shared-mailboxes-without-owners Expand file tree Collapse file tree 4 files changed +54
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ This script enables administrators to **proactively identify and remediate orpha
2828- Scales efficiently for large Microsoft 365 tenants
2929
3030
31- # [ PnP PowerShell ] ( #tab/pnpps )
31+ # [ Exchange ] ( #tab/exc )
3232
3333``` powershell
3434
@@ -110,4 +110,4 @@ Version|Date|Comments
110110
111111
112112[ !INCLUDE [ DISCLAIMER] ( ../../docfx/includes/DISCLAIMER.md )]
113-
113+ < img src = " https://m365-visitor-stats.azurewebsites.net/script-samples/scripts/m365-get-shared-mailboxes-without-owners " aria-hidden = " true " />
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "name" : " m365-get-shared-mailboxes-without-owners" ,
4+ "source" : " pnp" ,
5+ "title" : " Get Shared Mailboxes Without Owners" ,
6+ "shortDescription" : " This script identifies shared mailboxes that have no assigned owners or members by analysing mailbox permissions in Exchange Online." ,
7+ "url" : " https://pnp.github.io/script-samples/m365-get-shared-mailboxes-without-owners/README.html" ,
8+ "longDescription" : [
9+ " "
10+ ],
11+ "creationDateTime" : " 2026-01-11" ,
12+ "updateDateTime" : " 2026-01-11" ,
13+ "products" : [
14+ " Office"
15+ ],
16+ "metadata" : [
17+ {
18+ "key" : " POWERSHELL" ,
19+ "value" : " 7.2.0"
20+ }
21+ ],
22+ "categories" : [
23+ " Report"
24+ ],
25+ "tags" : [
26+ " Connect-ExchangeOnline"
27+ ],
28+ "thumbnails" : [
29+ {
30+ "type" : " image" ,
31+ "order" : 100 ,
32+ "url" : " https://raw.githubusercontent.com/pnp/script-samples/main/scripts/m365-get-shared-mailboxes-without-owners/assets/preview.png" ,
33+ "alt" : " Preview of the sample Get Shared Mailboxes Without Owners"
34+ }
35+ ],
36+ "authors" : [
37+ {
38+ "gitHubAccount" : " ojopiyo" ,
39+ "company" : " " ,
40+ "pictureUrl" : " https://github.com/ojopiyo.png" ,
41+ "name" : " Josiah Opiyo"
42+ }
43+ ],
44+ "references" : [
45+ {
46+ "name" : " Want to learn more about Microsoft Graph PowerShell SDK and the cmdlets" ,
47+ "description" : " Check out the Microsoft Graph PowerShell SDK documentation site to get started and for the reference to the cmdlets." ,
48+ "url" : " https://learn.microsoft.com/graph/powershell/get-started"
49+ }
50+ ]
51+ }
52+ ]
You can’t perform that action at this time.
0 commit comments