Skip to content

Commit 6476c08

Browse files
authored
Merge pull request #11220 from MicrosoftDocs/ITRC-chrisda
ITRC-chrisda to Main
2 parents 2621284 + 7ee4833 commit 6476c08

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

exchange/exchange-ps/exchange/Import-TransportRuleCollection.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.TransportMailflow-Help.xml
33
online version: https://learn.microsoft.com/powershell/module/exchange/import-transportrulecollection
4-
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
4+
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
55
title: Import-TransportRuleCollection
66
schema: 2.0.0
77
author: chrisda
@@ -12,7 +12,9 @@ ms.reviewer:
1212
# Import-TransportRuleCollection
1313

1414
## SYNOPSIS
15-
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.
15+
**Note**: This parameter will be deprecated in Exchange Online PowerShell. For replacement functionality using a PowerShell script, see [Import or export a mail flow rule collection in Exchange Online](https://learn.microsoft.com/exchange/security-and-compliance/mail-flow-rules/manage-mail-flow-rules#import-or-export-a-mail-flow-rule-collection-in-exchange-online).
16+
17+
This cmdlet is available only in on-premises Exchange.
1618

1719
Use the Import-TransportRuleCollection cmdlet to import a transport rule collection. You can import a rule collection you previously exported as a backup, or import rules that you've exported from an older version of Exchange.
1820

@@ -60,7 +62,7 @@ The Identity parameter specifies the transport rule that you want to import. You
6062
Type: RuleIdParameter
6163
Parameter Sets: (All)
6264
Aliases:
63-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
65+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
6466

6567
Required: False
6668
Position: 1
@@ -78,7 +80,7 @@ A valid value for this parameter requires you to read the file to a byte-encoded
7880
Type: Byte[]
7981
Parameter Sets: (All)
8082
Aliases:
81-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
83+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
8284
8385
Required: True
8486
Position: 1
@@ -97,7 +99,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
9799
Type: SwitchParameter
98100
Parameter Sets: (All)
99101
Aliases: cf
100-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
102+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
101103
102104
Required: False
103105
Position: Named
@@ -107,8 +109,6 @@ Accept wildcard characters: False
107109
```
108110

109111
### -DomainController
110-
This parameter is available only in on-premises Exchange.
111-
112112
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
113113

114114
The DomainController parameter isn't supported on Edge Transport servers. An Edge Transport server uses the local instance of Active Directory Lightweight Directory Services (AD LDS) to read and write data.
@@ -135,7 +135,7 @@ You can use this switch to run tasks programmatically where prompting for admini
135135
Type: SwitchParameter
136136
Parameter Sets: (All)
137137
Aliases:
138-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
138+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
139139
140140
Required: False
141141
Position: Named
@@ -151,7 +151,7 @@ The WhatIf switch simulates the actions of the command. You can use this switch
151151
Type: SwitchParameter
152152
Parameter Sets: (All)
153153
Aliases: wi
154-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
154+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
155155
156156
Required: False
157157
Position: Named

0 commit comments

Comments
 (0)