Skip to content

Commit f89ebef

Browse files
authored
Merge branch 'master' into patch-240
2 parents d90a842 + a6cae60 commit f89ebef

32 files changed

+424
-52
lines changed

exchange/docs-conceptual/exchange-online-powershell-v2.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The rest of this article explains how the module works, how to install and maint
3131

3232
## Report bugs and issues for the EXO V2 module
3333

34-
When you report an issue, be sure to include the log files in your email message. To generate the log files, replace \<Path to store log file\> with the output folder you want, and run the following command:
34+
When you report an issue at `exocmdletpreview[at]service[dot]microsoft[dot]com`, be sure to include the log files in your email message. To generate the log files, replace \<Path to store log file\> with the output folder you want, and run the following command:
3535

3636
```powershell
3737
Connect-ExchangeOnline -EnableErrorReporting -LogDirectoryPath <Path to store log file> -LogLevel All
@@ -89,8 +89,10 @@ Miscellaneous Exchange Online cmdlets that happen to be in the EXO V2 module are
8989
|[Set-MyAnalyticsFeatureConfig](/powershell/module/exchange/set-myanalyticsfeatureconfig)|Available in v2.0.4 or later.|
9090
|[Get-OwnerlessGroupPolicy](/powershell/module/exchange/get-ownerlessgrouppolicy)|Available in v2.0.5-Preview1 or later.|
9191
|[Set-OwnerlessGroupPolicy](/powershell/module/exchange/set-ownerlessgrouppolicy)|Available in v2.0.5-Preview1 or later.|
92-
|[Get-UserBriefingConfig](/powershell/module/exchange/get-userbriefingconfig)|Being replaced by [Get-UserAnalyticsConfig](/powershell/module/exchange/get-useranalyticsconfig).|
93-
|[Set-UserBriefingConfig](/powershell/module/exchange/set-userbriefingconfig)|Being replaced by [Set-UserAnalyticsConfig](/powershell/module/exchange/set-useranalyticsconfig).|
92+
|[Get-UserBriefingConfig](/powershell/module/exchange/get-userbriefingconfig)|Replaced by [Get-MyAnalyticsFeatureConfig](/powershell/module/exchange/get-myanalyticsfeatureconfig).|
93+
|[Set-UserBriefingConfig](/powershell/module/exchange/set-userbriefingconfig)|Replaced by [Set-MyAnalyticsFeatureConfig](/powershell/module/exchange/set-myanalyticsfeatureconfig).|
94+
|[Get-VivaInsightsSettings](/powershell/module/exchange/get-vivainsightssettings)|Available in v2.0.5-Preview2 or later.|
95+
|[Set-VivaInsightsSettings](/powershell/module/exchange/set-vivainsightssettings)|Available in v2.0.5-Preview2 or later.|
9496
|
9597

9698
## Install and maintain the EXO V2 module

exchange/exchange-ps/exchange/Get-AccessToCustomerDataRequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ The CreatedAfter parameter filters the results by the creation date in Coordinat
8585
8686
To specify a date/time value for this parameter, use either of the following options:
8787
88-
- Specify the date/time value in UTC: For example, "2016-05-06 14:30:00z".
89-
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2016 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
88+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
89+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
9090

9191
```yaml
9292
Type: ExDateTime

exchange/exchange-ps/exchange/Get-MyAnalyticsFeatureConfig.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ This cmdlet is available only in the Exchange Online PowerShell V2 module. For m
1616

1717
Use the Get-MyAnalyticsFeatureConfig cmdlet to view the availability and feature status of MyAnalytics for the specified user.
1818

19+
**Note**: This cmdlet replaces the Get-UserAnalyticsConfig and Get-UserBriefingConfig cmdlets.
20+
1921
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2022

2123
## SYNTAX

exchange/exchange-ps/exchange/Get-SCInsights.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ The EndDate parameter specifies the end date of the date range.
6161

6262
To specify a date/time value for this parameter, use either of the following options:
6363

64-
- Specify the date/time value in UTC: For example, "2016-05-06 14:30:00z".
65-
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2016 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
64+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
65+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
6666

6767
```yaml
6868
Type: DateTime

exchange/exchange-ps/exchange/Get-TenantAllowBlockListItems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The ExpirationDate parameter filters the results by expiration date in Coordinat
128128
129129
To specify a date/time value for this parameter, use either of the following options:
130130
131-
- Specify the date/time value in UTC: For example, `"2016-05-06 14:30:00z"`.
131+
- Specify the date/time value in UTC: For example, `"2021-05-06 14:30:00z"`.
132132
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2020 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
133133

134134
```yaml

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.author: chrisda
1414
## SYNOPSIS
1515
This cmdlet is available only in the Exchange Online PowerShell V2 module. For more information, see [About the Exchange Online PowerShell V2 module](https://docs.microsoft.com/powershell/exchange/exchange-online-powershell-v2).
1616

17+
**Note**: This cmdlet has been replaced by the [Get-MyAnalyticsFeatureConfig](https://docs.microsoft.com/powershell/module/exchange/get-myanalyticsfeatureconfig) cmdlet in the EXO V2 module version 2.0.4 or later.
18+
1719
Use the Get-UserBriefingConfig cmdlet to get the current state of the Briefing email flag for the specified user. For more details about configuring the Briefing email, see [Configure Briefing email](https://docs.microsoft.com/Briefing/be-admin).
1820

1921
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
---
2+
external help file: Microsoft.Exchange.Management.RestApiClient.dll-Help.xml
3+
Module Name: ExchangeOnlineManagement
4+
online version: https://docs.microsoft.com/powershell/module/exchange/get-vivainsightssettings
5+
applicable: Exchange Online
6+
title: Get-VivaInsightsSettings
7+
schema: 2.0.0
8+
author: chrisda
9+
ms.author: chrisda
10+
---
11+
12+
# Get-VivaInsightsSettings
13+
14+
## SYNOPSIS
15+
This cmdlet is available only in the Exchange Online PowerShell V2 module. For more information, see [About the Exchange Online PowerShell V2 module](https://docs.microsoft.com/powershell/exchange/exchange-online-powershell-v2).
16+
17+
**Note**: This cmdlet is available only in version 2.0.5-Preview2 or later of the EXO V2 module.
18+
19+
Use the Get-VivaInsightsSettings cmdlet to check whether a user has access to features in Microsoft Viva Insights in Microsoft Teams.
20+
21+
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
22+
23+
## SYNTAX
24+
25+
```
26+
Get-VivaInsightsSettings -Identity <String>
27+
[-ResultSize <Unlimited>]
28+
[<CommonParameters>]
29+
```
30+
31+
## DESCRIPTION
32+
This cmdlet requires the .NET Framework 4.7.2 or later. To run this cmdlet, you need to be a member of one of the following directory role groups in the destination organization:
33+
34+
- Global Administrator
35+
- Exchange Administrator
36+
- Teams Administrator
37+
38+
To learn more about administrator role permissions in Azure Active Directory, see [Role template IDs](https://docs.microsoft.com/azure/active-directory/roles/permissions-reference#role-template-ids).
39+
40+
## EXAMPLES
41+
42+
### Example 1
43+
```powershell
44+
PS C:\> Get-VivaInsightsSettings -Identity [email protected]
45+
46+
47+
IsInsightsHeadspaceEnabled : True
48+
```
49+
50+
This example shows the configuration of Microsoft Viva Insights in Microsoft Teams for the user [email protected]. The output of the command shows that the features of Headspace are available to Roy.
51+
52+
## PARAMETERS
53+
54+
### -Identity
55+
The Identity parameter specifies the user that you want to view. You identify the user by their account name (for example, [email protected]).
56+
57+
```yaml
58+
Type: String
59+
Parameter Sets: (All)
60+
Aliases:
61+
Applicable: Exchange Online
62+
63+
Required: True
64+
Position: Named
65+
Default value: None
66+
Accept pipeline input: False
67+
Accept wildcard characters: False
68+
```
69+
70+
### -ResultSize
71+
This parameter is reserved for internal Microsoft use.
72+
73+
```yaml
74+
Type: Unlimited
75+
Parameter Sets: (All)
76+
Aliases:
77+
Applicable: Exchange Online
78+
79+
Required: False
80+
Position: Named
81+
Default value: None
82+
Accept pipeline input: False
83+
Accept wildcard characters: False
84+
```
85+
86+
### CommonParameters
87+
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).
88+
89+
## INPUTS
90+
91+
###
92+
93+
## OUTPUTS
94+
95+
###
96+
97+
## NOTES
98+
99+
## RELATED LINKS

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,7 @@ Accept wildcard characters: False
211211
```
212212

213213
### -EnableDedupe
214-
This parameter is available only in the cloud-based service.
215-
216-
The EnableDedupe parameter eliminates duplication of messages when you export content search results. Valid values are:
217-
218-
- $true: Export a single copy of a message if the same message exists in multiple folders or mailboxes.
219-
- $false: Export all copies of a message if the same message exists in multiple folders or mailboxes. This is the default value.
214+
This parameter is reserved for internal Microsoft use.
220215

221216
```yaml
222217
Type: Boolean

exchange/exchange-ps/exchange/New-MoveRequest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -623,8 +623,8 @@ In Exchange Online PowerShell, if you specify a date/time value without a time z
623623

624624
To specify a date/time value for this parameter, use either of the following options:
625625

626-
- Specify the date/time value in UTC: For example, "2016-05-06 14:30:00z".
627-
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2016 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
626+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
627+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
628628

629629
```yaml
630630
Type: DateTime
@@ -1101,8 +1101,8 @@ In Exchange Online PowerShell, if you specify a date/time value without a time z
11011101

11021102
To specify a date/time value for this parameter, use either of the following options:
11031103

1104-
- Specify the date/time value in UTC: For example, "2016-05-06 14:30:00z".
1105-
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2016 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
1104+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
1105+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
11061106

11071107
```yaml
11081108
Type: DateTime

exchange/exchange-ps/exchange/New-TenantAllowBlockListItems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The ExpirationDate parameter filters the results by expiration date in Coordinat
111111

112112
To specify a date/time value for this parameter, use either of the following options:
113113

114-
- Specify the date/time value in UTC: For example, `"2016-05-06 14:30:00z"`.
114+
- Specify the date/time value in UTC: For example, `"2021-05-06 14:30:00z"`.
115115
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2020 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
116116

117117
You can't use this parameter with the NoExpiration switch.

exchange/exchange-ps/exchange/Search-AdminAuditLog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ Use the short date format that's defined in the Regional Options settings on the
130130
131131
In the cloud-based service, if you specify a date/time value without a time zone, the value is in Coordinated Universal Time (UTC). To specify a date/time value for this parameter, use either of the following options:
132132
133-
- Specify the date/time value in UTC: For example, "2016-05-06 14:30:00z".
134-
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2016 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
133+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
134+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
135135

136136
In the results of this cmdlet, the date/time when the change was made (the cmdlet was run) is returned in the property named **RunDate**.
137137

@@ -255,8 +255,8 @@ Use the short date format that's defined in the Regional Options settings on the
255255

256256
In the cloud-based service, if you specify a date/time value without a time zone, the value is in Coordinated Universal Time (UTC). To specify a date/time value for this parameter, use either of the following options:
257257

258-
- Specify the date/time value in UTC: For example, "2016-05-06 14:30:00z".
259-
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2016 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
258+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
259+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
260260

261261
In the results of this cmdlet, the date/time when the change was made (the cmdlet was run) is returned in the property named **RunDate**.
262262

exchange/exchange-ps/exchange/Set-MailboxCalendarFolder.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,19 @@ Accept wildcard characters: False
283283
### -SharedCalendarSyncStartDate
284284
This parameter is available only in the cloud-based service.
285285

286-
{{ Fill SharedCalendarSyncStartDate Description }}
286+
**Note**: This parameter is supported only for shared calendars that have been upgraded as described in [Calendar sharing in Microsoft 365](https://support.microsoft.com/office/365-b576ecc3-0945-4d75-85f1-5efafb8a37b4), and is not applicable to any other type of calendar or mailbox folder.
287+
288+
The SharedCalendarSyncStartDate parameter specifies the limit for past events that are visible to users who have access to the specified shared calendar. A copy of the shared calendar with events that go back as far as the value specified by this parameter is stored in the user's mailbox.
289+
290+
To specify a date/time value for this parameter, use either of the following options:
291+
292+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
293+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
294+
295+
**Notes**:
296+
297+
- Users need to have FullDetails, Editor, or Delegate access to the specified shared calendar.
298+
- Setting this parameter might cause events in the shared calendar to briefly disappear from view while the calendar is resynchronized.
287299

288300
```yaml
289301
Type: DateTime

exchange/exchange-ps/exchange/Set-MigrationUser.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ In Exchange Online PowerShell, if you specify a date/time value without a time z
128128
129129
To specify a date/time value for this parameter, use either of the following options:
130130
131-
- Specify the date/time value in UTC: For example, "2016-05-06 14:30:00z".
132-
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2016 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
131+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
132+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
133133

134134
```yaml
135135
Type: DateTime
@@ -213,8 +213,8 @@ In Exchange Online PowerShell, if you specify a date/time value without a time z
213213

214214
To specify a date/time value for this parameter, use either of the following options:
215215

216-
- Specify the date/time value in UTC: For example, "2016-05-06 14:30:00z".
217-
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2016 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
216+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
217+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
218218

219219
```yaml
220220
Type: DateTime

0 commit comments

Comments
 (0)