You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This cmdlet is functional only in Security & Compliance PowerShell. For more information, see [Security & Compliance PowerShell](https://learn.microsoft.com/powershell/exchange/scc-powershell).
15
+
This cmdlet is available only in Security & Compliance PowerShell. For more information, see [Security & Compliance PowerShell](https://learn.microsoft.com/powershell/exchange/scc-powershell).
16
16
17
17
Use the Get-AuditConfigurationPolicy cmdlet to view audit configuration policies.
18
18
@@ -54,7 +54,7 @@ The Identity parameter specifies the audit configuration policy that you want to
This cmdlet is functional only in Security & Compliance PowerShell. For more information, see [Security & Compliance PowerShell](https://learn.microsoft.com/powershell/exchange/scc-powershell).
15
+
This cmdlet is available only in Security & Compliance PowerShell. For more information, see [Security & Compliance PowerShell](https://learn.microsoft.com/powershell/exchange/scc-powershell).
16
16
17
17
Use the Get-AuditConfigurationRule cmdlet to view audit configuration rules.
18
18
@@ -54,7 +54,7 @@ The Identity parameter specifies the audit configuration rule that you want to v
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).
This parameter is available only in the cloud-based service.
220
+
221
+
{{ Fill IncludeUserWithDisplayName Description }}
222
+
223
+
```yaml
224
+
Type: SwitchParameter
225
+
Parameter Sets: (All)
226
+
Aliases:
227
+
Applicable: Exchange Online
228
+
229
+
Required: False
230
+
Position: Named
231
+
Default value: None
232
+
Accept pipeline input: False
233
+
Accept wildcard characters: False
234
+
```
235
+
216
236
### -Owner
217
237
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.
@@ -40,14 +54,32 @@ This example retrieves the settings for the migration configuration.
40
54
41
55
## PARAMETERS
42
56
57
+
### -AllPartitions
58
+
This parameter is available only in the cloud-based service.
59
+
60
+
{{ Fill AllPartitions Description }}
61
+
62
+
```yaml
63
+
Type: SwitchParameter
64
+
Parameter Sets: AllPartitions
65
+
Aliases:
66
+
Applicable: Exchange Online
67
+
68
+
Required: True
69
+
Position: Named
70
+
Default value: None
71
+
Accept pipeline input: False
72
+
Accept wildcard characters: False
73
+
```
74
+
43
75
### -DomainController
44
76
This parameter is available only in on-premises Exchange.
45
77
46
78
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.
47
79
48
80
```yaml
49
81
Type: Fqdn
50
-
Parameter Sets: (All)
82
+
Parameter Sets: Default
51
83
Aliases:
52
84
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
53
85
@@ -58,14 +90,32 @@ Accept pipeline input: False
58
90
Accept wildcard characters: False
59
91
```
60
92
93
+
### -IncludeSimplifiedGmailMigrationData
94
+
This parameter is available only in the cloud-based service.
95
+
96
+
{{ Fill IncludeSimplifiedGmailMigrationData Description }}
97
+
98
+
```yaml
99
+
Type: SwitchParameter
100
+
Parameter Sets: Partition, AllPartitions
101
+
Aliases:
102
+
Applicable: Exchange Online
103
+
104
+
Required: False
105
+
Position: Named
106
+
Default value: None
107
+
Accept pipeline input: False
108
+
Accept wildcard characters: False
109
+
```
110
+
61
111
### -Partition
62
112
This parameter is available only in the cloud-based service.
63
113
64
114
This parameter is reserved for internal Microsoft use.
The IncludeSoftDeletedRecipients switch specifies whether to include soft deleted recipients in the results. You don't need to specify a value with this switch.
The Policy parameter filters the results by supervisory review policy that's assigned to the rule. You can use any value that uniquely identifies the policy. For example:
0 commit comments