Skip to content

Commit 58ffe58

Browse files
authored
Merge branch 'master' into patch-216
2 parents 0337d9a + 4fd5020 commit 58ffe58

File tree

6 files changed

+33
-40
lines changed

6 files changed

+33
-40
lines changed

exchange/exchange-ps/exchange/Get-ThrottlingPolicyAssociation.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,31 +48,24 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
4848

4949
### Example 1
5050
```powershell
51-
Get-ThrottlingPolicyAssociation -OrganizationalUnit Users
52-
```
53-
54-
In Exchange Server 2010 and 2013, this example returns a list of all the mailboxes in your organization in the Users OU.
55-
56-
### Example 2
57-
```powershell
5851
Get-ThrottlingPolicyAssociation -ResultSize unlimited
5952
```
6053

6154
This example retrieves a summary list of all throttling policy associations in your organization.
6255

63-
### Example 3
56+
### Example 2
6457
```powershell
6558
Get-ThrottlingPolicyAssociation -Anr Chr -DomainController DC01
6659
```
6760

6861
In Exchange Server 2010 and 2013, this example returns all the mailboxes that resolve from the ambiguous name resolution search on the string "Chr" that are in the domain DC01. This example returns mailboxes for users such as Chris Ashton, Christian Hess, and Christa Geller.
6962

70-
### Example 4
63+
### Example 3
7164
```powershell
72-
Get-Group -Identity "Courtney Sweet" | Format-List
65+
Get-ThrottlingPolicyAssociation -Identity "Courtney Sweet" | Format-List
7366
```
7467

75-
This example returns detailed information for the throttling policy association named Courtney Sweet that's associated with the user's mailbox.
68+
This example returns detailed information for the throttling policy association named Courtney Sweet.
7669

7770
## PARAMETERS
7871

exchange/exchange-ps/exchange/New-SafeLinksPolicy.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Accept wildcard characters: False
100100
```
101101
102102
### -AllowClickThrough
103-
This parameter is reserved for internal Microsoft use.
103+
This parameter has been deprecated. Use the DoNotAllowClickThrough parameter instead.
104104
105105
```yaml
106106
Type: Boolean
@@ -176,7 +176,7 @@ Accept wildcard characters: False
176176
```
177177
178178
### -DoNotRewriteUrls
179-
The DoNotRewriteUrls parameter specifies a URL that's skipped by Safe Links scanning. You can specify multiple values separated by commas.
179+
The DoNotRewriteUrls parameter specifies the URLs that skip Safe Links scanning and are always allowed. You can specify multiple values separated by commas. Wildcards are supported (up to three).
180180
181181
```yaml
182182
Type: MultiValuedProperty
@@ -192,7 +192,7 @@ Accept wildcard characters: False
192192
```
193193
194194
### -DoNotTrackUserClicks
195-
The DoNotTrackUserClicks parameter specifies whether to track user clicks related to links in email messages. Valid values are:
195+
The DoNotTrackUserClicks parameter specifies whether to track user clicks related to links in email messages and Microsoft Teams. Valid values are:
196196
197197
- $true: User clicks aren't tracked.
198198
@@ -212,7 +212,7 @@ Accept wildcard characters: False
212212
```
213213
214214
### -EnableForInternalSenders
215-
The EnableForInternalSenders parameter specifies whether the Safe Links policy is applied to internal senders. Valid values are:
215+
The EnableForInternalSenders parameter specifies whether the Safe Links policy is applied to messages sent between internal senders and internal recipients within the same Exchange Online organization. Valid values are:
216216
217217
- $true: The policy is applied to internal and external senders.
218218
@@ -234,7 +234,7 @@ Accept wildcard characters: False
234234
### -EnableSafeLinksForTeams
235235
The EnableSafeLinksForTeams parameter specifies whether Safe Links is enabled for Microsoft Teams. Valid values are:
236236
237-
- $true: Safe Links is enabled for Teams.
237+
- $true: Safe Links is enabled for Teams. If a protected user clicks a malicious link in a Teams conversation, group chat, or from channels, a warning page will appear in the default web browser.
238238
239239
- $false: Safe Links isn't enabled for Teams. This is the default value.
240240
@@ -252,7 +252,7 @@ Accept wildcard characters: False
252252
```
253253
254254
### -ExcludedUrls
255-
The ExcludedUrls parameter specifies a URL that's skipped by Safe Links scanning. You can specify multiple values separated by commas.
255+
This parameter has been deprecated. Use the DoNotRewriteUrls parameter instead.
256256
257257
```yaml
258258
Type: String[]
@@ -308,7 +308,7 @@ Accept wildcard characters: False
308308
```
309309
310310
### -TrackClicks
311-
This parameter is reserved for internal Microsoft use.
311+
This parameter has been deprecated. Use the DoNotTrackUserClicks parameter instead.
312312
313313
```yaml
314314
Type: Boolean
@@ -340,7 +340,7 @@ Accept wildcard characters: False
340340
```
341341
342342
### -WhiteListedUrls
343-
This parameter is reserved for internal Microsoft use.
343+
This parameter has been deprecated. Use the DoNotRewriteUrls parameter instead.
344344
345345
```yaml
346346
Type: String

exchange/exchange-ps/exchange/Set-AtpPolicyForO365.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ Accept wildcard characters: False
7777
```
7878
7979
### -AllowClickThrough
80-
The AllowClickThrough parameter specifies whether to allow users to click through to the original blocked URL in Office 365 ProPlus. Valid values are:
80+
The AllowClickThrough parameter specifies whether to allow users to click through to the original blocked URL in Office 365 apps on desktop, mobile, and web clients. Valid values are:
8181
82-
- $true: Users are allowed to click through to the original URL. This is the default value.
82+
- $true: Users are allowed to click through to the original URL.
8383
84-
- $false: Users aren't allowed to click through to the original URL.
84+
- $false: Users aren't allowed to click through to the original URL. This is the default value.
8585
8686
```yaml
8787
Type: Boolean
@@ -117,7 +117,7 @@ Accept wildcard characters: False
117117
```
118118
119119
### -BlockUrls
120-
The BlockUrls parameter specifies the URLs that are always blocked by Safe Links scanning. You can specify multiple values separated by commas.
120+
The BlockUrls parameter specifies the URLs that are always blocked by Safe Links scanning in email messages, Microsoft Teams, and Office documents. You can specify multiple values separated by commas.
121121
122122
```yaml
123123
Type: MultiValuedProperty
@@ -193,11 +193,11 @@ Accept wildcard characters: False
193193
```
194194
195195
### -EnableSafeLinksForO365Clients
196-
The EnableSafeLinksForO365Clients parameter specifies whether Safe Links is enabled for Microsoft 365 apps on desktop and mobile clients. Valid values are:
196+
The EnableSafeLinksForO365Clients parameter specifies whether Safe Links is enabled for Microsoft 365 apps on desktop, mobile, and web clients. Valid values are:
197197
198-
- $true: Safe Links are enabled for Microsoft 365 desktop and mobile apps. This is the default value.
198+
- $true: Safe Links are enabled for Microsoft 365 desktop, mobile, and web apps. This is the default value.
199199
200-
- $false: Safe Links are disabled for Microsoft 365 desktop and mobile apps.
200+
- $false: Safe Links are disabled for Microsoft 365 desktop, mobile, and web apps.
201201
202202
```yaml
203203
Type: Boolean
@@ -213,11 +213,11 @@ Accept wildcard characters: False
213213
```
214214
215215
### -TrackClicks
216-
The TrackClicks parameter specifies whether to track user clicks related to blocked URLs. Valid values are:
216+
The TrackClicks parameter specifies whether to track user clicks related to blocked URLs in Office documents. Valid values are:
217217
218-
- $true: User clicks are tracked. This is the default value.
218+
- $true: User clicks are tracked.
219219
220-
- $false: User clicks aren't tracked.
220+
- $false: User clicks aren't tracked. This is the default value.
221221
222222
```yaml
223223
Type: Boolean

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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-
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.
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 calendar 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

exchange/exchange-ps/exchange/Set-SafeLinksPolicy.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Accept wildcard characters: False
100100
```
101101
102102
### -AllowClickThrough
103-
This parameter is reserved for internal Microsoft use.
103+
This parameter has been deprecated. Use the DoNotAllowClickThrough parameter instead.
104104
105105
```yaml
106106
Type: Boolean
@@ -176,7 +176,7 @@ Accept wildcard characters: False
176176
```
177177
178178
### -DoNotRewriteUrls
179-
The DoNotRewriteUrls parameter specifies a URL that's skipped by Safe Links scanning. You can specify multiple values separated by commas.
179+
The DoNotRewriteUrls parameter specifies the URLs that skip Safe Links scanning and are always allowed. You can specify multiple values separated by commas. Wildcards are supported (up to three).
180180
181181
```yaml
182182
Type: MultiValuedProperty
@@ -192,7 +192,7 @@ Accept wildcard characters: False
192192
```
193193
194194
### -DoNotTrackUserClicks
195-
The DoNotTrackUserClicks parameter specifies whether to track user clicks related to links in email messages. Valid values are:
195+
The DoNotTrackUserClicks parameter specifies whether to track user clicks related to links in email messages and Microsoft Teams. Valid values are:
196196
197197
- $true: User clicks aren't tracked.
198198
@@ -212,7 +212,7 @@ Accept wildcard characters: False
212212
```
213213
214214
### -EnableForInternalSenders
215-
The EnableForInternalSenders parameter specifies whether the Safe Links policy is applied to internal senders. Valid values are:
215+
The EnableForInternalSenders parameter specifies whether the Safe Links policy is applied to messages sent between internal senders and internal recipients within the same Exchange Online organization. Valid values are:
216216
217217
- $true: The policy is applied to internal and external senders.
218218
@@ -234,9 +234,9 @@ Accept wildcard characters: False
234234
### -EnableSafeLinksForTeams
235235
The EnableSafeLinksForTeams parameter specifies whether Safe Links is enabled for Microsoft Teams. Valid values are:
236236
237-
- $true: Safe Links is enabled for Teams.
237+
- $true: Safe Links is enabled for Teams. When a user clicks a link in a Teams conversation, group chat, or from channels, the link is checked by Safe Links. If the link is found to be malicious, a warning page appears in the default web browser.
238238
239-
- $false: Safe Links isn't enabled for Teams.
239+
- $false: Safe Links isn't enabled for Teams. This is the default value.
240240
241241
```yaml
242242
Type: Boolean
@@ -252,7 +252,7 @@ Accept wildcard characters: False
252252
```
253253
254254
### -ExcludedUrls
255-
The ExcludedUrls parameter has been deprecated. Use the DoNotRewriteUrls parameter instead. If you have any scripts that use the ExcludedUrls parameter, update them to use the DoNotRewriteUrls parameter.
255+
This parameter has been deprecated. Use the DoNotRewriteUrls parameter instead.
256256
257257
```yaml
258258
Type: String[]
@@ -272,7 +272,7 @@ The IsEnabled parameter specifies whether to rewrite URLs and check against a li
272272
273273
- $true: Rewrite URLs and check against a list of known malicious links whenever a user clicks on a link.
274274
275-
- $false: Don't rewrite URLs. This is the default value.
275+
- $false: Don't rewrite URLs and do not check links. This is the default value.
276276
277277
```yaml
278278
Type: Boolean
@@ -340,7 +340,7 @@ Accept wildcard characters: False
340340
```
341341
342342
### -WhiteListedUrls
343-
The WhiteListedUrls parameter has been deprecated. Use the DoNotRewriteUrls parameter instead. If you have any scripts that use the WhiteListedUrls parameter, update them to use the DoNotRewriteUrls parameter.
343+
This parameter has been deprecated. Use the DoNotRewriteUrls parameter instead.
344344
345345
```yaml
346346
Type: String

teams/teams-ps/teams/New-CsGroupPolicyAssignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Group policy assignment allows you to easily manage policies across different su
3232
Group policy assignments are only propagated to users that are direct members of the group; the assignments are not propagated to members of nested groups.
3333

3434
Group policy assignment is currently limited to the following policy types:
35-
CallingLineIdentity, OnlineVoiceRoutingPolicy, TeamsAppSetupPolicy, TeamsCallingPolicy, TeamsCallParkPolicy, TeamsChannelsPolicy, TeamsComplianceRecordingPolicy, TenantDialPlan, TeamsEducationAssignmentsAppPolicy, TeamsMeetingBroadcastPolicy, TeamsMeetingPolicy, TeamsMessagingPolicy, TeamsUpdateManagementPolicy.
35+
CallingLineIdentity (Caller ID policies), OnlineVoiceRoutingPolicy (Voice Routing policies), TeamsAppSetupPolicy (App Setup policies), TeamsCallingPolicy (Calling policies), TeamsCallParkPolicy (Call park policies), TeamsChannelsPolicy, TeamsComplianceRecordingPolicy, TenantDialPlan, TeamsEducationAssignmentsAppPolicy, TeamsMeetingBroadcastPolicy (Live Events policies), TeamsMeetingPolicy (Meeting policies), TeamsMessagingPolicy (Messaging policies), TeamsUpdateManagementPolicy.
3636

3737
## EXAMPLES
3838

0 commit comments

Comments
 (0)