Skip to content

Commit 8dc179a

Browse files
committed
Merge branch 'master' into TABL-chrisda
2 parents 757cd23 + 68b2bfe commit 8dc179a

File tree

4 files changed

+26
-5
lines changed

4 files changed

+26
-5
lines changed

exchange/exchange-ps/exchange/New-InformationBarrierPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ This example creates an inactive policy named *Sales-Research* for a segment nam
6969

7070
### Example 2
7171
```powershell
72-
New-InformationBarrierPolicy -Name "Manufacturing-HR" -AssignedSegment "Manufacturing" -SegmentsAllowed "HR" -State Inactive
72+
New-InformationBarrierPolicy -Name "Manufacturing-HR" -AssignedSegment "Manufacturing" -SegmentsAllowed "Manufacturing","HR" -State Inactive
7373
```
7474

7575
This example creates an inactive policy named *Manufacturing-HR* for a segment named *Manufacturing*. When active and applied, this policy allows people in *Manufacturing* to communicate only with people in the segment named *HR*. (In this example, Manufacturing can't communicate with users who aren't in HR.)
7676

7777
### Example 3
7878
```powershell
79-
New-InformationBarrierPolicy -Name "Research-HRManufacturing" -AssignedSegment "Research" -SegmentsAllowed "HR","Manufacturing" -State Inactive
79+
New-InformationBarrierPolicy -Name "Research-HRManufacturing" -AssignedSegment "Research" -SegmentsAllowed "Research","HR","Manufacturing" -State Inactive
8080
```
8181

8282
This example creates a policy that allows the *Research* segment to communicate with only *HR* and *Manufacturing*.

sharepoint/sharepoint-ps/sharepoint-online/Request-SPOPersonalSite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Accept wildcard characters: False
7373
7474
Specifies one or more user logins to be enqueued for the creation of a Personal Site. The Personal site is created by a Timer Job later. You can specify between 1 and 200 users.
7575
> [!NOTE]
76-
> If you are Pre-Provisioning OneDrive for Many Users, it might take up to 24 hours for the OneDrive locations to be created. If a user's OneDrive isn't ready after 24 hours, please contact Support.
76+
> If you're pre-provisioning OneDrive for a large number of users, it might take multiple days for the OneDrive locations to be created.
7777
7878
```yaml
7979
Type: String[]

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Set-SPOTenant [-ApplyAppEnforcedRestrictionsToAdHocRecipients <Boolean>]
6969
[-ODBMembersCanShare <SharingState>]
7070
[-OneDriveForGuestsEnabled <Boolean>]
7171
[-OneDriveStorageQuota <Int64>]
72+
[-IsWBFluidEnabled <Boolean>]
7273
[-OrphanedPersonalSitesRetentionPeriod <Int32>]
7374
[-OwnerAnonymousNotification <Boolean>]
7475
[-PermissiveBrowserFileHandlingOverride <Boolean>]
@@ -1196,6 +1197,26 @@ Default value: None
11961197
Accept pipeline input: False
11971198
Accept wildcard characters: False
11981199
```
1200+
### -IsWBFluidEnabled
1201+
1202+
Sets whether Whiteboard is enabled or disabled for OneDrive for Business users. Whiteboard on OneDrive for Business is automatically enabled for applicable Microsoft 365 tenants but can be disabled.
1203+
1204+
The valid values are:
1205+
1206+
- $true - Administrator enabled Whiteboard for user with OneDrive for Business Users.
1207+
- $false - Administrator disable Whiteboard for user with OneDrive for Business Users.
1208+
1209+
```yaml
1210+
Type: Boolean
1211+
Parameter Sets: (All)
1212+
Aliases:
1213+
Applicable: SharePoint Online
1214+
Required: False
1215+
Position: Named
1216+
Default value: None
1217+
Accept pipeline input: False
1218+
Accept wildcard characters: False
1219+
```
11991220
12001221
### -OrphanedPersonalSitesRetentionPeriod
12011222

skype/skype-ps/skype/New-CsTeamsEmergencyCallingPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ New-CsTeamsEmergencyCallingPolicy [-Tenant <System.Guid>] [-NotificationGroup <S
3131

3232
### Example 1
3333
```powershell
34-
PS C:> New-CsTeamsEmergencyCallingPolicy -Identity testECRP -Description "Test ECRP" -NotificationGroup "[email protected]" -NotificationDialOutNumber "4253214567" -NotificationMode NotificationOnly -ExternalLocationLookupMode $true
34+
PS C:> New-CsTeamsEmergencyCallingPolicy -Identity testECRP -Description "Test ECRP" -NotificationGroup "[email protected]" -NotificationDialOutNumber "4253214567" -NotificationMode NotificationOnly -ExternalLocationLookupMode $Enable
3535
```
3636

3737
This example creates a Teams Emergency Calling policy that has a identity of testECRP, where a notification group and number is being defined and also the type of notification.
@@ -69,7 +69,7 @@ Accept wildcard characters: False
6969
```
7070
7171
### -ExternalLocationLookupMode
72-
Enable ExternalLocationLookupMode. This parameter is currently not supported.
72+
Enable ExternalLocationLookupMode.
7373
7474
```yaml
7575
Type: ExternalLocationLookupMode

0 commit comments

Comments
 (0)