Skip to content

Commit 6b2e81a

Browse files
author
Sivaprakash Saripalli
committed
Edited an example.
1 parent f673113 commit 6b2e81a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exchange/exchange-ps/exchange/organization/New-ApplicationAccessPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,18 @@ This example creates a new application access policy with the following settings
7676

7777
### -------------------------- Example 3 --------------------------
7878
```
79-
New-ApplicationAccessPolicy -AccessRight DenyAccess -AppId * -PolicyScopeGroupId OddUsers@AppPolicyTest2.com -Description "Members of distribution group OddUsers are denied access to all apps."
79+
New-ApplicationAccessPolicy -AccessRight DenyAccess -AppId e7e4dbfc-046f-4074-9b3b-2ae8f144f59b -PolicyScopeGroupId OddUsers@AppPolicyTest2.com -Description "Deny this app access to members of distribution group OddUsers."
8080
```
8181

8282
This example creates a new application access policy with the following settings:
8383

8484
- AccessRight: DenyAccess
8585

86-
- AppIDs: *
86+
- AppIDs: e7e4dbfc-046f-4074-9b3b-2ae8f144f59b
8787

8888
- PolicyScopeGroupId: OddUsers@AppPolicyTest2.com
8989

90-
- Description: Members of distribution group OddUsers are denied access to all apps.
90+
- Description: Deny this app access to members of distribution group OddUsers.
9191

9292
## PARAMETERS
9393

0 commit comments

Comments
 (0)