Skip to content

Commit 7fa8d29

Browse files
authored
Merge pull request #8521 from MicrosoftDocs/chrisda
Added missing params from 10/15 sweep
2 parents 881555f + 60a5c17 commit 7fa8d29

28 files changed

+961
-43
lines changed

exchange/exchange-ps/exchange/Export-UMCallDataRecord.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.MediaAndDevices-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/export-umcalldatarecord
4-
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
4+
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
55
title: Export-UMCallDataRecord
66
schema: 2.0.0
77
author: chrisda
@@ -12,7 +12,7 @@ ms.reviewer:
1212
# Export-UMCallDataRecord
1313

1414
## SYNOPSIS
15-
This cmdlet is available only in on-premises Exchange.
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.
1616

1717
Use the Export-UMCallDataRecord cmdlet to export Unified Messaging (UM) call data records for UM dial plans and UM IP gateways for a date that you've specified.
1818

@@ -33,8 +33,6 @@ Export-UMCallDataRecord -ClientStream <Stream> -Date <ExDateTime>
3333
## DESCRIPTION
3434
The Export-UMCallDataRecord cmdlet exports Unified Messaging call data records for a specified date to a comma-separated value (CSV) file. You can filter call data records for specific UM dial plans or UM IP gateways. However, if you don't specify a UM IP gateway, all call data records are returned.
3535

36-
The Export-UMCallDataRecord cmdlet is available when you're using the Exchange Administration Center. You can't use the cmdlet from the Exchange Management Shell.
37-
3836
After this task is completed, a report is generated that contains Unified Messaging call data records.
3937

4038
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://docs.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
@@ -64,7 +62,7 @@ The ClientStream parameter specifies the .NET stream to use to output for the Un
6462
Type: Stream
6563
Parameter Sets: (All)
6664
Aliases:
67-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
65+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
6866

6967
Required: True
7068
Position: Named
@@ -80,7 +78,7 @@ The Date parameter specifies the date of Unified Messaging call data records to
8078
Type: ExDateTime
8179
Parameter Sets: (All)
8280
Aliases:
83-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
81+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
8482

8583
Required: True
8684
Position: Named
@@ -99,7 +97,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
9997
Type: SwitchParameter
10098
Parameter Sets: (All)
10199
Aliases: cf
102-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
100+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
103101
104102
Required: False
105103
Position: Named
@@ -109,6 +107,8 @@ Accept wildcard characters: False
109107
```
110108

111109
### -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
```yaml
@@ -131,7 +131,7 @@ The UMDialPlan parameter specifies the UM dial plan to export statistics for. If
131131
Type: UMDialPlanIdParameter
132132
Parameter Sets: (All)
133133
Aliases:
134-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
134+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
135135
136136
Required: False
137137
Position: Named
@@ -147,7 +147,7 @@ The UMIPGateway parameter specifies the UM IP gateway to export statistics for.
147147
Type: UMIPGatewayIdParameter
148148
Parameter Sets: (All)
149149
Aliases:
150-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
150+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
151151
152152
Required: False
153153
Position: Named
@@ -163,7 +163,7 @@ The WhatIf switch simulates the actions of the command. You can use this switch
163163
Type: SwitchParameter
164164
Parameter Sets: (All)
165165
Aliases: wi
166-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
166+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
167167
168168
Required: False
169169
Position: Named

exchange/exchange-ps/exchange/Get-MailUser.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Get-MailUser [-Anr <String>]
3030
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
3131
[-ReadFromDomainController]
3232
[-ResultSize <Unlimited>]
33+
[-SharedWithMailUser]
3334
[-SoftDeletedMailUser]
3435
[-SortBy <String>]
3536
[<CommonParameters>]
@@ -45,6 +46,7 @@ Get-MailUser [[-Identity] <MailUserIdParameter>]
4546
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
4647
[-ReadFromDomainController]
4748
[-ResultSize <Unlimited>]
49+
[-SharedWithMailUser]
4850
[-SoftDeletedMailUser]
4951
[-SortBy <String>]
5052
[<CommonParameters>]
@@ -259,6 +261,24 @@ Accept pipeline input: false
259261
Accept wildcard characters: False
260262
```
261263

264+
### -SharedWithMailUser
265+
This parameter is available only in the cloud-based service.
266+
267+
{{ Fill SharedWithMailUser Description }}
268+
269+
```yaml
270+
Type: SwitchParameter
271+
Parameter Sets: AnrSet, Identity
272+
Aliases:
273+
Applicable: Exchange Online
274+
275+
Required: False
276+
Position: Named
277+
Default value: None
278+
Accept pipeline input: False
279+
Accept wildcard characters: False
280+
```
281+
262282
### -SortBy
263283
The SortBy parameter specifies the property to sort the results by. You can sort by only one property at a time. The results are sorted in ascending order.
264284

exchange/exchange-ps/exchange/Get-MailboxImportRequestStatistics.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Get-MailboxImportRequestStatistics [-Identity] <MailboxImportRequestIdParameter>
3838
Get-MailboxImportRequestStatistics [-Identity] <MailboxImportRequestIdParameter>
3939
[-DiagnosticInfo <String>]
4040
[-IncludeReport]
41+
[-IncludeSkippedItems]
4142
[-ReportOnly]
4243
[<CommonParameters>]
4344
```
@@ -256,6 +257,24 @@ Accept pipeline input: False
256257
Accept wildcard characters: False
257258
```
258259
260+
### -IncludeSkippedItems
261+
This parameter is available only in the cloud-based service.
262+
263+
{{ Fill IncludeSkippedItems Description }}
264+
265+
```yaml
266+
Type: SwitchParameter
267+
Parameter Sets: IdentityCloud
268+
Aliases:
269+
Applicable: Exchange Online
270+
271+
Required: False
272+
Position: Named
273+
Default value: None
274+
Accept pipeline input: False
275+
Accept wildcard characters: False
276+
```
277+
259278
### -RequestGuid
260279
This parameter is available only in on-premises Exchange.
261280

exchange/exchange-ps/exchange/Get-MailboxPermission.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Get-MailboxPermission [-Identity] <MailboxIdParameter> [-User <SecurityPrincipal
3939
[-Credential <PSCredential>]
4040
[-DomainController <Fqdn>]
4141
[-GroupMailbox]
42+
[-IncludeSoftDeletedUserPermissions]
4243
[-ReadFromDomainController]
4344
[-ResultSize <Unlimited>]
4445
[<CommonParameters>]
@@ -171,6 +172,24 @@ Accept pipeline input: False
171172
Accept wildcard characters: False
172173
```
173174

175+
### -IncludeSoftDeletedUserPermissions
176+
This parameter is available only in the cloud-based service.
177+
178+
{{ Fill IncludeSoftDeletedUserPermissions Description }}
179+
180+
```yaml
181+
Type: SwitchParameter
182+
Parameter Sets: AccessRights
183+
Aliases:
184+
Applicable: Exchange Online
185+
186+
Required: False
187+
Position: Named
188+
Default value: None
189+
Accept pipeline input: False
190+
Accept wildcard characters: False
191+
```
192+
174193
### -Owner
175194
The Owner switch returns the owner information for the mailbox that's specified by the Identity parameter. You don't need to specify a value with this switch.
176195

exchange/exchange-ps/exchange/Get-MailboxRestoreRequestStatistics.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Get-MailboxRestoreRequestStatistics [-Identity] <MailboxRestoreRequestIdParamete
3535
```
3636
Get-MailboxRestoreRequestStatistics [-Identity] <MailboxRestoreRequestIdParameter>
3737
[-IncludeReport]
38+
[-IncludeSkippedItems]
3839
[-DiagnosticInfo <String>]
3940
[-ReportOnly]
4041
[<CommonParameters>]
@@ -274,6 +275,24 @@ Accept pipeline input: False
274275
Accept wildcard characters: False
275276
```
276277
278+
### -IncludeSkippedItems
279+
This parameter is available only in the cloud-based service.
280+
281+
{{ Fill IncludeSkippedItems Description }}
282+
283+
```yaml
284+
Type: SwitchParameter
285+
Parameter Sets: IdentityCloud
286+
Aliases:
287+
Applicable: Exchange Online
288+
289+
Required: False
290+
Position: Named
291+
Default value: None
292+
Accept pipeline input: False
293+
Accept wildcard characters: False
294+
```
295+
277296
### -ReportOnly
278297
The ReportOnly switch returns the results as an array of report entries (encoded strings). You don't need to specify a value with this switch.
279298

exchange/exchange-ps/exchange/Get-PhishSimOverridePolicy.md

Lines changed: 19 additions & 3 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://docs.microsoft.com/powershell/module/exchange/get-phishsimoverridepolicy
4-
applicable: Security & Compliance Center
4+
applicable: Exchange Online, Security & Compliance Center
55
title: Get-PhishSimOverridePolicy
66
schema: 2.0.0
77
author: chrisda
@@ -12,7 +12,7 @@ ms.reviewer:
1212
# Get-PhishSimOverridePolicy
1313

1414
## SYNOPSIS
15-
This cmdlet is available only in Security & Compliance Center PowerShell. For more information, see [Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/scc-powershell).
15+
This cmdlet is available or functional only in Security & Compliance Center PowerShell. For more information, see [Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/scc-powershell).
1616

1717
Use the Get-PhishSimOverridePolicy cmdlet to view third-party phishing simulation override policies to bypass Exchange Online Protection filtering. For more information, see [Configure the delivery of third-party phishing simulations to users and unfiltered messages to SecOps mailboxes](https://docs.microsoft.com/microsoft-365/security/office-365-security/configure-advanced-delivery).
1818

@@ -50,7 +50,7 @@ The Identity parameter specifies the phishing simulation override policy that yo
5050
Type: PolicyIdParameter
5151
Parameter Sets: (All)
5252
Aliases:
53-
Applicable: Security & Compliance Center
53+
Applicable: Exchange Online, Security & Compliance Center
5454

5555
Required: False
5656
Position: 0
@@ -59,6 +59,22 @@ Accept pipeline input: True (ByPropertyName, ByValue)
5959
Accept wildcard characters: False
6060
```
6161
62+
### -DomainController
63+
This parameter is reserved for internal Microsoft use.
64+
65+
```yaml
66+
Type: Fqdn
67+
Parameter Sets: (All)
68+
Aliases:
69+
Applicable: Exchange Online
70+
71+
Required: False
72+
Position: Named
73+
Default value: None
74+
Accept pipeline input: False
75+
Accept wildcard characters: False
76+
```
77+
6278
### CommonParameters
6379
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
6480

exchange/exchange-ps/exchange/Get-PhishSimOverrideRule.md

Lines changed: 22 additions & 6 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://docs.microsoft.com/powershell/module/exchange/get-phishsimoverriderule
4-
applicable: Security & Compliance Center
4+
applicable: Exchange Online, Security & Compliance Center
55
title: Get-PhishSimOverrideRule
66
schema: 2.0.0
77
author: chrisda
@@ -12,7 +12,7 @@ ms.reviewer:
1212
# Get-PhishSimOverrideRule
1313

1414
## SYNOPSIS
15-
This cmdlet is available only in Security & Compliance Center PowerShell. For more information, see [Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/scc-powershell).
15+
This cmdlet is available or functional only in Security & Compliance Center PowerShell. For more information, see [Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/scc-powershell).
1616

1717
Use the Get-PhishSimOverrideRule cmdlet to view third-party phishing simulation override rules to bypass Exchange Online Protection filtering. For more information, see [Configure the delivery of third-party phishing simulations to users and unfiltered messages to SecOps mailboxes](https://docs.microsoft.com/microsoft-365/security/office-365-security/configure-advanced-delivery).
1818

@@ -54,7 +54,7 @@ The Identity parameter specifies the phishing simulation override rule that you
5454
Type: ComplianceRuleIdParameter
5555
Parameter Sets: (All)
5656
Aliases:
57-
Applicable: Security & Compliance Center
57+
Applicable: Exchange Online, Security & Compliance Center
5858

5959
Required: False
6060
Position: 0
@@ -70,7 +70,23 @@ This parameter is reserved for internal Microsoft use.
7070
Type: SwitchParameter
7171
Parameter Sets: (All)
7272
Aliases: cf
73-
Applicable: Security & Compliance Center
73+
Applicable: Exchange Online, Security & Compliance Center
74+
75+
Required: False
76+
Position: Named
77+
Default value: None
78+
Accept pipeline input: False
79+
Accept wildcard characters: False
80+
```
81+
82+
### -DomainController
83+
This parameter is reserved for internal Microsoft use.
84+
85+
```yaml
86+
Type: Fqdn
87+
Parameter Sets: (All)
88+
Aliases:
89+
Applicable: Exchange Online
7490

7591
Required: False
7692
Position: Named
@@ -91,7 +107,7 @@ The Policy parameter filters the results by phishing simulator override policy.
91107
Type: PolicyIdParameter
92108
Parameter Sets: (All)
93109
Aliases:
94-
Applicable: Security & Compliance Center
110+
Applicable: Exchange Online, Security & Compliance Center
95111

96112
Required: False
97113
Position: Named
@@ -107,7 +123,7 @@ This parameter is reserved for internal Microsoft use.
107123
Type: SwitchParameter
108124
Parameter Sets: (All)
109125
Aliases: wi
110-
Applicable: Security & Compliance Center
126+
Applicable: Exchange Online, Security & Compliance Center
111127

112128
Required: False
113129
Position: Named

exchange/exchange-ps/exchange/Get-PublicFolderMailboxMigrationRequestStatistics.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Get-MailboxRestoreRequestStatistics [-Identity] <PublicFolderMailboxMigrationReq
3636
Get-PublicFolderMailboxMigrationRequestStatistics [-Identity] <PublicFolderMailboxMigrationRequestIdParameter>
3737
[-DiagnosticInfo <String>]
3838
[-IncludeReport]
39+
[-IncludeSkippedItems]
3940
[-ReportOnly]
4041
[<CommonParameters>]
4142
```
@@ -205,6 +206,24 @@ Accept pipeline input: False
205206
Accept wildcard characters: False
206207
```
207208
209+
### -IncludeSkippedItems
210+
This parameter is available only in the cloud-based service.
211+
212+
{{ Fill IncludeSkippedItems Description }}
213+
214+
```yaml
215+
Type: SwitchParameter
216+
Parameter Sets: IdentityCloud
217+
Aliases:
218+
Applicable: Exchange Online
219+
220+
Required: False
221+
Position: Named
222+
Default value: None
223+
Accept pipeline input: False
224+
Accept wildcard characters: False
225+
```
226+
208227
### -ReportOnly
209228
The ReportOnly switch returns the results as an array of report entries (encoded strings). You don't need to specify a value with this switch.
210229

0 commit comments

Comments
 (0)