From cf39dec6bd10d8915d39dc47aa6f17cd2f0471cc Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Tue, 11 Jun 2024 14:44:06 -0400 Subject: [PATCH] Update docs --- _sources/usage.md.txt | 2 +- usage.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_sources/usage.md.txt b/_sources/usage.md.txt index 5cfafdd..8b756b3 100644 --- a/_sources/usage.md.txt +++ b/_sources/usage.md.txt @@ -217,7 +217,7 @@ The full set of configuration options are: group and use that as the group id. ```powershell - New-ApplicationAccessPolicy -AccessRight RestrictAccess + New-ApplicationAccessPolicy -AccessRight RestrictAccess -AppId "" -PolicyScopeGroupId "" -Description "Restrict access to dmarc reports mailbox." ``` diff --git a/usage.html b/usage.html index 24bd298..a0610f1 100644 --- a/usage.html +++ b/usage.html @@ -315,7 +315,7 @@ Use the New-Applica Exchange PowerShell module. If you need to scope the policy to shared mailboxes, you can add them to a mail enabled security group and use that as the group id.

-
New-ApplicationAccessPolicy -AccessRight RestrictAccess
+
New-ApplicationAccessPolicy -AccessRight RestrictAccess 
 -AppId "<CLIENT_ID>" -PolicyScopeGroupId "<MAILBOX>"
 -Description "Restrict access to dmarc reports mailbox."