Skip to content

Commit 6bdde11

Browse files
authored
Merge pull request MicrosoftDocs#153 from chrisda/chrisda-ExchangePowerShell
Sync'ing bugged updates to TechNet topics
2 parents 0acb656 + 60febaa commit 6bdde11

File tree

5 files changed

+15
-84
lines changed

5 files changed

+15
-84
lines changed

exchange/exchange-ps/exchange/New-RetentionPolicyTag.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,11 @@ Accept wildcard characters: False
206206
### -AgeLimitForRetention
207207
The AgeLimitForRetention parameter specifies the age at which retention is enforced on an item. The age limit corresponds to the number of days from the date the item was delivered, or the date an item was created if it wasn't delivered. If this parameter isn't present and the RetentionEnabled parameter is set to $true, an error is returned.
208208
209+
To specify a value, enter it as a time span: dd.hh:mm:ss where dd = days, hh = hours, mm = minutes, and ss = seconds.
210+
211+
Valid values are 1.00:00:00 to 24855.03:14:07.
212+
213+
209214
```yaml
210215
Type: EnhancedTimeSpan
211216
Parameter Sets: Set1

exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -484,26 +484,9 @@ Accept wildcard characters: False
484484
```
485485
486486
### -ChangePasswordEnabled
487-
!!! Exchange Server 2010
488-
489-
The ChangePasswordEnabled parameter specifies whether users can change their passwords from inside Outlook Web App.
490-
491-
492-
493-
!!! Exchange Server 2013
494-
495-
This parameter is available only in on-premises Exchange.
496-
497-
The ChangePasswordEnabled parameter specifies whether users can change their passwords from inside Outlook Web App.
498-
499-
500-
501-
!!! Exchange Server 2016, Exchange Online
502-
503487
This parameter is available only in on-premises Exchange.
504488
505-
The ChangePasswordEnabled parameter specifies whether users can change their passwords from inside Outlook on the web.
506-
489+
This parameter has been deprecated and is no longer used.
507490
508491
509492
```yaml

exchange/exchange-ps/exchange/Set-OwaVirtualDirectory.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -547,26 +547,7 @@ Accept wildcard characters: False
547547
```
548548
549549
### -ChangePasswordEnabled
550-
!!! Exchange Server 2010
551-
552-
The ChangePasswordEnabled parameter specifies whether users can change their passwords from inside Outlook Web App.
553-
554-
555-
556-
!!! Exchange Server 2013
557-
558-
The ChangePasswordEnabled parameter specifies whether users can change their passwords from inside Outlook Web App.
559-
560-
Valid input for this parameter is $true or $false. The default value is $true.
561-
562-
563-
564-
!!! Exchange Server 2016
565-
566-
The ChangePasswordEnabled parameter specifies whether users can change their passwords from inside Outlook on the web.
567-
568-
Valid input for this parameter is $true or $false. The default value is $true.
569-
550+
This parameter has been deprecated and is no longer used.
570551
571552
572553
```yaml

exchange/exchange-ps/exchange/Set-RemoteDomain.md

Lines changed: 4 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -53,61 +53,19 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
5353

5454
## EXAMPLES
5555

56-
### Example 1 -------------------------- (Exchange Server 2010)
57-
```
58-
Set-RemoteDomain -Identity Contoso -AllowedOOFType None -DeliveryReportEnabled $false -TNEFEnabled $true
59-
```
60-
61-
This example performs the following actions:
62-
63-
64-
It disables out-of-office notifications to the remote domain.
65-
66-
It suppresses read receipts sent from clients in your organization to the remote domain.
67-
68-
It enables TNEF message data on messages sent to the remote domain.
69-
70-
### Example 1 -------------------------- (Exchange Server 2013)
71-
```
72-
Set-RemoteDomain Contoso -AllowedOOFType None -DeliveryReportEnabled $false -TNEFEnabled $true
73-
```
74-
75-
This example performs the following actions:
76-
77-
78-
It disables out-of-office notifications to the remote domain.
79-
80-
It suppresses read receipts sent from clients in your organization to the remote domain.
81-
82-
It enables TNEF message data on messages sent to the remote domain.
83-
84-
### Example 1 -------------------------- (Exchange Server 2016)
85-
```
86-
Set-RemoteDomain Contoso -AllowedOOFType None -DeliveryReportEnabled $false -TNEFEnabled $true
87-
```
88-
89-
This example performs the following actions:
90-
91-
92-
It disables out-of-office notifications to the remote domain.
93-
94-
It suppresses read receipts sent from clients in your organization to the remote domain.
95-
96-
It enables TNEF message data on messages sent to the remote domain.
97-
98-
### Example 1 -------------------------- (Exchange Online)
56+
### Example 1
9957
```
10058
Set-RemoteDomain Contoso -AllowedOOFType None -DeliveryReportEnabled $false -TNEFEnabled $true
10159
```
10260

10361
This example performs the following actions:
10462

63+
- It disables out-of-office notifications to the remote domain.
10564

106-
It disables out-of-office notifications to the remote domain.
65+
- It suppresses delivery receipts sent from clients in your organization to the remote domain.
10766

108-
It suppresses read receipts sent from clients in your organization to the remote domain.
67+
- It enables TNEF message data on messages sent to the remote domain.
10968

110-
It enables TNEF message data on messages sent to the remote domain.
11169

11270
### Example 2 -------------------------- (Exchange Server 2010)
11371
```

exchange/exchange-ps/exchange/Set-RetentionPolicyTag.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ Accept wildcard characters: False
189189
### -AgeLimitForRetention
190190
The AgeLimitForRetention parameter specifies the age at which retention is enforced on an item. The age limit corresponds to the number of days from the date the item was delivered, or the date an item was created if it wasn't delivered. If this parameter isn't present and the RetentionEnabled parameter is set to $true, an error is returned.
191191
192+
To specify a value, enter it as a time span: dd.hh:mm:ss where dd = days, hh = hours, mm = minutes, and ss = seconds.
193+
194+
Valid values are 1.00:00:00 to 24855.03:14:07.
195+
192196
```yaml
193197
Type: EnhancedTimeSpan
194198
Parameter Sets: Set1

0 commit comments

Comments
 (0)