From 61402d6284c0269f789f40c047eb5b36fd4da37b Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Tue, 11 Jun 2024 14:38:29 -0400 Subject: [PATCH] Fix PowerShell typo in docs --- docs/source/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usage.md b/docs/source/usage.md index 5cfafdd..8b756b3 100644 --- a/docs/source/usage.md +++ b/docs/source/usage.md @@ -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." ```