Skip to content

Commit 8a8bddc

Browse files
authored
Merge branch 'master' into master
2 parents f485275 + e2aafa0 commit 8a8bddc

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOTheme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ Add-SPOTheme -Identity "Custom Cyan" -Palette $themepalette -IsInverted $false -
8181

8282
### -Identity
8383

84+
Specifies the name of the theme. This must uniquely identify the theme.
85+
8486
```yaml
8587
Type: SpoThemePalettePipeBind
8688
Parameter Sets: (All)
@@ -95,6 +97,8 @@ Accept wildcard characters: False
9597
9698
### -IsInverted
9799
100+
Specifies whether the theme is inverted, with a dark background and a light foreground.
101+
98102
```yaml
99103
Type: Boolean
100104
Parameter Sets: (All)
@@ -109,6 +113,8 @@ Accept wildcard characters: False
109113
110114
### -Overwrite
111115
116+
Overwrites a theme of the same name in case it exists.
117+
112118
```yaml
113119
Type: SwitchParameter
114120
Parameter Sets: (All)
@@ -123,6 +129,8 @@ Accept wildcard characters: False
123129
124130
### -Palette
125131
132+
Specifies the palette of colors in the theme, as a dictionary of theme slot values.
133+
126134
```yaml
127135
Type: SpoThemePalettePipeBind
128136
Parameter Sets: (All)

teams/teams-ps/teams/New-CsBatchPolicyAssignmentOperation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ When a policy is assigned to a batch of users, the assignments are performed as
2727

2828
Users can be specified by their object ID (guid) or by their UPN/SIP/email ([email protected]).
2929

30-
A batch may contain up to 20,000 users. If you submit a batch that includes duplicate users, the duplicates will be removed from the batch before processing and status will only be provided for the unique users remaining in the batch.
30+
A batch may contain up to 5,000 users. If a batch includes duplicate users, the duplicates will be removed from the batch before processing and status will only be provided for the unique users remaining in the batch. For best results, do not submit more than a few batches at a time. Allow batches to complete processing before submitting more batches.
3131

3232
Batch policy assignment is currently limited to the following policy types:
33-
CallingLineIdentity, OnlineVoiceRoutingPolicy, TeamsAppSetupPolicy, TeamsAppPermissionPolicy, TeamsCallingPolicy, TeamsCallParkPolicy, TeamsChannelsPolicy, TeamsEducationAssignmentsAppPolicy, TeamsEmergencyCallingPolicy, TeamsMeetingBroadcastPolicy, TeamsEmergencyCallRoutingPolicy, TeamsMeetingPolicy, TeamsMessagingPolicy, TeamsUpdateManagementPolicy, TeamsUpgradePolicy, TeamsVerticalPackagePolicy, TeamsVideoInteropServicePolicy, TenantDialPlan
33+
CallingLineIdentity, ExternalAccessPolicy, OnlineVoiceRoutingPolicy, TeamsAppSetupPolicy, TeamsAppPermissionPolicy, TeamsCallingPolicy, TeamsCallParkPolicy, TeamsChannelsPolicy, TeamsEducationAssignmentsAppPolicy, TeamsEmergencyCallingPolicy, TeamsMeetingBroadcastPolicy, TeamsEmergencyCallRoutingPolicy, TeamsMeetingPolicy, TeamsMessagingPolicy, TeamsUpdateManagementPolicy, TeamsUpgradePolicy, TeamsVerticalPackagePolicy, TeamsVideoInteropServicePolicy, TenantDialPlan
3434

3535
## EXAMPLES
3636

0 commit comments

Comments
 (0)