Skip to content

Commit daf6fdf

Browse files
committed
Update Grant-CsApplicationAccessPolicy.md
Removed HTML tags as suggested by @tseward
1 parent 881cde6 commit daf6fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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. <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.
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.**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,7 +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".
39+
The command shown above assigns the per-user application access policy "ASimplePolicy" to the user with object ID "dc17674c-81d9-4adb-bfb2-8f6a442e4624".
4040

4141
### Unassign an application access policy from a user
4242

0 commit comments

Comments
 (0)