Skip to content

Commit d8282c9

Browse files
committed
Update Import-TransportRuleCollection.md
Made on-prem only
1 parent 0c40951 commit d8282c9

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

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

Lines changed: 7 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,7 @@ 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+
This cmdlet is available only in on-premises Exchange.
1616

1717
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.
1818

@@ -60,7 +60,7 @@ The Identity parameter specifies the transport rule that you want to import. You
6060
Type: RuleIdParameter
6161
Parameter Sets: (All)
6262
Aliases:
63-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
63+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
6464

6565
Required: False
6666
Position: 1
@@ -78,7 +78,7 @@ A valid value for this parameter requires you to read the file to a byte-encoded
7878
Type: Byte[]
7979
Parameter Sets: (All)
8080
Aliases:
81-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
81+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
8282
8383
Required: True
8484
Position: 1
@@ -97,7 +97,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
9797
Type: SwitchParameter
9898
Parameter Sets: (All)
9999
Aliases: cf
100-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
100+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
101101
102102
Required: False
103103
Position: Named
@@ -107,8 +107,6 @@ Accept wildcard characters: False
107107
```
108108

109109
### -DomainController
110-
This parameter is available only in on-premises Exchange.
111-
112110
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.
113111

114112
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 +133,7 @@ You can use this switch to run tasks programmatically where prompting for admini
135133
Type: SwitchParameter
136134
Parameter Sets: (All)
137135
Aliases:
138-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
136+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
139137
140138
Required: False
141139
Position: Named
@@ -151,7 +149,7 @@ The WhatIf switch simulates the actions of the command. You can use this switch
151149
Type: SwitchParameter
152150
Parameter Sets: (All)
153151
Aliases: wi
154-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
152+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
155153
156154
Required: False
157155
Position: Named

0 commit comments

Comments
 (0)