Skip to content

Commit ee3f328

Browse files
committed
Merge branch 'main' into DefaultTenant-chrisda
2 parents 462483c + 1aa99b1 commit ee3f328

15 files changed

+60
-30
lines changed

ContentOwners.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @tiburd @yogkumgit

exchange/docs-conceptual/app-only-auth-powershell-v2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Certificate based authentication (CBA) or app-only authentication as described i
4949
> - [Get-CaseHoldPolicy](/powershell/module/exchange/get-caseholdpolicy)
5050
>
5151
> - Delegated scenarios are supported in Exchange Online. The recommended method for connecting with delegation is using GDAP and App Consent. For more information, see [Use the Exchange Online PowerShell v3 Module with GDAP and App Consent](/powershell/partnercenter/exchange-online-gdap-app). You can also use multi-tenant applications when CSP relationships are not created with the customer. The required steps for using multi-tenant applications are called out within the regular instructions in this article.
52+
>
53+
> - If the procedures in this article don't work for you, verify that you don't have Beta versions of the PackageManagement or PowerShellGet modules installed by running the following command: `Get-InstalledModule PackageManagement -AllVersions; Get-InstalledModule PowerShellGet -AllVersions`.
5254
5355
## How does it work?
5456

exchange/docs-conceptual/connect-to-exchange-online-powershell.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -174,17 +174,6 @@ The connection examples in the following sections use modern authentication, and
174174
175175
For complete instructions, see [App-only authentication for unattended scripts in Exchange Online PowerShell and Security & Compliance PowerShell](app-only-auth-powershell-v2.md).
176176
177-
> [!IMPORTANT]
178-
> The following example also connects without a login prompt, but the credentials are stored locally, so this method is not secure. Consider using this method only for brief testing purposes.
179-
180-
```powershell
181-
$secpasswd = ConvertTo-SecureString -String '<YourPasswordHere>' -AsPlainText -Force
182-
183-
$o365cred = New-Object System.Management.Automation.PSCredential ("[email protected]", $secpasswd)
184-
185-
Connect-ExchangeOnline -Credential $o365cred
186-
```
187-
188177
### Connect to Exchange Online PowerShell in customer organizations
189178
190179
For more information about partners and customer organizations, see the following topics:

exchange/docs-conceptual/connect-to-scc-powershell.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -128,17 +128,6 @@ For detailed syntax and parameter information, see [Connect-IPPSSession](/powers
128128
129129
For complete instructions, see [App-only authentication for unattended scripts in Exchange Online PowerShell and Security & Compliance PowerShell](app-only-auth-powershell-v2.md).
130130
131-
> [!IMPORTANT]
132-
> The following example also connects without a login prompt, but the credentials are stored locally, so this method is not secure. Consider using this method only for brief testing purposes.
133-
134-
```powershell
135-
$secpasswd = ConvertTo-SecureString -String '<YourPasswordHere>' -AsPlainText -Force
136-
137-
$o365cred = New-Object System.Management.Automation.PSCredential ("[email protected]", $secpasswd)
138-
139-
Connect-IPPSSession -Credential $o365cred
140-
```
141-
142131
### Connect to Security & Compliance PowerShell in customer organizations
143132
144133
The procedures in this section require version 3.0.0 or later of the module.

exchange/exchange-ps/exchange/Get-DlpDetailReport.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in the cloud-based service.
1616

17+
**Note**: This cmdlet will be retired. Use the [Export-ActivityExplorerData](https://learn.microsoft.com/powershell/module/exchange/export-activityexplorerdata) cmdlet to view DLP information. Data from Export-ActivityExplorerData is the same as the retired Get-DlpIncidentDetailReport cmdlet.
18+
1719
Use the Get-DlpDetailReport cmdlet to list details about data loss prevention (DLP) rule matches for Exchange Online, SharePoint Online, and OneDrive for Business in your cloud-based organization for the last 30 days.
1820

1921
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).

exchange/exchange-ps/exchange/Get-DlpDetectionsReport.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in the cloud-based service.
1616

17+
**Note**: This cmdlet will be retired. Use the [Export-ActivityExplorerData](https://learn.microsoft.com/powershell/module/exchange/export-activityexplorerdata) cmdlet to view DLP information. Data from Export-ActivityExplorerData is the same as the retired Get-DlpIncidentDetailReport cmdlet.
18+
1719
Use the Get-DlpDetectionsReport cmdlet to list a summary of data loss prevention (DLP) rule matches for Exchange Online, SharePoint Online and OneDrive for Business in your cloud-based organization for the last 30 days.
1820

1921
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).

exchange/exchange-ps/exchange/Get-DlpIncidentDetailReport.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
external help file: Microsoft.Exchange.ServerStatus-Help.xml
3-
online version: https://learn.microsoft.com/powershell/module/exchange/Get-DlpEdmSchema
3+
online version: https://learn.microsoft.com/powershell/module/exchange/get-dlpincidentdetailsreport
44
applicable: Exchange Online, Security & Compliance
55
title: Get-DlpIncidentDetailReport
66
schema: 2.0.0
@@ -14,6 +14,8 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in the cloud-based service.
1616

17+
**Note**: This cmdlet will be retired. Use the [Export-ActivityExplorerData](https://learn.microsoft.com/powershell/module/exchange/export-activityexplorerdata) instead.
18+
1719
Use the Get-DlpIncidentDetailReport cmdlet to view the details of incidents that happened in the last 30 days.
1820

1921
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).

exchange/exchange-ps/exchange/Get-DlpSiDetectionsReport.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in Security & Compliance PowerShell. For more information, see [Security & Compliance PowerShell](https://learn.microsoft.com/powershell/exchange/scc-powershell).
1616

17+
**Note**: This cmdlet will be retired. Use the [Export-ActivityExplorerData](https://learn.microsoft.com/powershell/module/exchange/export-activityexplorerdata) cmdlet to view DLP information. Data from Export-ActivityExplorerData is the same as the retired Get-DlpIncidentDetailReport cmdlet.
18+
1719
Use the Get-DlpSiDetectionsReport cmdlet to view information about data loss prevention (DLP) sensitive information type detections in the Microsoft Purview compliance portal for the last 90 days.
1820

1921
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Accept wildcard characters: False
201201
```
202202

203203
### -WhatIf
204-
The WhatIf switch doesn't work on this cmdlet.
204+
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
205205

206206
```yaml
207207
Type: SwitchParameter

exchange/exchange-ps/exchange/New-TransportRule.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3218,6 +3218,8 @@ This parameter supports plain text, HTML tags and the following keywords that us
32183218
- %%Headers%%
32193219
- %%MessageDate%%
32203220

3221+
The maximum number of characters is 5120.
3222+
32213223
```yaml
32223224
Type: DisclaimerText
32233225
Parameter Sets: (All)
@@ -4075,7 +4077,7 @@ This parameter specifies an action or part of an action for the rule.
40754077

40764078
In on-premises Exchange, this action is only available on Mailbox servers.
40774079

4078-
The RejectMessageReasonText parameter specifies the explanation text that's used when the rule rejects messages. If the value contains spaces, enclose the value in quotation marks (").
4080+
The RejectMessageReasonText parameter specifies the explanation text that's used when the rule rejects messages. The maximum number of characters is 1024. If the value contains spaces, enclose the value in quotation marks (").
40794081

40804082
You can use this parameter with the NotifySender parameter for a custom non-delivery report (also known as an NDR or bounce message).
40814083

exchange/exchange-ps/exchange/Remove-ApplicationAccessPolicy.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
### -WhatIf
80-
The WhatIf switch doesn't work on this cmdlet.
80+
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
8181

8282
```yaml
8383
Type: SwitchParameter

exchange/exchange-ps/exchange/Set-TransportRule.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3197,6 +3197,8 @@ This parameter supports plain text, HTML tags and the following keywords that us
31973197
- %%Headers%%
31983198
- %%MessageDate%%
31993199

3200+
The maximum number of characters is 5120.
3201+
32003202
```yaml
32013203
Type: DisclaimerText
32023204
Parameter Sets: (All)
@@ -4070,7 +4072,7 @@ This parameter specifies an action or part of an action for the rule.
40704072

40714073
In on-premises Exchange, this action is only available on Mailbox servers.
40724074

4073-
The RejectMessageReasonText parameter specifies the explanation text that's used when the rule rejects messages. If the value contains spaces, enclose the value in quotation marks (").
4075+
The RejectMessageReasonText parameter specifies the explanation text that's used when the rule rejects messages. The maximum number of characters is 1024. If the value contains spaces, enclose the value in quotation marks (").
40744076

40754077
You can use this parameter with the NotifySender parameter for a custom non-delivery report (also known as an NDR or bounce message).
40764078

skype/skype-ps/skype/New-CsTeamsMeetingPolicy.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ New-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
3535
[-AllowMeetingRegistration <Boolean>] [-AllowRecordingStorageOutsideRegion <Boolean>] [-AllowScreenContentDigitization <Boolean>]
3636
[-AllowTrackingInReport <Boolean>] [-LiveCaptionsEnabledType <String>] [-RecordingStorageMode <String>] [-RoomAttributeUserOverride <String>]
3737
[-SpeakerAttributionMode <String>] [-WhoCanRegister <Object>] [-NewMeetingRecordingExpirationDays <Int32>]
38-
[-MeetingInviteLanguages <String>] [-AllowNetworkConfigurationSettingsLookup <Boolean>] [-LiveStreamingMode <String>]
38+
[-MeetingInviteLanguages <String>] [-AllowNetworkConfigurationSettingsLookup <Boolean>] [-LiveStreamingMode <String>] [-AllowedStreamingMediaInput <String>]
3939
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
4040
```
4141

@@ -1019,6 +1019,24 @@ Accept pipeline input: False
10191019
Accept wildcard characters: False
10201020
```
10211021
1022+
### -AllowedStreamingMediaInput
1023+
Enables the use of RTMP-In in Teams meetings.
1024+
1025+
Possible values are:
1026+
- \<blank\>
1027+
- RTMP
1028+
1029+
```yaml
1030+
Type: String
1031+
Parameter Sets: (All)
1032+
Aliases:
1033+
Required: False
1034+
Position: Named
1035+
Default value: None
1036+
Accept pipeline input: False
1037+
Accept wildcard characters: False
1038+
```
1039+
10221040
## INPUTS
10231041
10241042
### None

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Accept wildcard characters: False
261261
```
262262
263263
### -BusyOnBusyEnabledType
264-
Setting this parameter lets you configure how incoming calls are handled when a user is already in a call or conference or has a call placed on hold. Valid options are: Enabled, Unanswered, and Disabled. When set to Enabled, new or incoming calls will be rejected with a busy signal. When set to Unanswered, the user's unanswered settings will take effect, such as routing to voicemail or forwarding to another user. Note: The UserOverride option value is not available for use currently, if set it will be read as setting the value to Disabled.
264+
Setting this parameter lets you configure how incoming calls are handled when a user is already in a call or conference or has a call placed on hold. Valid options are: Enabled, Unanswered, Disabled, and UserOverride. When set to Enabled, new or incoming calls will be rejected with a busy signal. When set to Unanswered, the user's unanswered settings will take effect, such as routing to voicemail or forwarding to another user. When set to UserOverride, users can set their busy options directly from call settings in Teams app.
265265
266266
```yaml
267267
Type: String

skype/skype-ps/skype/Set-CsTeamsMeetingPolicy.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
3838
[-AllowBreakoutRooms <Boolean>] [-TeamsCameraFarEndPTZMode <String>] [-AllowMeetingReactions <Boolean>]
3939
[-AllowMeetingRegistration <Boolean>] [-AllowScreenContentDigitization <Boolean>] [-AllowTrackingInReport <Boolean>] [-RoomAttributeUserOverride <String>]
4040
[-SpeakerAttributionMode <String>] [-WhoCanRegister <String>] [-ChannelRecordingDownload <String>] [-NewMeetingRecordingExpirationDays <Int32>]
41-
[-MeetingInviteLanguages <String>] [-AllowNetworkConfigurationSettingsLookup <Boolean>] [-LiveStreamingMode <String>]
41+
[-MeetingInviteLanguages <String>] [-AllowNetworkConfigurationSettingsLookup <Boolean>] [-LiveStreamingMode <String>] [-AllowedStreamingMediaInput <String>]
4242
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
4343
```
4444

@@ -1088,6 +1088,25 @@ Accept pipeline input: False
10881088
Accept wildcard characters: False
10891089
```
10901090
1091+
### -AllowedStreamingMediaInput
1092+
Enables the use of RTMP-In in Teams meetings.
1093+
1094+
Possible values are:
1095+
- \<blank\>
1096+
- RTMP
1097+
1098+
```yaml
1099+
Type: String
1100+
Parameter Sets: (All)
1101+
Aliases:
1102+
1103+
Required: False
1104+
Position: Named
1105+
Default value: None
1106+
Accept pipeline input: False
1107+
Accept wildcard characters: False
1108+
```
1109+
10911110
## INPUTS
10921111
10931112
### System.Management.Automation.PSObject

0 commit comments

Comments
 (0)