Skip to content

Commit f5aee1c

Browse files
authored
Update Grant-CsApplicationAccessPolicy.md
As suggested, added the note to the description section
1 parent c692965 commit f5aee1c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Grant-CsApplicationAccessPolicy [-Identity <UserIdParameter>] [-PolicyName <Stri
2626

2727
## DESCRIPTION
2828

29-
This cmdlet assigns a per-user application access policy to one or more users. After assigning an application access policy to a user, the applications configured in the policy will be authorized to access online meetings on behalf of that user.
29+
This cmdlet assigns a per-user application access policy to one or more users. After assigning an application access policy to a user, the applications configured in the policy will be authorized to access online meetings on behalf of that user.<br/>**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.
3030

3131
## EXAMPLES
3232

@@ -36,8 +36,7 @@ This cmdlet assigns a per-user application access policy to one or more users. A
3636
PS C:\> Grant-CsApplicationAccessPolicy -Identity "dc17674c-81d9-4adb-bfb2-8f6a442e4624" -PolicyName "ASimplePolicy"
3737
```
3838

39-
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.
39+
The command shown above assigns the per-user application access policy "ASimplePolicy" to the user with object ID "dc17674c-81d9-4adb-bfb2-8f6a442e4624".
4140

4241
### Unassign an application access policy from a user
4342

0 commit comments

Comments
 (0)