Skip to content

Commit fe4ec4a

Browse files
authored
Merge branch 'master' into patch-1
2 parents b289769 + 39f74df commit fe4ec4a

18 files changed

+154
-684
lines changed

exchange/exchange-ps/exchange/New-ApplicationAccessPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Accept wildcard characters: False
123123
```
124124
125125
### -PolicyScopeGroupID
126-
The PolicyScopeGroupID parameter specifies the recipient to define in the policy. You can use any value that uniquely identifies the recipient. You can also specify a mail enabled security group to restrict/deny access to a large number of user mailboxes.
126+
The PolicyScopeGroupID parameter specifies the recipient to define in the policy. You can use any value that uniquely identifies the recipient. You can also specify a mail enabled security group to restrict/deny access to more than one user mailbox.
127127
For example:
128128
129129
- Name

exchange/exchange-ps/exchange/New-Label.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,17 @@ Accept wildcard characters: False
144144
```
145145
146146
### -AdvancedSettings
147-
The AdvancedSettings parameter enables client-specific features and capabilities for a sensitivity label. The settings that you configure with this parameter are supported only by the Azure Information Protection unified labeling client and not by Office apps that support built-in labeling. For more information how to configure these advanced settings, see [Custom configurations for the Azure Information Protection unified labeling client](https://docs.microsoft.com/azure/information-protection/rms-client/clientv2-admin-guide-customizations).
147+
The AdvancedSettings parameter enables specific features and capabilities for a sensitivity label.
148+
149+
Specify this parameter with the identity (name or GUID) of the sensitivity label, with key/value pairs in a [hash table](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_hash_tables). To remove an advanced setting, use the same AdvancedSettings parameter syntax, but specify a null string value.
150+
151+
Most of the settings that you configure with this parameter are supported only by the Azure Information Protection unified labeling client and not by Office apps and services that support built-in labeling. For instructions, see [Custom configurations for the Azure Information Protection unified labeling client](https://docs.microsoft.com/azure/information-protection/rms-client/clientv2-admin-guide-customizations).
152+
153+
Supported settings for built-in labeling:
154+
155+
- **DefaultSharingScope**: For a container label, specifies the default sharing link type for a site. Available values are SpecificPeople, Organization, and Anyone. Example: `Set-Label -Identity General -AdvancedSettings @{DefaultSharingScope="SpecificPeople"}`. For more information about this configuration choice, see [Configure settings for the default sharing link for a site by using PowerShell advanced settings](https://docs.microsoft.com/microsoft-365/compliance/sensitivity-labels-teams-groups-sites#configure-settings-for-the-default-sharing-link-for-a-site-by-using-powershell-advanced-settings).
156+
157+
- **DefaultShareLinkPermission**: For a container label, specifies the permissions for the sharing link for a site. Available values are View and Edit. Example: `Set-Label -Identity General -AdvancedSettings @{DefaultShareLinkPermission="Edit"}`. For more information about this configuration choice, see [Outlook-specific options for default label and mandatory labeling](https://docs.microsoft.com/microsoft-365/compliance/sensitivity-labels-office-apps#outlook-specific-options-for-default-label-and-mandatory-labeling).
148158

149159
```yaml
150160
Type: PswsHashtable

exchange/exchange-ps/exchange/New-OutboundConnector.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ New-OutboundConnector [-Name] <String>
3535
[-LinkForModifiedConnector <Guid>]
3636
[-RecipientDomains <MultiValuedProperty>]
3737
[-RouteAllMessagesViaOnPremises <Boolean>]
38-
[-SmartHosts <MultiValuedProperty>]
38+
[-SenderRewritingEnabled <Boolean>]
39+
[-SmartHosts <MultiValuedProperty>]
3940
[-TestMode <Boolean>]
4041
[-TlsDomain <SmtpDomainWithSubdomains>]
4142
[-TlsSettings <TlsAuthLevel>]
@@ -288,6 +289,25 @@ Accept pipeline input: False
288289
Accept wildcard characters: False
289290
```
290291

292+
### -SenderRewritingEnabled
293+
The SenderRewritingEnabled parameter specifies that all messages that normally qualify for SRS rewritting are rewritten for traffic to on-premises. This parameter is only effective for OnPremises connectors as Partner connectors already have SRS rewritting enabled. Valid values are:
294+
295+
- $true: Messages are rewritten by SRS if they need to be before being routed through the on-premises messaging system. This setting requires you to set the ConnectorType parameter to the value OnPremises in the same command.
296+
- $false: Messages aren't rewritten by SRS before being routed through the on-premises messaging system. This is the default value.
297+
298+
```yaml
299+
Type: Boolean
300+
Parameter Sets: (All)
301+
Aliases:
302+
Applicable: Exchange Online, Exchange Online Protection
303+
304+
Required: False
305+
Position: Named
306+
Default value: None
307+
Accept pipeline input: False
308+
Accept wildcard characters: False
309+
```
310+
291311
### -SmartHosts
292312
The SmartHosts parameter specifies the smart host that the Outbound connector uses to route mail. Valid values are:
293313

exchange/exchange-ps/exchange/New-TenantAllowBlockListSpoofItems.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ The Identity parameter specifies the accepted ___domain.
5353
Type: HostedConnectionFilterPolicyIdParameter
5454
Parameter Sets: (All)
5555
Aliases:
56+
Applicable: Exchange Online, Exchange Online Protection
5657

5758
Required: True
5859
Position: 0
@@ -71,6 +72,7 @@ The SendingInfrastructure parameter specifies the source of the messages sent by
7172
Type: String
7273
Parameter Sets: (All)
7374
Aliases:
75+
Applicable: Exchange Online, Exchange Online Protection
7476

7577
Required: True
7678
Position: Named
@@ -89,6 +91,7 @@ The SpoofedUser parameter specifies the spoofed sender's email address or ___domain
8991
Type: String
9092
Parameter Sets: (All)
9193
Aliases:
94+
Applicable: Exchange Online, Exchange Online Protection
9295

9396
Required: True
9497
Position: Named
@@ -107,6 +110,7 @@ The SpoofType parameter specifies whether this is an internal or external spoof
107110
Type: String
108111
Parameter Sets: (All)
109112
Aliases:
113+
Applicable: Exchange Online, Exchange Online Protection
110114

111115
Required: True
112116
Position: Named
@@ -125,6 +129,7 @@ The Action parameter specifies whether is is an allowed or blocked spoof entry.
125129
Type: String
126130
Parameter Sets: (All)
127131
Aliases:
132+
Applicable: Exchange Online, Exchange Online Protection
128133

129134
Required: True
130135
Position: Named
@@ -143,6 +148,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
143148
Type: SwitchParameter
144149
Parameter Sets: (All)
145150
Aliases: cf
151+
Applicable: Exchange Online, Exchange Online Protection
146152
147153
Required: False
148154
Position: Named
@@ -158,6 +164,7 @@ The WhatIf switch simulates the actions of the command. You can use this switch
158164
Type: SwitchParameter
159165
Parameter Sets: (All)
160166
Aliases: wi
167+
Applicable: Exchange Online, Exchange Online Protection
161168
162169
Required: False
163170
Position: Named

exchange/exchange-ps/exchange/Set-EventsFromEmailConfiguration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ The FlightReservationProcessingLevel parameter specifies whether flight reservat
128128
- Email: Discover flight reservations from messages, but don't automatically add them to the user's calendar.
129129
- Calendar: Discover flight reservations from messages and automatically add them to the user's calendar. This is the default value.
130130
131+
Note that these values are case sensitive.
132+
131133
```yaml
132134
Type: String
133135
Parameter Sets: Identity

exchange/exchange-ps/exchange/Set-Label.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,17 @@ Accept wildcard characters: False
124124
```
125125
126126
### -AdvancedSettings
127-
The AdvancedSettings parameter enables client-specific features and capabilities for a sensitivity label. The settings that you configure with this parameter are supported only by the Azure Information Protection unified labeling client and not by Office apps that support built-in labeling. For more information how to configure these advanced settings, see [Custom configurations for the Azure Information Protection unified labeling client](https://docs.microsoft.com/azure/information-protection/rms-client/clientv2-admin-guide-customizations).
127+
The AdvancedSettings parameter enables specific features and capabilities for a sensitivity label.
128+
129+
Specify this parameter with the identity (name or GUID) of the sensitivity label, with key/value pairs in a [hash table](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_hash_tables). To remove an advanced setting, use the same AdvancedSettings parameter syntax, but specify a null string value.
130+
131+
Most of the settings that you configure with this parameter are supported only by the Azure Information Protection unified labeling client and not by Office apps and services that support built-in labeling. For instructions, see [Custom configurations for the Azure Information Protection unified labeling client](https://docs.microsoft.com/azure/information-protection/rms-client/clientv2-admin-guide-customizations).
132+
133+
Supported settings for built-in labeling:
134+
135+
- **DefaultSharingScope**: For a container label, specifies the default sharing link type for a site. Available values are SpecificPeople, Organization, and Anyone. Example: `Set-Label -Identity General -AdvancedSettings @{DefaultSharingScope="SpecificPeople"}`. For more information about this configuration choice, see [Configure settings for the default sharing link for a site by using PowerShell advanced settings](https://docs.microsoft.com/microsoft-365/compliance/sensitivity-labels-teams-groups-sites#configure-settings-for-the-default-sharing-link-for-a-site-by-using-powershell-advanced-settings).
136+
137+
- **DefaultShareLinkPermission**: For a container label, specifies the permissions for the sharing link for a site. Available values are View and Edit. Example: `Set-Label -Identity General -AdvancedSettings @{DefaultShareLinkPermission="Edit"}`. For more information about this configuration choice, see [Outlook-specific options for default label and mandatory labeling](https://docs.microsoft.com/microsoft-365/compliance/sensitivity-labels-office-apps#outlook-specific-options-for-default-label-and-mandatory-labeling).
128138

129139
```yaml
130140
Type: PswsHashtable

exchange/exchange-ps/exchange/Set-OutboundConnector.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Set-OutboundConnector [-Identity] <OutboundConnectorIdParameter>
3737
[-Name <String>]
3838
[-RecipientDomains <MultiValuedProperty>]
3939
[-RouteAllMessagesViaOnPremises <Boolean>]
40+
[-SenderRewritingEnabled <Boolean>]
4041
[-SmartHosts <MultiValuedProperty>]
4142
[-TestMode <Boolean>]
4243
[-TlsDomain <SmtpDomainWithSubdomains>]
@@ -332,6 +333,25 @@ Accept pipeline input: False
332333
Accept wildcard characters: False
333334
```
334335

336+
### -SenderRewritingEnabled
337+
The SenderRewritingEnabled parameter specifies that all messages that normally qualify for SRS rewritting are rewritten for traffic to on-premises. This parameter is only effective for OnPremises connectors as Partner connectors already have SRS rewritting enabled. Valid values are:
338+
339+
- $true: Messages are rewritten by SRS if they need to be before being routed through the on-premises messaging system. This setting requires you to set the ConnectorType parameter to the value OnPremises in the same command.
340+
- $false: Messages aren't rewritten by SRS before being routed through the on-premises messaging system. This is the default value.
341+
342+
```yaml
343+
Type: Boolean
344+
Parameter Sets: (All)
345+
Aliases:
346+
Applicable: Exchange Online, Exchange Online Protection
347+
348+
Required: False
349+
Position: Named
350+
Default value: None
351+
Accept pipeline input: False
352+
Accept wildcard characters: False
353+
```
354+
335355
### -SmartHosts
336356
The SmartHosts parameter specifies the smart host that the Outbound connector uses to route mail. Valid values are:
337357

skype/skype-ps/skype/Get-CsOnlineDialInConferencingUserInfo.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ ms.reviewer:
1313
# Get-CsOnlineDialInConferencingUserInfo
1414

1515
## SYNOPSIS
16+
17+
> [!NOTE]
18+
> This cmdlet will be deprecated on December 31, 2021. To view the properties and settings of users that are enabled for Audio Conferencing, you can use the [Get-CsOnlineDialInConferencingUser](https://docs.microsoft.com/powershell/module/skype/get-csonlinedialinconferencinguser?view=skype-ps) cmdlet.
19+
1620
Use the `Get-CsOnlineDialInConferencingUserInfo` cmdlet to view the properties and settings of users that are enabled for dial-in conferencing and are using Microsoft or third-party provider as their PSTN conferencing provider.
1721

1822
## SYNTAX

skype/skype-ps/skype/Get-CsOnlineDialInConferencingUserState.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ ms.reviewer:
1313
# Get-CsOnlineDialInConferencingUserState
1414

1515
## SYNOPSIS
16+
17+
> [!NOTE]
18+
> This cmdlet will be deprecated on December 31, 2021. To view the properties and settings of users that are enabled for Audio Conferencing, you can use the [Get-CsOnlineDialInConferencingUser](https://docs.microsoft.com/powershell/module/skype/get-csonlinedialinconferencinguser?view=skype-ps) cmdlet.
19+
1620
Use the `Get-CsOnlineDialInConferencingUserState` cmdlet to view the current Dial In Conferencing state of users in your Tenant.
1721

1822
## SYNTAX

skype/skype-ps/skype/Get-CsTenantBlockedNumberExceptionPattern.md

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)