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
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Enable-ComplianceTagStorage.md
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,9 @@ For information about the parameter sets in the Syntax section below, see [Excha
21
21
## SYNTAX
22
22
23
23
```
24
-
Enable-ComplianceTagStorage [-Confirm]
24
+
Enable-ComplianceTagStorage
25
+
[-Confirm]
26
+
[-RecordsManagementSecurityGroupEmail <String>]
25
27
[-WhatIf]
26
28
[<CommonParameters>]
27
29
```
@@ -61,6 +63,22 @@ Accept pipeline input: False
61
63
Accept wildcard characters: False
62
64
```
63
65
66
+
### -RecordsManagementSecurityGroupEmail
67
+
This RecordsManagementSecurityGroupEmail parameter specifies the email address of the mail-enabled security group that contains the records managers in the organization.
68
+
69
+
```yaml
70
+
Type: String
71
+
Parameter Sets: (All)
72
+
Aliases:
73
+
Applicable: 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
+
64
82
### -WhatIf
65
83
The WhatIf switch doesn't work in Security & Compliance Center PowerShell.
This cmdlet is available only in the cloud-based service.
18
+
19
+
Use the Get-RecordReviewNotificationTemplateConfig cmdlet to view the record review notification and reminder settings.
20
+
21
+
**Note**: We recommend that you use the Exchange Online PowerShell V2 module to connect to Exchange Online PowerShell. For instructions, see [Connect to Exchange Online PowerShell](https://docs.microsoft.com/powershell/exchange/connect-to-exchange-online-powershell).
22
+
23
+
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
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).
33
+
34
+
## EXAMPLES
35
+
36
+
### Example 1
37
+
```powershell
38
+
Get-RecordReviewNotificationTemplateConfig
39
+
```
40
+
41
+
This example shows detailed information about the record review notification template configuration.
42
+
43
+
## PARAMETERS
44
+
45
+
### -DomainController
46
+
This parameter is reserved for internal Microsoft use.
47
+
48
+
```yaml
49
+
Type: Fqdn
50
+
Parameter Sets: (All)
51
+
Aliases:
52
+
Applicable: Exchange Online
53
+
54
+
Required: False
55
+
Position: Named
56
+
Default value: None
57
+
Accept pipeline input: False
58
+
Accept wildcard characters: False
59
+
```
60
+
61
+
### CommonParameters
62
+
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).
The FilePlanProperty parameter specifies the file plan properties to include in the label. To view the file plan property names that you need to use in this parameter, run the following commands:
134
135
135
-
- Get-FilePlanPropertyAuthority | Format-List Name
136
-
- Get-FilePlanPropertyCategory | Format-List Name
137
-
- Get-FilePlanPropertyCitation | Format-List Name
138
-
- Get-FilePlanPropertyDepartment | Format-List Name
139
-
- Get-FilePlanPropertyReferenceId | Format-List Name
140
-
- Get-FilePlanPropertySubCategory | Format-List Name
The FilePlanProperty parameter specifies the file plan properties to include in the label. To view the file plan property names that you need to use in this parameter, run the following commands:
130
131
131
-
- Get-FilePlanPropertyAuthority | Format-List Name
132
-
- Get-FilePlanPropertyCategory | Format-List Name
133
-
- Get-FilePlanPropertyCitation | Format-List Name
134
-
- Get-FilePlanPropertyDepartment | Format-List Name
135
-
- Get-FilePlanPropertyReferenceId | Format-List Name
136
-
- Get-FilePlanPropertySubCategory | Format-List Name
This syntax is a JSON object that defines each review stage id, review stage name, and list of reviewers.
198
+
199
+
```yaml
200
+
Type: String
201
+
Parameter Sets: (All)
202
+
Aliases:
203
+
Applicable: Security & Compliance Center
204
+
205
+
Required: False
206
+
Position: Named
207
+
Default value: None
208
+
Accept pipeline input: False
209
+
Accept wildcard characters: False
210
+
```
211
+
187
212
### -Notes
188
213
The Notes parameter specifies an optional note. If you specify a value that contains spaces, enclose the value in quotation marks ("), for example: "This is a user note".
0 commit comments