Skip to content

Commit 8dba834

Browse files
authored
Merge pull request MicrosoftDocs#2706 from MicrosoftDocs/chrisda
Updates to RecordType parameter values
2 parents d2c4efa + 8a280f5 commit 8dba834

File tree

5 files changed

+84
-46
lines changed

5 files changed

+84
-46
lines changed

exchange/exchange-ps/exchange/move-and-migration/Get-PublicFolderMailboxMigrationRequest.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,20 @@ Get-PublicFolderMailboxMigrationRequest -HighPriority $true
6565

6666
In on-premises Exchange, this example returns all migration requests that have a priority value of High, Higher, Highest or Emergency.
6767

68+
### -------------------------- Example 3 --------------------------
69+
```
70+
Get-PublicFolderMailboxMigrationRequest | ?{$_.TargetMailbox -eq $null}
71+
```
72+
73+
This example returns public folder mailbox migration requests that don't have a target mailbox.
74+
75+
### -------------------------- Example 4 --------------------------
76+
```
77+
Get-PublicFolderMailboxMigrationRequest | group TargetMailbox |?{$_.Count -gt 1}
78+
```
79+
80+
This example returns duplicate public folder migration requests (requests created for the same target mailbox). If the command returns no results, then there are no duplicate migration requests.
81+
6882
## PARAMETERS
6983

7084
### -BatchName

exchange/exchange-ps/exchange/move-and-migration/Remove-PublicFolderMailboxMigrationRequest.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
external help file: Microsoft.Exchange.ProvisioningAndMigration-Help.xml
3-
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
3+
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
44
title: Remove-PublicFolderMailboxMigrationRequest
55
schema: 2.0.0
6-
monikerRange: "exchserver-ps-2013 || exchserver-ps-2016 || exchserver-ps-2019"
6+
monikerRange: "exchserver-ps-2013 || exchserver-ps-2016 || exchserver-ps-2019 || exchonline-ps"
77
---
88

99
# Remove-PublicFolderMailboxMigrationRequest
1010

1111
## SYNOPSIS
12-
This cmdlet is available only in on-premises Exchange.
12+
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.
1313

1414
Use the Remove-PublicFolderMailboxMigrationRequest cmdlet to remove individual jobs from public folder migration batches that were created by using the New-MigrationBatch cmdlet.
1515

@@ -35,8 +35,6 @@ Remove-PublicFolderMailboxMigrationRequest -RequestGuid <Guid> -RequestQueue <Da
3535
```
3636

3737
## DESCRIPTION
38-
The Remove-PublicFolderMailboxMigrationRequest cmdlet is intended for troubleshooting and should be used under the direction of Microsoft Customer Service and Support.
39-
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://technet.microsoft.com/library/mt432940.aspx).
4139

4240
## EXAMPLES
@@ -75,7 +73,7 @@ You can't use this parameter with the RequestGuid or RequestQueue parameters.
7573
Type: PublicFolderMailboxMigrationRequestIdParameter
7674
Parameter Sets: Identity
7775
Aliases:
78-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
76+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
7977
Required: True
8078
Position: 1
8179
Default value: None
@@ -92,7 +90,7 @@ If you use this parameter, you also need to use the RequestQueue parameter. You
9290
Type: Guid
9391
Parameter Sets: MigrationRequestQueue
9492
Aliases:
95-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
93+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
9694
Required: True
9795
Position: Named
9896
Default value: None
@@ -113,7 +111,7 @@ You can't use this parameter with the Identity parameter.
113111
Type: DatabaseIdParameter
114112
Parameter Sets: MigrationRequestQueue
115113
Aliases:
116-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
114+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
117115
Required: True
118116
Position: Named
119117
Default value: None
@@ -132,7 +130,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
132130
Type: SwitchParameter
133131
Parameter Sets: (All)
134132
Aliases: cf
135-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
133+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
136134
Required: False
137135
Position: Named
138136
Default value: None
@@ -141,6 +139,8 @@ Accept wildcard characters: False
141139
```
142140
143141
### -DomainController
142+
This parameter is available only in on-premises Exchange.
143+
144144
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.
145145
146146
```yaml
@@ -155,29 +155,29 @@ Accept pipeline input: False
155155
Accept wildcard characters: False
156156
```
157157
158-
### -WhatIf
159-
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
158+
### -Force
159+
The Force switch specifies whether to suppress warning or confirmation messages. You can use this switch to run tasks programmatically where prompting for administrative input is inappropriate. You don't need to specify a value with this switch.
160160
161161
```yaml
162162
Type: SwitchParameter
163-
Parameter Sets: (All)
164-
Aliases: wi
165-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
163+
Parameter Sets: Identity
164+
Aliases:
165+
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
166166
Required: False
167167
Position: Named
168168
Default value: None
169169
Accept pipeline input: False
170170
Accept wildcard characters: False
171171
```
172172
173-
### -Force
174-
The Force switch specifies whether to suppress warning or confirmation messages. You can use this switch to run tasks programmatically where prompting for administrative input is inappropriate. You don't need to specify a value with this switch.
173+
### -WhatIf
174+
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
175175
176176
```yaml
177177
Type: SwitchParameter
178-
Parameter Sets: Identity
179-
Aliases:
180-
Applicable: Exchange Server 2016, Exchange Server 2019
178+
Parameter Sets: (All)
179+
Aliases: wi
180+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
181181
Required: False
182182
Position: Named
183183
Default value: None

exchange/exchange-ps/exchange/policy-and-compliance-audit/Search-UnifiedAuditLog.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,19 @@ For information about the parameter sets in the Syntax section below, see Exchan
1818
## SYNTAX
1919

2020
```
21-
Search-UnifiedAuditLog -EndDate <ExDateTime> -StartDate <ExDateTime> [-Formatted] [-FreeText <String>]
22-
[-IPAddresses <String[]>] [-ObjectIds <String[]>] [-Operations <String[]>]
23-
[-RecordType <ExchangeAdmin | ExchangeItem | ExchangeItemGroup | SharePoint | SyntheticProbe | SharePointFileOperation | OneDrive | AzureActiveDirectory | AzureActiveDirectoryAccountLogon | DataCenterSecurityCmdlet | ComplianceDLPSharePoint | Sway | ComplianceDLPExchange | SharePointSharingOperation | AzureActiveDirectoryStsLogon | SkypeForBusinessPSTNUsage | SkypeForBusinessUsersBlocked | SecurityComplianceCenterEOPCmdlet | ExchangeAggregatedOperation | PowerBIAudit | CRM | Yammer | SkypeForBusinessCmdlets | Discovery | MicrosoftTeams | MicrosoftTeamsAddOns | MicrosoftTeamsSettingsOperation | ThreatIntelligence>]
24-
[-ResultSize <Int32>] [-SessionCommand <Initialize | ReturnLargeSet | ReturnNextPreviewPage>]
25-
[-SessionId <String>] [-SiteIds <String[]>] [-UserIds <String[]>] [<CommonParameters>]
21+
Search-UnifiedAuditLog -EndDate <ExDateTime> -StartDate <ExDateTime>
22+
[-Formatted]
23+
[-FreeText <String>]
24+
[-IPAddresses <String[]>]
25+
[-ObjectIds <String[]>]
26+
[-Operations <String[]>]
27+
[-RecordType <AzureActiveDirectory | AzureActiveDirectoryAccountLogon | AzureActiveDirectoryStsLogon | CRM | ComplianceDLPExchange | ComplianceDLPSharePoint | DataCenterSecurityCmdlet | Discovery | ExchangeAdmin | ExchangeAggregatedOperation | ExchangeItem | ExchangeItemGroup | MicrosoftTeams | MicrosoftTeamsAddOns | MicrosoftTeamsSettingsOperation | OneDrive | PowerBIAudit | SecurityComplianceAlerts | SecurityComplianceCenterEOPCmdlet | SecurityComplianceInsights | SharePoint | SharePointFileOperation | SharePointSharingOperation | SkypeForBusinessCmdlets | SkypeForBusinessPSTNUsage | SkypeForBusinessUsersBlocked | Sway | ThreatIntelligence | Yammer>]
28+
[-ResultSize <Int32>]
29+
[-SessionCommand <Initialize | ReturnLargeSet | ReturnNextPreviewPage>]
30+
[-SessionId <String>]
31+
[-SiteIds <String[]>]
32+
[-UserIds <String[]>]
33+
[<CommonParameters>]
2634
```
2735

2836
## DESCRIPTION
@@ -201,9 +209,7 @@ Accept wildcard characters: False
201209
```
202210
203211
### -RecordType
204-
The RecordType parameter filters the log entries by record type.
205-
206-
Valid values are:
212+
The RecordType parameter filters the log entries by record type. Valid values are:
207213
208214
- AzureActiveDirectory
209215
@@ -239,8 +245,12 @@ Valid values are:
239245
240246
- PowerBIAudit
241247
248+
- SecurityComplianceAlerts
249+
242250
- SecurityComplianceCenterEOPCmdlet
243251
252+
- SecurityComplianceInsights
253+
244254
- SharePoint
245255
246256
- SharePointFileOperation
@@ -260,7 +270,7 @@ Valid values are:
260270
- Yammer
261271
262272
```yaml
263-
Type: ExchangeAdmin | ExchangeItem | ExchangeItemGroup | SharePoint | SyntheticProbe | SharePointFileOperation | OneDrive | AzureActiveDirectory | AzureActiveDirectoryAccountLogon | DataCenterSecurityCmdlet | ComplianceDLPSharePoint | Sway | ComplianceDLPExchange | SharePointSharingOperation | AzureActiveDirectoryStsLogon | SkypeForBusinessPSTNUsage | SkypeForBusinessUsersBlocked | SecurityComplianceCenterEOPCmdlet | ExchangeAggregatedOperation | PowerBIAudit | CRM | Yammer | SkypeForBusinessCmdlets | Discovery | MicrosoftTeams | MicrosoftTeamsAddOns | MicrosoftTeamsSettingsOperation | ThreatIntelligence
273+
Type: AzureActiveDirectory | AzureActiveDirectoryAccountLogon | AzureActiveDirectoryStsLogon | CRM | ComplianceDLPExchange | ComplianceDLPSharePoint | DataCenterSecurityCmdlet | Discovery | ExchangeAdmin | ExchangeAggregatedOperation | ExchangeItem | ExchangeItemGroup | MicrosoftTeams | MicrosoftTeamsAddOns | MicrosoftTeamsSettingsOperation | OneDrive | PowerBIAudit | SecurityComplianceAlerts | SecurityComplianceCenterEOPCmdlet | SecurityComplianceInsights | SharePoint | SharePointFileOperation | SharePointSharingOperation | SkypeForBusinessCmdlets | SkypeForBusinessPSTNUsage | SkypeForBusinessUsersBlocked | Sway | ThreatIntelligence | Yammer
264274
Parameter Sets: (All)
265275
Aliases:
266276
Applicable: Exchange Online

exchange/exchange-ps/exchange/policy-and-compliance/New-ActivityAlert.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ New-ActivityAlert -Multiplier <Double> -Name <String> -NotifyUser <MultiValuedPr
2727
[-Disabled <$true | $false>]
2828
[-DomainController <Fqdn>]
2929
[-EmailCulture <CultureInfo>]
30-
[-RecordType <ExchangeAdmin | ExchangeItem | ExchangeItemGroup | SharePoint | SyntheticProbe | SharePointFileOperation | OneDrive | AzureActiveDirectory | AzureActiveDirectoryAccountLogon | DataCenterSecurityCmdlet | ComplianceDLPSharePoint | Sway | ComplianceDLPExchange | SharePointSharingOperation | AzureActiveDirectoryStsLogon | SkypeForBusinessPSTNUsage | SkypeForBusinessUsersBlocked | SecurityComplianceCenterEOPCmdlet | ExchangeAggregatedOperation | PowerBIAudit | CRM | Yammer | SkypeForBusinessCmdlets | Discovery | MicrosoftTeams | MicrosoftTeamsAddOns | MicrosoftTeamsSettingsOperation | ThreatIntelligence>]
30+
[-RecordType <AzureActiveDirectory | AzureActiveDirectoryAccountLogon | AzureActiveDirectoryStsLogon | CRM | ComplianceDLPExchange | ComplianceDLPSharePoint | DataCenterSecurityCmdlet | Discovery | ExchangeAdmin | ExchangeAggregatedOperation | ExchangeItem | ExchangeItemGroup | MicrosoftTeams | MicrosoftTeamsAddOns | MicrosoftTeamsSettingsOperation | OneDrive | PowerBIAudit | SecurityComplianceAlerts | SecurityComplianceCenterEOPCmdlet | SecurityComplianceInsights | SharePoint | SharePointFileOperation | SharePointSharingOperation | SkypeForBusinessCmdlets | SkypeForBusinessPSTNUsage | SkypeForBusinessUsersBlocked | Sway | ThreatIntelligence | Yammer>]
3131
[-ScopeLevel <SingleUser | AllUsers>]
3232
[-Severity <Low | Medium | High | None>]
3333
[-UserId <MultiValuedProperty>]
@@ -43,7 +43,7 @@ New-ActivityAlert -Name <String> -NotifyUser <MultiValuedProperty> -Operation <M
4343
[-Disabled <$true | $false>]
4444
[-DomainController <Fqdn>]
4545
[-EmailCulture <CultureInfo>]
46-
[-RecordType <ExchangeAdmin | ExchangeItem | ExchangeItemGroup | SharePoint | SyntheticProbe | SharePointFileOperation | OneDrive | AzureActiveDirectory | AzureActiveDirectoryAccountLogon | DataCenterSecurityCmdlet | ComplianceDLPSharePoint | Sway | ComplianceDLPExchange | SharePointSharingOperation | AzureActiveDirectoryStsLogon | SkypeForBusinessPSTNUsage | SkypeForBusinessUsersBlocked | SecurityComplianceCenterEOPCmdlet | ExchangeAggregatedOperation | PowerBIAudit | CRM | Yammer | SkypeForBusinessCmdlets | Discovery | MicrosoftTeams | MicrosoftTeamsAddOns | MicrosoftTeamsSettingsOperation | ThreatIntelligence>]
46+
[-RecordType <AzureActiveDirectory | AzureActiveDirectoryAccountLogon | AzureActiveDirectoryStsLogon | CRM | ComplianceDLPExchange | ComplianceDLPSharePoint | DataCenterSecurityCmdlet | Discovery | ExchangeAdmin | ExchangeAggregatedOperation | ExchangeItem | ExchangeItemGroup | MicrosoftTeams | MicrosoftTeamsAddOns | MicrosoftTeamsSettingsOperation | OneDrive | PowerBIAudit | SecurityComplianceAlerts | SecurityComplianceCenterEOPCmdlet | SecurityComplianceInsights | SharePoint | SharePointFileOperation | SharePointSharingOperation | SkypeForBusinessCmdlets | SkypeForBusinessPSTNUsage | SkypeForBusinessUsersBlocked | Sway | ThreatIntelligence | Yammer>]
4747
[-Severity <Low | Medium | High | None>]
4848
[-UserId <MultiValuedProperty>]
4949
[-WhatIf] [<CommonParameters>]
@@ -59,7 +59,7 @@ New-ActivityAlert -Name <String> -NotifyUser <MultiValuedProperty> [-Operation <
5959
[-Disabled <$true | $false>]
6060
[-DomainController <Fqdn>]
6161
[-EmailCulture <CultureInfo>]
62-
[-RecordType <ExchangeAdmin | ExchangeItem | ExchangeItemGroup | SharePoint | SyntheticProbe | SharePointFileOperation | OneDrive | AzureActiveDirectory | AzureActiveDirectoryAccountLogon | DataCenterSecurityCmdlet | ComplianceDLPSharePoint | Sway | ComplianceDLPExchange | SharePointSharingOperation | AzureActiveDirectoryStsLogon | SkypeForBusinessPSTNUsage | SkypeForBusinessUsersBlocked | SecurityComplianceCenterEOPCmdlet | ExchangeAggregatedOperation | PowerBIAudit | CRM | Yammer | SkypeForBusinessCmdlets | Discovery | MicrosoftTeams | MicrosoftTeamsAddOns | MicrosoftTeamsSettingsOperation | ThreatIntelligence>]
62+
[-RecordType <AzureActiveDirectory | AzureActiveDirectoryAccountLogon | AzureActiveDirectoryStsLogon | CRM | ComplianceDLPExchange | ComplianceDLPSharePoint | DataCenterSecurityCmdlet | Discovery | ExchangeAdmin | ExchangeAggregatedOperation | ExchangeItem | ExchangeItemGroup | MicrosoftTeams | MicrosoftTeamsAddOns | MicrosoftTeamsSettingsOperation | OneDrive | PowerBIAudit | SecurityComplianceAlerts | SecurityComplianceCenterEOPCmdlet | SecurityComplianceInsights | SharePoint | SharePointFileOperation | SharePointSharingOperation | SkypeForBusinessCmdlets | SkypeForBusinessPSTNUsage | SkypeForBusinessUsersBlocked | Sway | ThreatIntelligence | Yammer>]
6363
[-ScopeLevel <SingleUser | AllUsers>]
6464
[-Severity <Low | Medium | High | None>]
6565
[-UserId <MultiValuedProperty>]
@@ -75,7 +75,7 @@ New-ActivityAlert -Name <String> -NotifyUser <MultiValuedProperty> -Type <Custom
7575
[-Disabled <$true | $false>]
7676
[-DomainController <Fqdn>]
7777
[-EmailCulture <CultureInfo>]
78-
[-RecordType <ExchangeAdmin | ExchangeItem | ExchangeItemGroup | SharePoint | SyntheticProbe | SharePointFileOperation | OneDrive | AzureActiveDirectory | AzureActiveDirectoryAccountLogon | DataCenterSecurityCmdlet | ComplianceDLPSharePoint | Sway | ComplianceDLPExchange | SharePointSharingOperation | AzureActiveDirectoryStsLogon | SkypeForBusinessPSTNUsage | SkypeForBusinessUsersBlocked | SecurityComplianceCenterEOPCmdlet | ExchangeAggregatedOperation | PowerBIAudit | CRM | Yammer | SkypeForBusinessCmdlets | Discovery | MicrosoftTeams | MicrosoftTeamsAddOns | MicrosoftTeamsSettingsOperation | ThreatIntelligence>]
78+
[-RecordType <AzureActiveDirectory | AzureActiveDirectoryAccountLogon | AzureActiveDirectoryStsLogon | CRM | ComplianceDLPExchange | ComplianceDLPSharePoint | DataCenterSecurityCmdlet | Discovery | ExchangeAdmin | ExchangeAggregatedOperation | ExchangeItem | ExchangeItemGroup | MicrosoftTeams | MicrosoftTeamsAddOns | MicrosoftTeamsSettingsOperation | OneDrive | PowerBIAudit | SecurityComplianceAlerts | SecurityComplianceCenterEOPCmdlet | SecurityComplianceInsights | SharePoint | SharePointFileOperation | SharePointSharingOperation | SkypeForBusinessCmdlets | SkypeForBusinessPSTNUsage | SkypeForBusinessUsersBlocked | Sway | ThreatIntelligence | Yammer>]
7979
[-Severity <Low | Medium | High | None>]
8080
[-UserId <MultiValuedProperty>]
8181
[-WhatIf] [<CommonParameters>]
@@ -384,9 +384,7 @@ Accept wildcard characters: False
384384
```
385385
386386
### -RecordType
387-
The RecordType parameter specifies a record type label for the activity alert.
388-
389-
Valid values are:
387+
The RecordType parameter specifies a record type label for the activity alert. Valid values are:
390388
391389
- AzureActiveDirectory
392390
@@ -422,8 +420,12 @@ Valid values are:
422420
423421
- PowerBIAudit
424422
423+
- SecurityComplianceAlerts
424+
425425
- SecurityComplianceCenterEOPCmdlet
426426
427+
- SecurityComplianceInsights
428+
427429
- SharePoint
428430
429431
- SharePointFileOperation
@@ -445,7 +447,7 @@ Valid values are:
445447
You can't use this parameter when the value of the Type parameter is ElevationOfPrivilege.
446448
447449
```yaml
448-
Type: ExchangeAdmin | ExchangeItem | ExchangeItemGroup | SharePoint | SyntheticProbe | SharePointFileOperation | OneDrive | AzureActiveDirectory | AzureActiveDirectoryAccountLogon | DataCenterSecurityCmdlet | ComplianceDLPSharePoint | Sway | ComplianceDLPExchange | SharePointSharingOperation | AzureActiveDirectoryStsLogon | SkypeForBusinessPSTNUsage | SkypeForBusinessUsersBlocked | SecurityComplianceCenterEOPCmdlet | ExchangeAggregatedOperation | PowerBIAudit | CRM | Yammer | SkypeForBusinessCmdlets | Discovery | MicrosoftTeams | MicrosoftTeamsAddOns | MicrosoftTeamsSettingsOperation | ThreatIntelligence
450+
Type: AzureActiveDirectory | AzureActiveDirectoryAccountLogon | AzureActiveDirectoryStsLogon | CRM | ComplianceDLPExchange | ComplianceDLPSharePoint | DataCenterSecurityCmdlet | Discovery | ExchangeAdmin | ExchangeAggregatedOperation | ExchangeItem | ExchangeItemGroup | MicrosoftTeams | MicrosoftTeamsAddOns | MicrosoftTeamsSettingsOperation | OneDrive | PowerBIAudit | SecurityComplianceAlerts | SecurityComplianceCenterEOPCmdlet | SecurityComplianceInsights | SharePoint | SharePointFileOperation | SharePointSharingOperation | SkypeForBusinessCmdlets | SkypeForBusinessPSTNUsage | SkypeForBusinessUsersBlocked | Sway | ThreatIntelligence | Yammer
449451
Parameter Sets: (All)
450452
Aliases:
451453
Applicable: Office 365 Security & Compliance Center

0 commit comments

Comments
 (0)