Skip to content

Commit 78bed62

Browse files
authored
Merge branch 'master' into patch-6
2 parents 026e59e + 2bb1495 commit 78bed62

11 files changed

+77
-11
lines changed

exchange/exchange-ps/exchange/Get-EXOMailboxFolderStatistics.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ The Identity parameter specifies the identity of the mailbox or mail user. You c
160160
161161
- User Principal Name (UPN)
162162
163+
- Name
164+
165+
- Alias
166+
163167
```yaml
164168
Type: String
165169
Parameter Sets: (All)

exchange/exchange-ps/exchange/Get-OMEConfiguration.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2525
## SYNTAX
2626

2727
```
28-
Get-OMEConfiguration [<CommonParameters>]
28+
Get-OMEConfiguration [[-Identity] <OMEConfigurationIdParameter>] [<CommonParameters>]
2929
```
3030

3131
## DESCRIPTION
@@ -49,6 +49,22 @@ This example returns detailed information for all OME configurations in the orga
4949

5050
## PARAMETERS
5151

52+
### -Identity
53+
The Identity parameter specifies the OME configuration that you want to get. The default OME configuration has the Identity value "OME Configuration".
54+
55+
```yaml
56+
Type: OMEConfigurationIdParameter
57+
Parameter Sets: (All)
58+
Aliases:
59+
Applicable: Exchange Online
60+
61+
Required: True
62+
Position: 1
63+
Default value: None
64+
Accept pipeline input: True
65+
Accept wildcard characters: False
66+
```
67+
5268
### CommonParameters
5369
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
5470

exchange/exchange-ps/exchange/Get-TenantAnalyticsConfig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ This cmdlet has been deprecated and no longer used.
3737
```powershell
3838
Get-TenantAnalyticsConfig
3939
```
40+
4041
This cmdlet has been deprecated and no longer used.
4142

4243
## PARAMETERS

exchange/exchange-ps/exchange/Get-UserBriefingConfig.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ This parameter is reserved for internal Microsoft use.
6262
Type: Unlimited
6363
Parameter Sets: (All)
6464
Aliases:
65-
Applicable: Exchange Online
65+
Applicable: Exchange Online
66+
6667
Required: False
6768
Position: Named
6869
Default value: None

exchange/exchange-ps/exchange/Release-QuarantineMessage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Exchange.ServerStatus-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/release-quarantinemessage
44
applicable: Exchange Online, Exchange Online Protection

exchange/exchange-ps/exchange/Set-CASMailbox.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ Accept wildcard characters: False
205205
```
206206
207207
### -ActiveSyncEnabled
208-
The ActiveSyncEnabled parameter enables or disables Exchange ActiveSync for the mailbox. Valid input for this parameter is $true or $false. The default value is $true. When you set this parameter to $false, the other Exchange ActiveSync settings in this cmdlet are ignored.
208+
The ActiveSyncEnabled parameter enables or disables Exchange ActiveSync for the mailbox. Valid input for this parameter is $true or $false. The default value is $true. When you set this parameter to $false, the other Exchange ActiveSync settings in this cmdlet are ignored.
209+
210+
For more information, see [Enable or disable Exchange ActiveSync for a mailbox](https://docs.microsoft.com/exchange/recipients-in-exchange-online/manage-user-mailboxes/enable-or-disable-exchange-activesync), or [Enable or disable Exchange ActiveSync access to mailboxes in Exchange Server](https://docs.microsoft.com/exchange/clients/exchange-activesync/activesync-mailbox-access).
209211
210212
```yaml
211213
Type: Boolean
@@ -584,6 +586,8 @@ The ImapEnabled parameter enables or disables access to the mailbox by using IMA
584586
585587
Valid input for this parameter is $true or $false. The default value is $true. Note that when you set this parameter to $false, the other IMAP4 settings in this cmdlet are ignored.
586588
589+
For more information, see [Enable or Disable POP3 or IMAP4 access for a user](https://docs.microsoft.com/exchange/clients-and-mobile-in-exchange-online/pop3-and-imap4/enable-or-disable-pop3-or-imap4-access), or [Enable or disable POP3 or IMAP4 access to mailboxes in Exchange Server](https://docs.microsoft.com/exchange/clients/pop3-and-imap4/configure-mailbox-access).
590+
587591
```yaml
588592
Type: Boolean
589593
Parameter Sets: (All)
@@ -858,6 +862,8 @@ The MAPIEnabled parameter enables or disables access to the mailbox by using MAP
858862
859863
Valid input for this parameter is $true or $false. The default value is $true. Note that when you set this parameter to $false, the other MAPI settings in this cmdlet are ignored.
860864
865+
For more information, see[Enable or disable MAPI for a mailbox](https://docs.microsoft.com/exchange/recipients-in-exchange-online/manage-user-mailboxes/enable-or-disable-mapi), or [Enable or disable MAPI access to mailboxes in Exchange Server](https://docs.microsoft.com/exchange/clients/mapi-mailbox-access).
866+
861867
```yaml
862868
Type: Boolean
863869
Parameter Sets: (All)
@@ -940,6 +946,8 @@ The OWAEnabled parameter enables or disables access to the mailbox by using Outl
940946
941947
Valid input for this parameter is $true or $false. The default value is $true. Note that when you set this parameter to $false, the other Outlook on the web settings in this cmdlet are ignored.
942948
949+
For more information, see [Enable or disable Outlook on the web for a mailbox](https://docs.microsoft.com/exchange/recipients-in-exchange-online/manage-user-mailboxes/enable-or-disable-outlook-web-app), or [Enable or disable Outlook on the web access to mailboxes in Exchange Server](https://docs.microsoft.com/exchange/clients/outlook-on-the-web/mailbox-access).
950+
943951
```yaml
944952
Type: Boolean
945953
Parameter Sets: (All)
@@ -1000,6 +1008,8 @@ The PopEnabled parameter enables or disables access to the mailbox by using POP3
10001008
10011009
Valid input for this parameter is $true or $false. The default value is $true. Note that when you set this parameter to $false, the other POP3 settings in this cmdlet are ignored.
10021010
1011+
For more information, see [Enable or Disable POP3 or IMAP4 access for a user](https://docs.microsoft.com/exchange/clients-and-mobile-in-exchange-online/pop3-and-imap4/enable-or-disable-pop3-or-imap4-access), or [Enable or disable POP3 or IMAP4 access to mailboxes in Exchange Server](https://docs.microsoft.com/exchange/clients/pop3-and-imap4/configure-mailbox-access).
1012+
10031013
```yaml
10041014
Type: Boolean
10051015
Parameter Sets: (All)

exchange/exchange-ps/exchange/Set-OMEConfiguration.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Set-OMEConfiguration [-Identity] <OMEConfigurationIdParameter>
3737
[-PrivacyStatementUrl <String>]
3838
[-ReadButtonText <String>]
3939
[-SocialIdSignIn <Boolean>]
40+
[-Confirm]
4041
[<CommonParameters>]
4142
```
4243

@@ -55,7 +56,7 @@ This example configures the specified values for the default OME configuration n
5556
## PARAMETERS
5657

5758
### -Identity
58-
The Identity parameter specifies the OME configuration that you want to modify. The default OME configuration has the Identity value "OME Configuration". You can also use "default".
59+
The Identity parameter specifies the OME configuration that you want to modify. The default OME configuration has the Identity value "OME Configuration".
5960

6061
```yaml
6162
Type: OMEConfigurationIdParameter
@@ -133,6 +134,8 @@ This parameter is only available with a Microsoft 365 Advanced Message Encryptio
133134
134135
The ExternalMailExpiryInDays parameter specifies the number of days that the encrypted message is available to external recipients in the Microsoft 365 portal. A valid value is an integer from 0 to 730. The value 0 means the messages will never expire. The default value is 0.
135136
137+
ExternalMailExpiryInDays cannot be updated in the default OME configuration. Create a customized configuration to apply ExternalMailExpiryInDays.
138+
136139
```yaml
137140
Type: String
138141
Parameter Sets: Int32
@@ -284,6 +287,26 @@ Accept pipeline input: False
284287
Accept wildcard characters: False
285288
```
286289
290+
### -Confirm
291+
The Confirm switch specifies whether to show or hide the confirmation prompt. How this switch affects the cmdlet depends on if the cmdlet requires confirmation before proceeding.
292+
293+
- Destructive cmdlets (for example, Remove-\* cmdlets) have a built-in pause that forces you to acknowledge the command before proceeding. For these cmdlets, you can skip the confirmation prompt by using this exact syntax: -Confirm:$false.
294+
295+
- Most other cmdlets (for example, New-\* and Set-\* cmdlets) don't have a built-in pause. For these cmdlets, specifying the Confirm switch without a value introduces a pause that forces you acknowledge the command before proceeding.
296+
297+
```yaml
298+
Type: SwitchParameter
299+
Parameter Sets: (All)
300+
Aliases: cf
301+
Applicable: Exchange Online
302+
303+
Required: False
304+
Position: Named
305+
Default value: None
306+
Accept pipeline input: False
307+
Accept wildcard characters: False
308+
```
309+
287310
### CommonParameters
288311
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
289312

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,10 @@ Accept wildcard characters: False
11761176
### -IsDefault
11771177
The IsDefault switch specifies whether the Outlook on the web policy is the default policy that's used to configure the Outlook on the web settings for new mailboxes. You don't need to specify a value with this switch.
11781178
1179-
If another policy is currently set as the default, this switch replaces the old default policy with this policy.
1179+
If another policy is currently set as the default, this switch replaces the old default policy with this policy.
1180+
1181+
**Note**: In Exchange Online - and excluding resource mailboxes - this value will be superseded by the **OwaMailboxPolicy** parameter in each organization's [CASMailboxPlan](https://docs.microsoft.com/powershell/module/exchange/set-casmailboxplan). That value will instead be applied per each mailbox's SKU.
1182+
11801183
11811184
```yaml
11821185
Type: SwitchParameter

exchange/exchange-ps/exchange/Set-UserBriefingConfig.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ This parameter is reserved for internal Microsoft use.
8383
Type: Unlimited
8484
Parameter Sets: (All)
8585
Aliases:
86-
Applicable: Exchange Online
86+
Applicable: Exchange Online
87+
8788
Required: False
8889
Position: Named
8990
Default value: None

skype/skype-ps/skype/Import-CsOnlineAudioFile.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,16 @@ $content = Get-Content "C:\Media\Welcome.wav" -Encoding byte -ReadCount 0
3232
$audioFile = Import-CsOnlineAudioFile -ApplicationId "OrgAutoAttendant" -FileName "Hello.wav" -Content $content
3333
```
3434

35-
This example creates a new audio file using the WAV content that has a filename of Hello.wav to be used with organizational auto attendants.
35+
This example creates a new audio file using the WAV content that has a filename of Hello.wav to be used with organizational auto attendants. The stored variable, $audioFile, will be used when running other cmdlets to update the audio file for Auto Attendant, for example: [New-CsAutoAttendantPrompt] (https://docs.microsoft.com/powershell/module/skype/new-csautoattendantprompt)
36+
37+
### -------------------------- Example 2 --------------------------
38+
```powershell
39+
$content = Get-Content "C:\Media\MOH.wav" -Encoding byte -ReadCount 0
40+
$audioFile = Import-CsOnlineAudioFile -ApplicationId "HuntGroup" -FileName "MOH.wav" -Content $content
41+
```
42+
43+
This example creates a new audio file using the WAV content that has a filename of MOH.wav to be used as a Music On Hold file with a Call Queue. The stored variable, $audioFile, will be used with [Set-CsCallQueue] (https://docs.microsoft.com/powershell/module/skype/set-cscallqueue) to provide the audio file id.
44+
3645

3746
## PARAMETERS
3847

@@ -103,5 +112,3 @@ This cmdlet supports the common parameters: `-Debug, -ErrorAction, -ErrorVariabl
103112
## NOTES
104113

105114
## RELATED LINKS
106-
107-

skype/skype-ps/skype/Set-CsTeamsCallingPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Sets the value of the parameter AllowPrivateCalling, which controls whether or n
5050
## PARAMETERS
5151

5252
### -AllowWebPSTNCalling
53-
Allows web PSTN calling.
53+
Allows PSTN calling from the Team web client.
5454

5555
```yaml
5656
Type: Object

0 commit comments

Comments
 (0)