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

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
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
3+
online version: https://docs.microsoft.com/powershell/module/teams/clear-csonlinetelephonenumberorder
4+
Module Name: MicrosoftTeams
5+
title: Clear-CsOnlineTelephoneNumberOrder
6+
schema: 2.0.0
7+
manager: mreddy
8+
author: TristanChen-msft
9+
ms.author: jiaych
10+
ms.reviewer: julienp
11+
---
12+
13+
# Clear-CsOnlineTelephoneNumberOrder
14+
15+
## SYNOPSIS
16+
17+
Use the `Clear-CsOnlineTelephoneNumberOrder` cmdlet to cancel a specific telephone number search order and release the telephone numbers. The telephone numbers can then be available for search and acquire.
18+
19+
## SYNTAX
20+
21+
```
22+
Clear-CsOnlineTelephoneNumberOrder [-OrderId] <OrderId> [<CommonParameters>]
23+
```
24+
25+
## DESCRIPTION
26+
27+
Use the `Clear-CsOnlineTelephoneNumberOrder` cmdlet to cancel a specific telephone number search order and release the telephone numbers. The telephone numbers can then be available for search and acquire.
28+
29+
## EXAMPLES
30+
31+
### -------------------------- Example 1 --------------------------
32+
```
33+
PS C:\> Clear-CsOnlineTelephoneNumberOrder -OrderId 1efd85ca-dd46-41b3-80a0-2e4c5f87c912
34+
PS C:\> Get-CsOnlineTelephoneNumberOrder -OrderId 1efd85ca-dd46-41b3-80a0-2e4c5f87c912
35+
36+
AreaCode :
37+
CivicAddressId :
38+
CountryCode : US
39+
CreatedAt : 8/23/2021 5:43:44 PM
40+
Description : test
41+
ErrorCode : NoError
42+
Id : 1efd85ca-dd46-41b3-80a0-2e4c5f87c912
43+
InventoryType : Subscriber
44+
IsManual : False
45+
Name : test
46+
NumberPrefix : 1718
47+
NumberType : UserSubscriber
48+
Quantity : 1
49+
ReservationExpiryDate : 8/23/2021 5:59:45 PM
50+
SearchType : Prefix
51+
SendToServiceDesk : False
52+
Status : Cancelled
53+
TelephoneNumber : {Microsoft.Teams.ConfigAPI.Cmdlets.Generated.Models.TelephoneNumberSearchResult}
54+
55+
PS C:\> $order.TelephoneNumber
56+
57+
Location TelephoneNumber
58+
-------- ---------------
59+
New York City +17182000004
60+
```
61+
62+
This example cancels the purchase of the telephone number order containing the phone number +17182000004.
63+
64+
65+
## PARAMETERS
66+
67+
### OrderId
68+
Specifies the telephone number search order to look up. Use `New-CsOnlineTelephoneNumberOrder` to create a search order to obtain a search order Id.
69+
70+
```yaml
71+
Type: String
72+
Parameter Sets: (All)
73+
Aliases:
74+
75+
Required: True
76+
Position: Named
77+
Default value: None
78+
Accept pipeline input: False
79+
Accept wildcard characters: False
80+
```
81+
82+
## INPUTS
83+
84+
## OUTPUTS
85+
86+
## RELATED LINKS
87+
88+
[Get-CsOnlineTelephoneNumberCountry](Get-CsOnlineTelephoneNumberCountry.md)
89+
[Get-CsOnlineTelephoneNumberType](Get-CsOnlineTelephoneNumberType.md)
90+
91+
[New-CsOnlineTelephoneNumberOrder](New-CsOnlineTelephoneNumberOrder.md)
92+
[Get-CsOnlineTelephoneNumberOrder](Get-CsOnlineTelephoneNumberOrder.md)
93+
[Complete-CsOnlineTelephoneNumberOrder](Complete-CsOnlineTelephoneNumberOrder.md)
94+
[Clear-CsOnlineTelephoneNumberOrder](Clear-CsOnlineTelephoneNumberOrder.md)
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
3+
online version: https://docs.microsoft.com/powershell/module/teams/complete-csonlinetelephonenumberorder
4+
Module Name: MicrosoftTeams
5+
title: Complete-CsOnlineTelephoneNumberOrder
6+
schema: 2.0.0
7+
manager: mreddy
8+
author: TristanChen-msft
9+
ms.author: jiaych
10+
ms.reviewer: julienp
11+
---
12+
13+
# Complete-CsOnlineTelephoneNumberOrder
14+
15+
## SYNOPSIS
16+
17+
Use the `Complete-CsOnlineTelephoneNumberOrder` cmdlet to complete a specific telephone number search order and confirm the purchase of the new telephone numbers. The telephone numbers can then be used to set up calling features for users and services in your organization.
18+
19+
## SYNTAX
20+
21+
```
22+
Complete-CsOnlineTelephoneNumberOrder [-OrderId] <OrderId> [<CommonParameters>]
23+
```
24+
25+
## DESCRIPTION
26+
27+
Use the `Complete-CsOnlineTelephoneNumberOrder` cmdlet to complete a specific telephone number search order and confirm the purchase of the new telephone numbers. The telephone numbers can then be used to set up calling features for users and services in your organization.
28+
29+
30+
## EXAMPLES
31+
32+
### -------------------------- Example 1 --------------------------
33+
```
34+
PS C:\> Complete-CsOnlineTelephoneNumberOrder -OrderId 1efd85ca-dd46-41b3-80a0-2e4c5f87c912
35+
PS C:\> Get-CsOnlineTelephoneNumberOrder -OrderId 1efd85ca-dd46-41b3-80a0-2e4c5f87c912
36+
37+
AreaCode :
38+
CivicAddressId :
39+
CountryCode : US
40+
CreatedAt : 8/23/2021 5:43:44 PM
41+
Description : test
42+
ErrorCode : NoError
43+
Id : 1efd85ca-dd46-41b3-80a0-2e4c5f87c912
44+
InventoryType : Subscriber
45+
IsManual : False
46+
Name : test
47+
NumberPrefix : 1718
48+
NumberType : UserSubscriber
49+
Quantity : 1
50+
ReservationExpiryDate : 8/23/2021 5:59:45 PM
51+
SearchType : Prefix
52+
SendToServiceDesk : False
53+
Status : Completed
54+
TelephoneNumber : {Microsoft.Teams.ConfigAPI.Cmdlets.Generated.Models.TelephoneNumberSearchResult}
55+
56+
PS C:\> $order.TelephoneNumber
57+
58+
Location TelephoneNumber
59+
-------- ---------------
60+
New York City +17182000004
61+
```
62+
63+
This example completes the purchase of the telephone number order containing the phone number +17182000004.
64+
65+
66+
## PARAMETERS
67+
68+
### OrderId
69+
Specifies the telephone number search order to look up. Use `New-CsOnlineTelephoneNumberOrder` to create a search order to obtain a search order Id.
70+
71+
```yaml
72+
Type: String
73+
Parameter Sets: (All)
74+
Aliases:
75+
76+
Required: True
77+
Position: Named
78+
Default value: None
79+
Accept pipeline input: False
80+
Accept wildcard characters: False
81+
```
82+
83+
## INPUTS
84+
85+
## OUTPUTS
86+
87+
## RELATED LINKS
88+
89+
[Get-CsOnlineTelephoneNumberCountry](Get-CsOnlineTelephoneNumberCountry.md)
90+
[Get-CsOnlineTelephoneNumberType](Get-CsOnlineTelephoneNumberType.md)
91+
92+
[New-CsOnlineTelephoneNumberOrder](New-CsOnlineTelephoneNumberOrder.md)
93+
[Get-CsOnlineTelephoneNumberOrder](Get-CsOnlineTelephoneNumberOrder.md)
94+
[Complete-CsOnlineTelephoneNumberOrder](Complete-CsOnlineTelephoneNumberOrder.md)
95+
[Clear-CsOnlineTelephoneNumberOrder](Clear-CsOnlineTelephoneNumberOrder.md)

0 commit comments

Comments
 (0)