You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/organization/New-ApplicationAccessPolicy.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,18 +76,18 @@ This example creates a new application access policy with the following settings
76
76
77
77
### -------------------------- Example 3 --------------------------
78
78
```
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."
80
80
```
81
81
82
82
This example creates a new application access policy with the following settings:
83
83
84
84
- AccessRight: DenyAccess
85
85
86
-
- AppIDs: *
86
+
- AppIDs: e7e4dbfc-046f-4074-9b3b-2ae8f144f59b
87
87
88
88
- PolicyScopeGroupId: OddUsers@AppPolicyTest2.com
89
89
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.
0 commit comments