Skip to content

Commit c471a30

Browse files
committed
Blind cmdlet sweep EOP
1 parent 3f99fe8 commit c471a30

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

exchange/exchange-ps/exchange/Get-PendingDelicenseUser.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.RolesAndAccess-Help.xml
33
online version: https://learn.microsoft.com/powershell/module/exchange/get-pendingdelicenseuser
4-
applicable: Exchange Online
4+
applicable: Exchange Online, Exchange Online Protection
55
title: Get-PendingDelicenseUser
66
schema: 2.0.0
77
author: chrisda
@@ -80,7 +80,7 @@ You can't use this parameter with the ShowDueObjectsOnly switch.
8080
Type: RecipientIdParameter
8181
Parameter Sets: Identity
8282
Aliases:
83-
Applicable: Exchange Online
83+
Applicable: Exchange Online, Exchange Online Protection
8484

8585
Required: False
8686
Position: 1
@@ -96,7 +96,7 @@ The ResultSize parameter specifies the maximum number of results to return. If y
9696
Type: Unlimited
9797
Parameter Sets: TenantLevelParameterSet
9898
Aliases:
99-
Applicable: Exchange Online
99+
Applicable: Exchange Online, Exchange Online Protection
100100

101101
Required: False
102102
Position: Named
@@ -114,7 +114,7 @@ You can't use this switch with the Identity parameter.
114114
Type: SwitchParameter
115115
Parameter Sets: TenantLevelParameterSet
116116
Aliases:
117-
Applicable: Exchange Online
117+
Applicable: Exchange Online, Exchange Online Protection
118118

119119
Required: False
120120
Position: Named

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

Lines changed: 9 additions & 7 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
4+
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
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 only in on-premises Exchange.
15+
This cmdlet is functional 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

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

6767
Required: False
6868
Position: 1
@@ -80,7 +80,7 @@ A valid value for this parameter requires you to read the file to a byte-encoded
8080
Type: Byte[]
8181
Parameter Sets: (All)
8282
Aliases:
83-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
83+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
8484
8585
Required: True
8686
Position: 1
@@ -99,7 +99,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
9999
Type: SwitchParameter
100100
Parameter Sets: (All)
101101
Aliases: cf
102-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
102+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
103103
104104
Required: False
105105
Position: Named
@@ -109,6 +109,8 @@ Accept wildcard characters: False
109109
```
110110

111111
### -DomainController
112+
This parameter is available only in on-premises Exchange.
113+
112114
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.
113115

114116
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 +137,7 @@ You can use this switch to run tasks programmatically where prompting for admini
135137
Type: SwitchParameter
136138
Parameter Sets: (All)
137139
Aliases:
138-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
140+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
139141
140142
Required: False
141143
Position: Named
@@ -151,7 +153,7 @@ The WhatIf switch simulates the actions of the command. You can use this switch
151153
Type: SwitchParameter
152154
Parameter Sets: (All)
153155
Aliases: wi
154-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
156+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
155157
156158
Required: False
157159
Position: Named

exchange/exchange-ps/exchange/Set-OrganizationConfig.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@ When you set the value of the DelayedDelicensingEnabled parameter to $false, the
18081808
Type: Boolean
18091809
Parameter Sets: DelayedDelicensingParameterSet
18101810
Aliases:
1811-
Applicable: Exchange Online
1811+
Applicable: Exchange Online, Exchange Online Protection
18121812
18131813
Required: False
18141814
Position: Named
@@ -2120,7 +2120,7 @@ Use the TenantAdminNotificationForDelayedDelicensingEnabled parameter to turn on
21202120
Type: Boolean
21212121
Parameter Sets: DelayedDelicensingParameterSet
21222122
Aliases:
2123-
Applicable: Exchange Online
2123+
Applicable: Exchange Online, Exchange Online Protection
21242124
21252125
Required: False
21262126
Position: Named
@@ -3804,7 +3804,7 @@ Use the EndUserMailNotificationForDelayedDelicensingEnabled to send affected use
38043804
Type: Boolean
38053805
Parameter Sets: DelayedDelicensingParameterSet
38063806
Aliases:
3807-
Applicable: Exchange Online
3807+
Applicable: Exchange Online, Exchange Online Protection
38083808
38093809
Required: False
38103810
Position: Named

0 commit comments

Comments
 (0)