Skip to content

Commit a826a33

Browse files
authored
Merge pull request MicrosoftDocs#7646 from YuriySamorodov/patch-26
Minor mistakes edit
2 parents 71b745a + 7c40288 commit a826a33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Assigns a per-user application access policy to one or more users. After assigni
1818

1919
## SYNTAX
2020

21-
### FileName
21+
### Identity (Default)
2222

2323
```
2424
Grant-CsApplicationAccessPolicy [-Identity <UserIdParameter>] [-PolicyName <String>] [-Global]
@@ -60,13 +60,13 @@ The command shown above assigns the per-user application access policy ASimplePo
6060
PS C:\> Grant-CsApplicationAccessPolicy -PolicyName "ASimplePolicy" -Global
6161
```
6262

63-
The command shown above assigns the per-user application access policy "ASimplePoicy" to all the users in the tenant, except any that have an explicit policy assignment.
63+
The command shown above assigns the per-user application access policy "ASimplePolicy" to all the users in the tenant, except any that have an explicit policy assignment.
6464

6565
## PARAMETERS
6666

6767
### -Identity
6868

69-
Indicates the user (object) ID of the user account to be assigned the per-user application access policy.
69+
Indicates the user (object) ID of the user account to be assigned the per-user application access policy.
7070

7171
```yaml
7272
Type: UserIdParameter
@@ -82,7 +82,7 @@ Accept wildcard characters: False
8282
8383
### -PolicyName
8484
85-
Name of the policy to be assigned. The PolicyName is simply the policy Identity minus the policy scope (the "tag:" prefix). For example, a policy with the Identity tag:ASimplePolicy has a PolicyName equal to ASimplePolicy.
85+
Name of the policy to be assigned. The PolicyName is simply the policy Identity without the policy scope (the "tag:" prefix). For example, a policy with the Identity tag:ASimplePolicy has a PolicyName equal to ASimplePolicy.
8686
8787
```yaml
8888
Type: PSListModifier
@@ -98,7 +98,7 @@ Accept wildcard characters: False
9898
9999
### -Global
100100
101-
When you use this cmdlet without specifying a user identity, the policy applies to all users in your tenant, except any that have an explicit policy assignment. To skip a warning when you do this operation, specify this parameter.
101+
This parameter is reserved for internal Microsoft use.
102102
103103
```yaml
104104
Type: SwitchParameter

0 commit comments

Comments
 (0)