Skip to content

Commit aa0f5b2

Browse files
authored
Merge pull request MicrosoftDocs#6137 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents a9fbb5a + 2b21be7 commit aa0f5b2

File tree

5 files changed

+48
-21
lines changed

5 files changed

+48
-21
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ monikerRange: "o365scc-ps"
1313
# New-Label
1414

1515
## SYNOPSIS
16-
This cmdlet is available only in Office 365 Security & Compliance Center PowerShell. For more information, see [Office 365 Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/office-365-scc-powershell).
16+
This cmdlet is available only in Office 365 Security & Compliance Center PowerShell. For more information, see [Office 365 Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/scc-powershell).
1717

1818
Use the New-Label cmdlet to create sensitivity labels in your organization.
1919

exchange/exchange-ps/exchange/New-LabelPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ monikerRange: "o365scc-ps"
1515
## SYNOPSIS
1616
This cmdlet is available only in Security & Compliance Center PowerShell. For more information, see [Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/scc-powershell).
1717

18-
Use the New-LabelPolicy cmdlet to view sensitivity label policies in your organization.
18+
Use the New-LabelPolicy cmdlet to create sensitivity label policies in your organization.
1919

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Release-QuarantineMessage -Identity <QuarantineMessageIdentity>
6767
```
6868

6969
## DESCRIPTION
70-
Scenario: [email protected] sends a message to [email protected] and [email protected]. Gmail bifurcates this message into two copies that are both routed to quarantine as phishing in Microsoft. An admin releases both of these messages to [email protected]. The first message that reaches the mailbox is delivered. The second message is identified as duplicate delivery and is skipped. Message are identified as duplicates if they have the same message ID and received time.
70+
Consider the following scenario: [email protected] sends a message to [email protected] and [email protected]. Gmail bifurcates this message into two copies that are both routed to quarantine as phishing in Microsoft. An admin releases both of these messages to [email protected]. The first released message that reaches the admin mailbox is delivered. The second released message is identified as duplicate delivery and is skipped. Message are identified as duplicates if they have the same message ID and received time.
7171

7272
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://docs.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
7373

exchange/exchange-ps/exchange/Set-CalendarNotification.md

Lines changed: 44 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,29 @@ monikerRange: "exchserver-ps-2010 || exchserver-ps-2013 || exchserver-ps-2016 ||
1515
## SYNOPSIS
1616
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
1717

18-
Use the Set-CalendarNotification cmdlet to set text message notifications for calendar events for a user.
18+
The Set-CalendarNotification cmdlet allows users to set text message notification options for calendar events in their own calendar. By default, the MyTextMessaging end-user role gives access to this cmdlet, so admins can't configure text messaging notification for calender events in user calendars.
1919

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

2222
## SYNTAX
2323

2424
```
25-
Set-CalendarNotification [-Identity] <MailboxIdParameter> [-CalendarUpdateNotification <Boolean>]
26-
[-CalendarUpdateSendDuringWorkHour <Boolean>] [-Confirm] [-DailyAgendaNotification <Boolean>]
27-
[-DailyAgendaNotificationSendTime <TimeSpan>] [-DomainController <Fqdn>] [-IgnoreDefaultScope]
28-
[-MeetingReminderNotification <Boolean>] [-MeetingReminderSendDuringWorkHour <Boolean>]
29-
[-NextDays <Int32>] [-WhatIf] [<CommonParameters>]
25+
Set-CalendarNotification [-Identity] <MailboxIdParameter>
26+
[-CalendarUpdateNotification <Boolean>]
27+
[-CalendarUpdateSendDuringWorkHour <Boolean>]
28+
[-Confirm]
29+
[-DailyAgendaNotification <Boolean>]
30+
[-DailyAgendaNotificationSendTime <TimeSpan>]
31+
[-DomainController <Fqdn>]
32+
[-IgnoreDefaultScope]
33+
[-MeetingReminderNotification <Boolean>]
34+
[-MeetingReminderSendDuringWorkHour <Boolean>]
35+
[-NextDays <Int32>]
36+
[-WhatIf] [<CommonParameters>]
3037
```
3138

3239
## DESCRIPTION
33-
Users can receive text message notifications of changes to calendar events and daily agendas. Use the Set-CalendarNotification cmdlet to configure these notifications for a user.
40+
Users can receive text message notifications of changes to calendar events and daily agendas.
3441

3542
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://docs.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
3643

@@ -96,7 +103,11 @@ Accept wildcard characters: False
96103
```
97104
98105
### -CalendarUpdateNotification
99-
The CalendarUpdateNotification parameter specifies whether calendar notifications are enabled for the user.
106+
The CalendarUpdateNotification parameter specifies whether calendar update notifications are sent to the user's mobile device. Valid values are:
107+
108+
- $true: Calendar update notifications are enabled.
109+
110+
- $false: Calendar update notifications aren't enabled. This is the default value.
100111
101112
```yaml
102113
Type: Boolean
@@ -112,7 +123,11 @@ Accept wildcard characters: False
112123
```
113124
114125
### -CalendarUpdateSendDuringWorkHour
115-
The CalendarUpdateSendDuringWorkHour parameter specifies whether calendar notifications are sent during working hours.
126+
The CalendarUpdateSendDuringWorkHour parameter specifies whether calendar update notifications are only sent to the user's mobile device during working hours. Valid values are:
127+
128+
- $true: Calendar update notifications are only sent during working hours.
129+
130+
- $false: Calendar update notifications are sent anytime. This is the default value.
116131
117132
```yaml
118133
Type: Boolean
@@ -148,7 +163,11 @@ Accept wildcard characters: False
148163
```
149164
150165
### -DailyAgendaNotification
151-
The DailyAgendaNotification parameter specifies whether a daily agenda should be sent to the user's mobile phone.
166+
The DailyAgendaNotification parameter specifies whether daily agenda notifications are sent to the user's mobile device. Valid values are:
167+
168+
- $true: Daily agenda notifications are sent.
169+
170+
- $false: Daily agenda notifications are not sent. This is the default value.
152171
153172
```yaml
154173
Type: Boolean
@@ -164,11 +183,11 @@ Accept wildcard characters: False
164183
```
165184
166185
### -DailyAgendaNotificationSendTime
167-
The DailyAgendaNotificationSendTime parameter specifies the time to send the daily agenda.
186+
The DailyAgendaNotificationSendTime parameter specifies the time to send daily agenda notifications to the user's mobile device.
168187
169-
To specify a value, enter it as a time span: dd.hh:mm:ss where dd = days, hh = hours, mm = minutes and ss = seconds.
188+
To specify a value, enter it as a time span: hh:mm:ss where hh = hours, mm = minutes and ss = seconds.
170189
171-
For example, a time span of 2 days and 8 hours is shown: 02.08:00:00.
190+
The default value is 08:00:00.
172191
173192
```yaml
174193
Type: TimeSpan
@@ -202,7 +221,7 @@ Accept wildcard characters: False
202221
```
203222
204223
### -IgnoreDefaultScope
205-
The IgnoreDefaultScope parameter isn't implemented yet.
224+
This parameter is reserved for internal Microsoft use.
206225
207226
```yaml
208227
Type: SwitchParameter
@@ -218,7 +237,11 @@ Accept wildcard characters: False
218237
```
219238
220239
### -MeetingReminderNotification
221-
The MeetingReminderNotification parameter specifies whether meeting reminders are sent to the user's mobile phone.
240+
The MeetingReminderNotification parameter specifies whether meeting reminder notifications are sent to the user's mobile device. Valid values are:
241+
242+
- $true: Meeting reminder notifications are sent.
243+
244+
- $false: Meeting reminder notifications are not sent. This is the default value.
222245
223246
```yaml
224247
Type: Boolean
@@ -234,7 +257,11 @@ Accept wildcard characters: False
234257
```
235258
236259
### -MeetingReminderSendDuringWorkHour
237-
The MeetingReminderSendDuringWorkHour parameter specifies whether meeting reminders are only sent during working hours.
260+
The MeetingReminderSendDuringWorkHour parameter specifies whether meeting reminder notifications are only sent to the user's mobile device during working hours. Valid values are:
261+
262+
- $true: Meeting update notifications are only sent during working hours.
263+
264+
- $false: Meeting update notifications are sent anytime. This is the default value.
238265
239266
```yaml
240267
Type: Boolean
@@ -250,7 +277,7 @@ Accept wildcard characters: False
250277
```
251278
252279
### -NextDays
253-
The NextDays parameter specifies how many days should be sent in the daily agenda.
280+
The NextDays parameter specifies how many days should be sent in the daily agenda notification to the user's mobile device. A valid value is an integer between 1 and 7. The default value is 1.
254281
255282
```yaml
256283
Type: Int32

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ monikerRange: "o365scc-ps"
1313
# Set-Label
1414

1515
## SYNOPSIS
16-
This cmdlet is available only in Office 365 Security & Compliance Center PowerShell. For more information, see [Office 365 Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/office-365-scc-powershell).
16+
This cmdlet is available only in Office 365 Security & Compliance Center PowerShell. For more information, see [Office 365 Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/scc-powershell).
1717

1818
Use the Set-Label cmdlet to modify sensitivity labels in your organization.
1919

0 commit comments

Comments
 (0)