Skip to content

Commit 0416b2d

Browse files
committed
Merge branch 'master' into ExShuffle-chrisda
2 parents ce99ba5 + b030b31 commit 0416b2d

9 files changed

+11
-17
lines changed

exchange/exchange-ps/exchange/Get-UnifiedAuditLogRetentionPolicy.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ The RecordType parameter filters the results by the record types that are define
201201
202202
- SkypeForBusinessUsersBlocked
203203
204-
- Sway
205-
206204
- SyntheticProbe
207205
208206
- TeamsHealthcare

exchange/exchange-ps/exchange/New-ActivityAlert.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,6 @@ The RecordType parameter specifies a record type label for the activity alert. V
443443
444444
- SkypeForBusinessUsersBlocked
445445
446-
- Sway
447-
448446
- ThreatIntelligence
449447
450448
- ThreatIntelligenceAtpContent

exchange/exchange-ps/exchange/New-ComplianceSearchAction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,13 +236,13 @@ This parameter requires the Export role in the Security & Compliance Center. By
236236
237237
The ExchangeArchiveFormat parameter specifies how to export Exchange search results. Valid values are:
238238
239-
- PerUserPst: One PST file for each mailbox. This is the default value.
239+
- PerUserPst: One PST file for each mailbox.
240240
241241
- SinglePst: One PST file that contains all exported messages.
242242
243243
- SingleFolderPst: One PST file with a single root folder for the entire export.
244244
245-
- IndividualMessage: Export each message as an .msg message file.
245+
- IndividualMessage: Export each message as an .msg message file. This is the default value.
246246
247247
- PerUserZip: One ZIP file for each mailbox. Each ZIP file contains the exported .msg message files from the mailbox. This value corresponds to the "export files in a compressed folder" checkbox in the Security & Compliance Center.
248248

exchange/exchange-ps/exchange/New-UnifiedAuditLogRetentionPolicy.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,6 @@ The RecordTypes parameter specifies the audit logs of a specific record type tha
304304
305305
- SkypeForBusinessUsersBlocked
306306
307-
- Sway
308-
309307
- SyntheticProbe
310308
311309
- TeamsHealthcare

exchange/exchange-ps/exchange/Search-UnifiedAuditLog.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ monikerRange: "exchonline-ps"
1515
## SYNOPSIS
1616
This cmdlet is available only in the cloud-based service.
1717

18-
Use the Search-UnifiedAuditLog cmdlet to search the unified audit log. This log contains events from Exchange Online, SharePoint Online, OneDrive for Business, Azure Active Directory, Microsoft Teams, Power BI, Sway, and other Microsoft 365 services. You can search for all events in a specified date range, or you can filter the results based on specific criteria, such as the user who performed the action, the action, or the target object.
18+
Use the Search-UnifiedAuditLog cmdlet to search the unified audit log. This log contains events from Exchange Online, SharePoint Online, OneDrive for Business, Azure Active Directory, Microsoft Teams, Power BI, and other Microsoft 365 services. You can search for all events in a specified date range, or you can filter the results based on specific criteria, such as the user who performed the action, the action, or the target object.
1919

2020
**Note**: We recommend that you use the Exchange Online PowerShell V2 module to connect to Exchange Online PowerShell. For instructions, see [Conect to Exchange Online PowerShell](https://docs.microsoft.com/powershell/exchange/connect-to-exchange-online-powershell).
2121

@@ -360,8 +360,6 @@ The RecordType parameter filters the log entries by record type. Valid values ar
360360

361361
- SkypeForBusinessUsersBlocked
362362

363-
- Sway
364-
365363
- SyntheticProbe
366364

367365
- ThreatFinder

exchange/exchange-ps/exchange/Set-ActivityAlert.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,6 @@ The RecordType parameter specifies a record type label for the activity alert. V
352352
353353
- SkypeForBusinessUsersBlocked
354354
355-
- Sway
356-
357355
- ThreatIntelligence
358356
359357
- ThreatIntelligenceAtpContent

exchange/exchange-ps/exchange/Set-EmailAddressPolicy.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ Set-EmailAddressPolicy -Identity "Contoso Corp" -DisabledEmailAddressTemplates $
8888

8989
In on-premises Exchange, this example clears the disabled email address templates from the email address policy named Contoso Corp.
9090

91+
### Example 3
92+
```powershell
93+
Set-EmailAddressPolicy -Identity 'Office 365 Groups' -EnabledEmailAddressTemplates "SMTP:@contoso.com","@contoso.onmicrosoft.com","smtp:@contoso.microsoftonline.com"
94+
```
95+
96+
In Exchange Online, this example modifies the existing email adress policy named Office 365 Groups by setting the enabled email address templates to "SMTP:@contoso.com", and "@contoso.onmicrosoft.com", and "smtp:@contoso.microsoftonline.com". This will also set the enabled primary SMTP address template to "@contoso.com".
97+
9198
## PARAMETERS
9299

93100
### -Identity

exchange/exchange-ps/exchange/Set-UnifiedAuditLogRetentionPolicy.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,6 @@ The RecordTypes parameter specifies the audit logs of a specific record type tha
310310
311311
- SkypeForBusinessUsersBlocked
312312
313-
- Sway
314-
315313
- SyntheticProbe
316314
317315
- TeamsHealthcare

teams/teams-ps/teams/Add-TeamChannelUser.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ Add-TeamChannelUser -GroupId <String> -DisplayName <String> -User <String> [-Rol
2323

2424
## DESCRIPTION
2525

26-
> [!IMPORTANT]
27-
> Modules in the PS INT gallery for Microsoft Teams run on the /beta version in Microsoft Graph and are subject to change. Int modules can be install from here <https://www.poshtestgallery.com/packages/MicrosoftTeams>.
26+
Note: This cmdlet is part of the Public Preview version of Teams PowerShell Module, for more information see [Install Teams PowerShell public preview](https://docs.microsoft.com/microsoftteams/teams-powershell-install#install-teams-powershell-public-preview) and also see [Microsoft Teams PowerShell Release Notes](https://docs.microsoft.com/microsoftteams/teams-powershell-release-notes).
2827

2928
## EXAMPLES
3029

0 commit comments

Comments
 (0)