Skip to content

Commit 13cc729

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/office-docs-powershell into leokukharau/publicDocs
2 parents 9bb60d9 + f4b3f17 commit 13cc729

12 files changed

+79
-153
lines changed

exchange/exchange-ps/exchange/New-AdminAuditLogSearch.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
external help file: Microsoft.Exchange.RecordsandEdge-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/new-adminauditlogsearch
4-
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Security & Compliance, Exchange Online Protectiontitle: New-AdminAuditLogSearch
4+
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Security & Compliance, Exchange Online Protection
5+
title: New-AdminAuditLogSearch
56
schema: 2.0.0
67
author: chrisda
78
ms.author: chrisda

exchange/exchange-ps/exchange/Set-Contact.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,8 @@ The GeoCoordinates parameter specifies the contact's location in latitude, longi
321321
- Latitude and longitude: For example, "47.644125;-122.122411"
322322
- Latitude, longitude, and altitude: For example, "47.644125;-122.122411;161.432"
323323

324+
**Note**: If period separators don't work for you, use commas instead.
325+
324326
```yaml
325327
Type: GeoCoordinates
326328
Parameter Sets: (All)

exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Set-OwaMailboxPolicy [-Identity] <MailboxPolicyIdParameter>
8484
[-NpsSurveysEnabled <Boolean>]
8585
[-OrganizationEnabled <Boolean>]
8686
[-OneDriveAttachmentsEnabled <Boolean>]
87+
[-OneWinNativeOutlookEnabled <System.Boolean>]
8788
[-OnSendAddinsEnabled <Boolean>]
8889
[-OutboundCharset <OutboundCharsetOptions>]
8990
[-OutlookBetaToggleEnabled <Boolean>]
@@ -1470,6 +1471,27 @@ Accept pipeline input: False
14701471
Accept wildcard characters: False
14711472
```
14721473

1474+
### -OneWinNativeOutlookEnabled
1475+
This parameter is available only in the cloud-based service.
1476+
1477+
The OneWinNativeOutlookEnabled parameter controls the availability of the new Outlook for Windows App. Valid values are:
1478+
1479+
- $true: The New Outlook for Windows App is available. This is the default value.
1480+
- $false: The new Outlook for Windows App isn't available.
1481+
1482+
```yaml
1483+
Type: System.Boolean
1484+
Parameter Sets: (All)
1485+
Aliases:
1486+
Applicable: Exchange Online
1487+
1488+
Required: False
1489+
Position: Named
1490+
Default value: None
1491+
Accept pipeline input: False
1492+
Accept wildcard characters: False
1493+
```
1494+
14731495
### -OnSendAddinsEnabled
14741496
The OnSendAddinsEnabled parameter specifies whether to enable or disable on send add-ins in Outlook on the web (add-ins that support events when a user clicks Send). Valid values are:
14751497

exchange/exchange-ps/exchange/Set-Place.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,10 @@ Accept wildcard characters: False
249249
### -GeoCoordinates
250250
The GeoCoordinates parameter specifies the room's location in latitude, longitude and (optionally) altitude coordinates. A valid value for this parameter uses one of the following formats:
251251

252-
- Latitude and longitude: For example, "47,644125;-122,122411"
253-
- Latitude, longitude, and altitude: For example, "47,644125;-122,122411;161,432"
252+
- Latitude and longitude: For example, "47.644125;-122.122411"
253+
- Latitude, longitude, and altitude: For example, "47.644125;-122.122411;161.432"
254+
255+
**Note**: If period separators don't work for you, use commas instead.
254256

255257
```yaml
256258
Type: GeoCoordinates

exchange/exchange-ps/exchange/Set-User.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,8 @@ The GeoCoordinates parameter specifies the user's location in latitude, longitud
502502
- Latitude and longitude: For example, "47.644125;-122.122411"
503503
- Latitude, longitude, and altitude: For example, "47.644125;-122.122411;161.432"
504504

505+
**Note**: If period separators don't work for you, use commas instead.
506+
505507
```yaml
506508
Type: GeoCoordinates
507509
Parameter Sets: (All)

skype/skype-ps/skype/Grant-CsDialoutPolicy.md

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version: https://docs.microsoft.com/powershell/module/skype/grant-csdialoutpolicy
4-
applicable: Skype for Business Online, Microsoft Teams
4+
applicable: Microsoft Teams
55
title: Grant-CsDialoutPolicy
66
schema: 2.0.0
77
manager: bulenteg
@@ -61,18 +61,17 @@ This example assigns the per-user outbound calling restriction policy DialoutCPC
6161

6262
### Example 4
6363
```
64-
Grant-CsDialoutPolicy -Global -PolicyName "InternationalAndDomestic"
64+
Grant-CsDialoutPolicy -Global -PolicyName "DialoutCPCandPSTNInternational"
6565
```
6666

67-
This example sets the tenant global policy instance to InternationalAndDomestic.
67+
This example sets the tenant global policy instance to DialoutCPCandPSTNInternational.
6868

6969
### Example 5
7070
```
71-
Grant-CsDialoutPolicy -Group [email protected] -Rank 10 -PolicyName "InternationalAndDomestic"
71+
Grant-CsDialoutPolicy -Group [email protected] -Rank 10 -PolicyName "DialoutCPCandPSTNInternational"
7272
```
7373

74-
This example assigns the policy instance "InternationalAndDomestic" to the members of the group [email protected].
75-
74+
This example assigns the policy instance "DialoutCPCandPSTNInternational" to the members of the group [email protected].
7675

7776
## PARAMETERS
7877

@@ -81,9 +80,9 @@ This parameter sets the tenant global policy instance. This is the policy that a
8180

8281
```yaml
8382
Type: SwitchParameter
84-
Parameter Sets: (All)
83+
Parameter Sets: GrantToTenant
8584
Aliases:
86-
Applicable: Skype for Business Online, Microsoft Teams
85+
Applicable: Microsoft Teams
8786

8887
Required: False
8988
Position: Named
@@ -99,7 +98,7 @@ Specifies the group used for the group policy assignment.
9998
Type: String
10099
Parameter Sets: GrantToGroup
101100
Aliases:
102-
Applicable: Skype for Business Online, Microsoft Teams
101+
Applicable: Microsoft Teams
103102

104103
Required: True
105104
Position: 0
@@ -109,18 +108,18 @@ Accept wildcard characters: False
109108
```
110109
111110
### -Identity
112-
Specifies the Identity of the user account to be to be modified. A user identity can be specified by using one of four formats: 1) the user's SIP address; 2) the user's user principal name (UPN); 3) the user's domain name and logon name, in the form domain\logon (for example, litwareinc\kenmyer) and 4) the user's Active Directory display name (for example, Ken Myer). You can also reference a user account by using the user's Active Directory distinguished name.
111+
Specifies the Identity of the user account to be to be modified. A user identity can be specified by using one of three formats: 1) the user's SIP address; 2) the user's user principal name (UPN); 3) the user's ObjectId/Identity.
113112
114113
```yaml
115-
Type: UserIdParameter
116-
Parameter Sets: (All)
114+
Type: String
115+
Parameter Sets: Identity
117116
Aliases:
118-
Applicable: Skype for Business Online, Microsoft Teams
117+
Applicable: Microsoft Teams
119118

120119
Required: False
121120
Position: 0
122121
Default value: None
123-
Accept pipeline input: False
122+
Accept pipeline input: True
124123
Accept wildcard characters: False
125124
```
126125
@@ -131,7 +130,7 @@ Returns the results of the command. By default, this cmdlet does not generate an
131130
Type: SwitchParameter
132131
Parameter Sets: (All)
133132
Aliases:
134-
Applicable: Skype for Business Online, Microsoft Teams
133+
Applicable: Microsoft Teams
135134

136135
Required: False
137136
Position: Named
@@ -141,15 +140,15 @@ Accept wildcard characters: False
141140
```
142141
143142
### -PolicyName
144-
"Name" of the policy to be assigned. The PolicyName is simply the policy Identity minus the policy scope (the "tag:" prefix). For example, a policy with the Identity tag:Redmond has a PolicyName equal to Redmond; likewise, a policy with the Identity tag:RedmondPolicy has a PolicyName equal to RedmondPolicy.
143+
"Name" of the policy to be assigned. The PolicyName is simply the policy Identity minus the policy scope (the "tag:" prefix). For example, a policy with the Identity tag:DialoutCPCZoneAPSTNDomestic has a PolicyName equal to DialoutCPCZoneAPSTNDomestic.
145144
146145
To unassign a per-user policy previously assigned to a user, set the PolicyName to a null value ($Null).
147146
148147
```yaml
149148
Type: String
150149
Parameter Sets: (All)
151150
Aliases:
152-
Applicable: Skype for Business Online, Microsoft Teams
151+
Applicable: Microsoft Teams
153152

154153
Required: False
155154
Position: 1
@@ -165,7 +164,7 @@ The rank of the policy assignment, relative to other group policy assignments fo
165164
Type: Int32
166165
Parameter Sets: GrantToGroup
167166
Aliases:
168-
Applicable: Skype for Business Online, Microsoft Teams
167+
Applicable: Microsoft Teams
169168

170169
Required: False
171170
Position: Named
@@ -182,7 +181,7 @@ The cmdlet is not run.
182181
Type: SwitchParameter
183182
Parameter Sets: (All)
184183
Aliases: wi
185-
Applicable: Skype for Business Online, Microsoft Teams
184+
Applicable: Microsoft Teams
186185

187186
Required: False
188187
Position: Named
@@ -198,7 +197,7 @@ Prompts you for confirmation before running the cmdlet.
198197
Type: SwitchParameter
199198
Parameter Sets: (All)
200199
Aliases: cf
201-
Applicable: Skype for Business Online, Microsoft Teams
200+
Applicable: Microsoft Teams
202201

203202
Required: False
204203
Position: Named
@@ -220,5 +219,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
220219
221220
The GrantToGroup syntax is supported in Teams PowerShell Module 4.5.1-preview or later.
222221
222+
The cmdlet is not supported for Teams resource accounts.
223+
223224
## RELATED LINKS
224225
[Get-CsOnlineDialOutPolicy](get-csonlinedialoutpolicy.md)

skype/skype-ps/skype/Set-CsOnlinePSTNGateway.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ Accept wildcard characters: False
234234
```
235235
236236
### -MediaRelayRoutingLocationOverride
237-
This parameter is reserved for use with managed carriers.
238237
239238
Allows selecting path for media manually. Direct Routing assigns a datacenter for media path based on the public IP of the SBC. We always select closest to the SBC datacenter. However, in some cases a public IP from for example a US range can be assigned to an SBC located in Europe. In this case we will be using not optimal media path. We only recommend setting this parameter if the call logs clearly indicate that automatic assignment of the datacenter for media path does not assign the closest to the SBC datacenter.
240239

teams/teams-ps/teams/Connect-MicrosoftTeams.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ Connect-MicrosoftTeams
4444
## DESCRIPTION
4545
The Connect-MicrosoftTeams cmdlet connects to Microsoft Teams with an authenticated account for use with cmdlets from the MicrosoftTeams PowerShell module. After executing this cmdlet, you can disconnect from MicrosoftTeams account using Disconnect-MicrosoftTeams.
4646

47-
> [!WARNING]
48-
>If basic authentication is not enabled, legacy *-Cs cmdlets will not function properly. For Remote PowerShell, basic authentication is necessary.
47+
**Note**: With versions 4.x.x or later, enablement of basic authentication is not needed anymore in commercial environments. For GCC High/DoD environments and customers that are, or have previously been enabled for Regionally Hosted Meetings in Skype for Business Online, basic authentication needs to be enabled for *-Cs cmdlets to function properly.
4948

5049
## EXAMPLES
5150

teams/teams-ps/teams/Get-CsBatchTeamsDeployment.md renamed to teams/teams-ps/teams/Get-CsBatchTeamsDeploymentStatus.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
33
Module Name: MicrosoftTeams
4-
online version: https://docs.microsoft.com/powershell/module/teams/get-csbatchteamsdeployment
4+
online version: https://docs.microsoft.com/powershell/module/teams/Get-CsBatchTeamsDeploymentStatus
55
schema: 2.0.0
66
---
77

8-
# Get-CsBatchTeamsDeployment
8+
# Get-CsBatchTeamsDeploymentStatus
9+
910

1011
## SYNOPSIS
1112

@@ -14,19 +15,19 @@ This cmdlet is used to get the status of the batch deployment orchestration.
1415
## SYNTAX
1516

1617
```
17-
Get-CsBatchTeamsDeployment -OrchestrationId <String> [-WhatIf] [-Confirm] [<CommonParameters>]
18+
Get-CsBatchTeamsDeploymentStatus -OrchestrationId <String> [-WhatIf] [-Confirm] [<CommonParameters>]
1819
```
1920

2021
## DESCRIPTION
21-
After deploying teams using New-CsBatchTeamsDeployment, an admin can check the status of the job/orchestration using Get-CsBatchTeamsDeployment.
22+
After deploying teams using New-CsBatchTeamsDeployment, an admin can check the status of the job/orchestration using Get-CsBatchTeamsDeploymentStatus.
2223

2324
To learn more, see [Deploy Teams at scale for frontline workers](https://docs.microsoft.com/microsoft-365/frontline/deploy-teams-at-scale).
2425

2526
## EXAMPLES
2627

2728
### EXAMPLE 1
2829
```
29-
Get-CsBatchTeamsDeployment -OrchestrationId "My-Orchestration-Id"
30+
Get-CsBatchTeamsDeploymentStatus -OrchestrationId "My-Orchestration-Id"
3031
```
3132
This command provides the status of the specified batch deployment orchestrationId.
3233

teams/teams-ps/teams/Get-CsTeamsShiftsConnectionInstance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ PS C:\_\> $ci.ToJsonString()
110110
},
111111
"connectorSpecificSettings": {
112112
"apiUrl": "https://www.contoso.com/api",
113-
"ssoUrl": "https://www.contoso.mykronos.com/sso",
113+
"ssoUrl": "https://www.contoso.com/sso",
114114
"clientId": "86q446dXbJz6UdZeOr1FrP8chDHDZ66nu"
115115
},
116116
"id": "WCI-78F5116E-9098-45F5-B595-1153DF9D6F70",

teams/teams-ps/teams/New-CsBatchTeamsDeployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ Accept wildcard characters: False
8686
8787
## OUTPUTS
8888
### OrchestrationId
89-
The ID of the operation that can be used with the Get-CsBatchTeamsDeployment cmdlet to get the status of the operation.
89+
The ID of the operation that can be used with the Get-CsBatchTeamsDeploymentStatus cmdlet to get the status of the operation.
9090
9191
## NOTES
9292
9393
## RELATED LINKS
9494
95-
[Get-CsBatchTeamsDeployment](Get-CsBatchTeamsDeployment.md)
95+
[Get-CsBatchTeamsDeploymentStatus](Get-CsBatchTeamsDeploymentStatus.md)

0 commit comments

Comments
 (0)