Skip to content

Commit 031a06e

Browse files
Merge branch 'master' into patch-2
2 parents 5ec8790 + 81faab1 commit 031a06e

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

exchange/exchange-ps/exchange/Update-DistributionGroupMember.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ You can enter multiple values separated by commas. If the values contain spaces
139139

140140
Although it isn't required, it's a good idea to add only security principals (for example, mailboxes and mail users with user accounts or other mail-enabled security groups) to mail-enabled security groups. If you assign permissions to a mail-enabled security group, any members that aren't security principals (for example, mail contacts or distribution groups) won't have the permissions assigned.
141141

142+
The maximum number of entries for this parameter is 10000.
143+
142144
```yaml
143145
Type: MultiValuedProperty
144146
Parameter Sets: (All)

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

skype/skype-ps/skype/Set-CsUserCallForwardingSettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Accept wildcard characters: False
9898
```
9999
100100
### -DelegateRingWaitTime
101-
Specifies the time, in seconds, to wait before ringing delegates. Acceptable inputs: 0, 5, 10.
101+
Specifies the time, in seconds, to wait before ringing delegates. Acceptable inputs: 0, 5, 10, 15. The parameter DelegateWaitRingTime needs to be explicitly set to a positive value to allow call forwarding to delegates.
102102
103103
104104
```yaml

0 commit comments

Comments
 (0)