Skip to content

Commit 7148b0d

Browse files
authored
Merge branch 'master' into patch-18
2 parents ff273be + 739560c commit 7148b0d

File tree

9 files changed

+802
-3
lines changed

9 files changed

+802
-3
lines changed

exchange/exchange-ps/exchange/Set-OrganizationConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2521,7 +2521,7 @@ This parameter is available only in the cloud-based service.
25212521
The OnlineMeetingsByDefaultEnabled parameter specifies whether to set all meetings as Teams or Skype for Business by default during meeting creation. Valid values are:
25222522

25232523
- $true: All meetings are online by default.
2524-
- $false: All meetings are not online by default. This is the default value.
2524+
- $false: All meetings are not online by default.
25252525
- $null: If the organization value has not been specified, the default behavior is for meetings to be online.
25262526

25272527
You can override this setting on individual mailboxes by using the OnlineMeetingsByDefaultEnabled parameter on the Set-MailboxCalendarConfiguration cmdlet.

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

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Set-SPOSite [-Identity] <SpoSitePipeBind> [-AllowSelfServiceUpgrade <Boolean>] [
3535
[-SharingBlockedDomainList <String>] [-SharingDomainRestrictionMode <SharingDomainRestrictionModes>]
3636
[-ShowPeoplePickerSuggestionsForGuestUsers <Boolean>] [-StorageQuotaReset]
3737
[-DefaultSharingLinkType] [-DefaultLinkPermission] [-DefaultLinkToExistingAccess]
38-
[-ConditionalAccessPolicy <SPOConditionalAccessPolicyType>] [-AuthenticationContextName <String>] [-LimitedAccessFileType <SPOLimitedAccessFileType>] [-AllowEditing <Boolean>] [-AnonymousLinkExpirationInDays <Int32>] [-OverrideTenantAnonymousLinkExpirationPolicy <Boolean>] [-SensitivityLabel <String>]
38+
[-ConditionalAccessPolicy <SPOConditionalAccessPolicyType>] [-AuthenticationContextName <String>] [-LimitedAccessFileType <SPOLimitedAccessFileType>] [-AllowEditing <Boolean>] [-AnonymousLinkExpirationInDays <Int32>] [-OverrideTenantAnonymousLinkExpirationPolicy <Boolean>] [-OverrideTenantExternalUserExpirationPolicy <Boolean>] [-ExternalUserExpirationInDays <Int32>] [-SensitivityLabel <String>]
3939
[-RemoveLabel] [<CommonParameters>]
4040
```
4141

@@ -833,6 +833,46 @@ Accept pipeline input: False
833833
Accept wildcard characters: False
834834
```
835835

836+
### -OverrideTenantExternalUserExpirationPolicy
837+
838+
Choose whether to override the external user expiration policy on this site
839+
840+
Possible values:
841+
842+
- None: Respect the organization-level policy for external user expiration.
843+
- False: Respect the organization-level policy for external user expiration.
844+
- True: Override the organization-level policy for external user expiration (can be more or less restrictive).
845+
846+
```yaml
847+
Type: Boolean
848+
Parameter Sets: ParamSet1
849+
Aliases:
850+
Applicable: SharePoint Online
851+
Required: False
852+
Position: Named
853+
Default value: None
854+
Accept pipeline input: False
855+
Accept wildcard characters: False
856+
```
857+
858+
### -ExternalUserExpirationInDays
859+
860+
Specifies all external user expiration which will expire after the set number of days. Only applies if OverrideTenantExternalUserExpirationPolicy is set to true.
861+
862+
To remove the expiration requirement, set the value to zero (0).
863+
864+
```yaml
865+
Type: Int32
866+
Parameter Sets: (All)
867+
Aliases:
868+
Applicable: SharePoint Online
869+
Required: False
870+
Position: Named
871+
Default value: None
872+
Accept pipeline input: False
873+
Accept wildcard characters: False
874+
```
875+
836876
### -ConditionalAccessPolicy
837877

838878
Please read [Control access from unmanaged devices](/sharepoint/control-access-from-unmanaged-devices) documentation here to understand Conditional Access Policy usage in SharePoint Online.

skype/skype-ps/skype/Set-CsTeamsEmergencyCallingPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Accept wildcard characters: False
7777
```
7878
7979
### -ExternalLocationLookupMode
80-
Enable ExternalLocationLookupMode. This parameter is currently not supported.
80+
Enable ExternalLocationLookupMode.
8181
8282
```yaml
8383
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)
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
3+
online version: https://docs.microsoft.com/powershell/module/teams/get-csonlinetelephonenumbercountry
4+
Module Name: MicrosoftTeams
5+
title: Get-CsOnlineTelephoneNumberCountry
6+
schema: 2.0.0
7+
manager: mreddy
8+
author: TristanChen-msft
9+
ms.author: jiaych
10+
ms.reviewer: julienp
11+
---
12+
13+
# Get-CsOnlineTelephoneNumberCountry
14+
15+
## SYNOPSIS
16+
Use the `Get-CsOnlineTelephoneNumberCountry` cmdlet to get the list of supported countries to search and acquire new telephone numbers. The telephone numbers can then be used to set up calling features for users and services in your organization.
17+
18+
## SYNTAX
19+
20+
```
21+
PS C:\> Get-CsOnlineTelephoneNumberCountry [<CommonParameters>]
22+
```
23+
## DESCRIPTION
24+
25+
Use the `Get-CsOnlineTelephoneNumberCountry` cmdlet to get the list of supported countries to search and acquire new telephone numbers. The telephone numbers can then be used to set up calling features for users and services in your organization.
26+
27+
## EXAMPLES
28+
29+
### -------------------------- Example 1 --------------------------
30+
```
31+
Get-CsOnlineTelephoneNumberCountry
32+
```
33+
34+
```output
35+
Name Value
36+
---- -----
37+
Antigua and Barbuda AG
38+
Argentina AR
39+
Australia AU
40+
Austria AT
41+
...
42+
United Kingdom GB
43+
United States US
44+
Uruguay UY
45+
Venezuela VE
46+
Vietnam VN
47+
```
48+
49+
This example returns the list of supported countries or regions for the cmdlet search and acquire of new telephone numbers.
50+
51+
## PARAMETERS
52+
53+
## INPUTS
54+
55+
## OUTPUTS
56+
57+
## RELATED LINKS
58+
[Get-CsOnlineTelephoneNumberCountry](Get-CsOnlineTelephoneNumberCountry.md)
59+
[Get-CsOnlineTelephoneNumberType](Get-CsOnlineTelephoneNumberType.md)
60+
61+
[New-CsOnlineTelephoneNumberOrder](New-CsOnlineTelephoneNumberOrder.md)
62+
[Get-CsOnlineTelephoneNumberOrder](Get-CsOnlineTelephoneNumberOrder.md)
63+
[Complete-CsOnlineTelephoneNumberOrder](Complete-CsOnlineTelephoneNumberOrder.md)
64+
[Clear-CsOnlineTelephoneNumberOrder](Clear-CsOnlineTelephoneNumberOrder.md)

0 commit comments

Comments
 (0)