Skip to content

Commit 8d1bdc7

Browse files
authored
Update Grant-CsApplicationAccessPolicy.md
We can only assign 1 application access policy at a time for a user. Assigning the new application access policy will override the existing application access policy if any. Just wanted to capture this point as part of note so that anyone don't override the existing assigned policy with this command.
1 parent 4d8c710 commit 8d1bdc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

skype/skype-ps/skype/Grant-CsApplicationAccessPolicy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ PS C:\> Grant-CsApplicationAccessPolicy -Identity "dc17674c-81d9-4adb-bfb2-8f6a4
3737
```
3838

3939
The command shown above assigns the per-user application access policy "ASimplePolicy" to the user with object ID "dc17674c-81d9-4adb-bfb2-8f6a442e4624".
40+
**Note:** You can assign only 1 application access policy at a time to a particular user. Assigning a new application access policy to a user will override the existing application access policy if any.
4041

4142
### Unassign an application access policy from a user
4243

0 commit comments

Comments
 (0)