Skip to content

Commit 7339726

Browse files
authored
Merge pull request MicrosoftDocs#3938 from svpsiva/AppAccessPol
Update New-ApplicationAccessPolicy.md
2 parents 3da6db7 + eb490b2 commit 7339726

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This example creates a new application access policy with the following settings
5959

6060
### -------------------------- Example 2 --------------------------
6161
```
62-
New-ApplicationAccessPolicy -AccessRight RestrictAccess -AppId e7e4dbfc-046f-4074-9b3b-2ae8f144f59b -PolicyScopeGroupId [email protected] -Description "Restrict this app to members of distribution group EvenUsers."
62+
New-ApplicationAccessPolicy -AccessRight RestrictAccess -AppId e7e4dbfc-046f-4074-9b3b-2ae8f144f59b -PolicyScopeGroupId [email protected] -Description "Restrict this app to members of security group EvenUsers."
6363
```
6464

6565
This example creates a new application access policy with the following settings:
@@ -70,13 +70,13 @@ This example creates a new application access policy with the following settings
7070

7171
- PolicyScopeGroupId: [email protected]
7272

73-
- Description: Restrict this app to members of distribution group EvenUsers.
73+
- Description: Restrict this app to members of security group EvenUsers.
7474

7575

7676

7777
### -------------------------- Example 3 --------------------------
7878
```
79-
New-ApplicationAccessPolicy -AccessRight DenyAccess -AppId e7e4dbfc-046f-4074-9b3b-2ae8f144f59b -PolicyScopeGroupId [email protected] -Description "Deny this app access to members of distribution group OddUsers."
79+
New-ApplicationAccessPolicy -AccessRight DenyAccess -AppId e7e4dbfc-046f-4074-9b3b-2ae8f144f59b -PolicyScopeGroupId [email protected] -Description "Deny this app access to members of security group OddUsers."
8080
```
8181

8282
This example creates a new application access policy with the following settings:
@@ -87,7 +87,7 @@ This example creates a new application access policy with the following settings
8787

8888
- PolicyScopeGroupId: [email protected]
8989

90-
- Description: Deny this app access to members of distribution group OddUsers.
90+
- Description: Deny this app access to members of security group OddUsers.
9191

9292
## PARAMETERS
9393

@@ -128,7 +128,7 @@ Accept wildcard characters: False
128128
```
129129
130130
### -PolicyScopeGroupID
131-
The PolicyScopeGroupID parameter specifies the recipient to define in the policy. You can use any value that uniquely identifies the recipient. You can also specify a mail enabled security group or a distribution group or a dynamic distribution group to restrict/deny access to a large number of user mailboxes.
131+
The PolicyScopeGroupID parameter specifies the recipient to define in the policy. You can use any value that uniquely identifies the recipient. You can also specify a mail enabled security group to restrict/deny access to a large number of user mailboxes.
132132
For example:
133133
134134
- Name

0 commit comments

Comments
 (0)