Skip to content

Commit fdc4ac0

Browse files
authored
Update README with M365 Direct OAuth script
Add M365 Direct OAuth Content Grabber script and usage details.
1 parent 947e5d8 commit fdc4ac0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ PowerShell-Scripts/
7272
│ └── MSADPT_enumerate_shares2.ps1
7373
│ └── MSADPT_scan_network2.ps1
7474
│ └── MSADPT_audit_adcs_esc1_esc16.ps1
75+
│ └── MSADPT_M365_DirectOAuth_ContentGrabber_V2.ps1
7576
└── README.md
7677
```
7778

@@ -935,3 +936,12 @@ $cred = Get-Credential
935936
-IncludeUnpublishedTemplates:$false `
936937
-SkipRemoteChecks:$false
937938
```
939+
940+
### `MSADPT_M365_DirectOAuth_ContentGrabber_V2.ps1`
941+
942+
Add M365 Direct OAuth device-code validation helper for approved tabletop and lab scenarios.
943+
944+
This script demonstrates how Graph-scoped device-code authentication differs from Azure CLI / Az PowerShell management-context authentication, and records resulting M365 content-access indicators for defensive validation and awareness exercises.
945+
946+
947+

0 commit comments

Comments
 (0)