Skip to content

Commit 359be47

Browse files
authored
Merge branch 'master' into master
2 parents b1c2d79 + de49621 commit 359be47

17 files changed

+793
-13
lines changed

exchange/exchange-ps/exchange/Enable-ComplianceTagStorage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in Security & Compliance Center PowerShell. For more information, see [Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/scc-powershell).
1616

17-
Use the Enable-ComplianceTagStorage cmdlet to create the label policy in the Microsoft 365 security center. This is a one-time operation. Labels apply retention settings to content.
17+
Use the Enable-ComplianceTagStorage cmdlet to create the retention label policy in the Microsoft 365 security center. This is a one-time operation. Retention labels apply retention settings to content.
1818

1919
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2020

exchange/exchange-ps/exchange/Get-ComplianceTag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in Security & Compliance Center PowerShell. For more information, see [Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/scc-powershell).
1616

17-
Use the Get-ComplianceTag cmdlet to view labels in the Microsoft 365 compliance center. Labels apply retention settings to content.
17+
Use the Get-ComplianceTag cmdlet to view retention labels in the Microsoft 365 compliance center. Retention labels apply retention settings to content.
1818

1919
**Note**: We recommend that you use the Exchange Online PowerShell V2 module to connect to Exchange Online PowerShell. For instructions, see [Connect to Exchange Online PowerShell](https://docs.microsoft.com/powershell/exchange/connect-to-exchange-online-powershell).
2020

exchange/exchange-ps/exchange/Get-ComplianceTagStorage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in Security & Compliance Center PowerShell. For more information, see [Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/scc-powershell).
1616

17-
Use the Get-ComplianceTagStorage cmdlet to confirm that you've created the label policy by using the Enable-ComplianceTagStorage cmdlet. Labels apply retention settings to content.
17+
Use the Get-ComplianceTagStorage cmdlet to confirm that you've created the retention label policy by using the Enable-ComplianceTagStorage cmdlet. Retention labels apply retention settings to content.
1818

1919
**Note**: We recommend that you use the Exchange Online PowerShell V2 module to connect to Exchange Online PowerShell. For instructions, see [Connect to Exchange Online PowerShell](https://docs.microsoft.com/powershell/exchange/connect-to-exchange-online-powershell).
2020

exchange/exchange-ps/exchange/New-ComplianceTag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in Security & Compliance Center PowerShell. For more information, see [Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/scc-powershell).
1616

17-
Use the New-ComplianceTag cmdlet to create labels in the Microsoft 365 compliance center. Labels apply retention settings to content.
17+
Use the New-ComplianceTag cmdlet to create retention labels in the Microsoft 365 compliance center. Retention labels apply retention settings to content.
1818

1919
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2020

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*.

exchange/exchange-ps/exchange/Remove-ComplianceTag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in Security & Compliance Center PowerShell. For more information, see [Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/scc-powershell).
1616

17-
Use the Remove-ComplianceTag cmdlet to remove labels from the Microsoft 365 compliance center.
17+
Use the Remove-ComplianceTag cmdlet to remove retention labels from the Microsoft 365 compliance center. Retention labels apply retention settings to content.
1818

1919
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2020

exchange/exchange-ps/exchange/Set-ComplianceTag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in Security & Compliance Center PowerShell. For more information, see [Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/scc-powershell).
1616

17-
Use the Set-ComplianceTag cmdlet to modify labels in the Microsoft 365 compliance center.
17+
Use the Set-ComplianceTag cmdlet to modify retention labels in the Microsoft 365 compliance center. Retention labels apply retention settings to content.
1818

1919
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2020

exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This cmdlet is available only in Security & Compliance Center PowerShell. For mo
1616

1717
Use the Set-RetentionCompliancePolicy cmdlet to modify existing retention policies in the Microsoft 365 compliance center.
1818

19-
**Note**: Running this cmdlet causes a full synchronization across your organization, which is a significant operation. If you need to update multiple policies, wait until the policy distribution is successful before running the cmdlet again for the next policy.
19+
**Note**: Running this cmdlet causes a full synchronization across your organization, which is a significant operation. If you need to update multiple policies, wait until the policy distribution is successful before running the cmdlet again for the next policy. For information about the distribution status, see [Get-RetentionCompliancePolicy](https://docs.microsoft.com/powershell/module/exchange/get-retentioncompliancepolicy).
2020

2121
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2222

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: 22 additions & 1 deletion
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
@@ -1550,7 +1571,7 @@ Applicable: SharePoint Online
15501571
Required: False
15511572
Position: Named
15521573
Default value: AllowFullAccess
1553-
Accept pipeline input: False
1574+
Accept pipeline input: True
15541575
Accept wildcard characters: False
15551576
```
15561577

0 commit comments

Comments
 (0)