Skip to content

Commit 429766e

Browse files
authored
Merge branch 'master' into patch-8
2 parents 6a97701 + 874278d commit 429766e

File tree

55 files changed

+3587
-180
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+3587
-180
lines changed

exchange/exchange-ps/exchange/Enable-ComplianceTagStorage.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ For information about the parameter sets in the Syntax section below, see [Excha
2121
## SYNTAX
2222

2323
```
24-
Enable-ComplianceTagStorage [-Confirm]
24+
Enable-ComplianceTagStorage
25+
[-Confirm]
26+
[-RecordsManagementSecurityGroupEmail <String>]
2527
[-WhatIf]
2628
[<CommonParameters>]
2729
```
@@ -61,6 +63,22 @@ Accept pipeline input: False
6163
Accept wildcard characters: False
6264
```
6365
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+
6482
### -WhatIf
6583
The WhatIf switch doesn't work in Security & Compliance Center PowerShell.
6684
Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
---
2+
external help file: Microsoft.Exchange.TransportMailflow-Help.xml
3+
online version: https://docs.microsoft.com/powershell/module/exchange/export-fileplanproperty
4+
applicable: Security & Compliance Center
5+
title: Export-FilePlanProperty
6+
schema: 2.0.0
7+
---
8+
9+
# Export-FilePlanProperty
10+
11+
## SYNOPSIS
12+
This cmdlet is available only in the Security & Compliance Center. For more information, see [Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/office-365-scc-powershell).
13+
14+
Use the Export-FilePlanProperty cmdlet to export file plan properties.
15+
16+
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
17+
18+
## SYNTAX
19+
20+
```
21+
Export-FilePlanProperty [-Confirm] [-DomainController <Fqdn>] [-WhatIf] [<CommonParameters>]
22+
```
23+
24+
## DESCRIPTION
25+
You need to be assigned permissions in the Security & Compliance Center before you can use this cmdlet. For more information, see [Permissions in Security & Compliance Center](https://go.microsoft.com/fwlink/p/?LinkId=511920).
26+
27+
## EXAMPLES
28+
29+
### Example 1
30+
```powershell
31+
Export-FilePlanProperty
32+
```
33+
34+
The example exports the file plan properties.
35+
36+
## PARAMETERS
37+
38+
### -Confirm
39+
The Confirm switch specifies whether to show or hide the confirmation prompt. How this switch affects the cmdlet depends on if the cmdlet requires confirmation before proceeding.
40+
41+
- Destructive cmdlets (for example, Remove-\* cmdlets) have a built-in pause that forces you to acknowledge the command before proceeding. For these cmdlets, you can skip the confirmation prompt by using this exact syntax: -Confirm:$false.
42+
- Most other cmdlets (for example, New-\* and Set-\* cmdlets) don't have a built-in pause. For these cmdlets, specifying the Confirm switch without a value introduces a pause that forces you acknowledge the command before proceeding.
43+
44+
```yaml
45+
Type: SwitchParameter
46+
Parameter Sets: (All)
47+
Aliases: cf
48+
Applicable: Security & Compliance Center
49+
50+
Required: False
51+
Position: Named
52+
Default value: None
53+
Accept pipeline input: False
54+
Accept wildcard characters: False
55+
```
56+
57+
### -DomainController
58+
This parameter is reserved for internal Microsoft use.
59+
60+
```yaml
61+
Type: Fqdn
62+
Parameter Sets: (All)
63+
Aliases:
64+
Applicable: Security & Compliance Center
65+
66+
Required: False
67+
Position: Named
68+
Default value: None
69+
Accept pipeline input: False
70+
Accept wildcard characters: False
71+
```
72+
73+
### -WhatIf
74+
The WhatIf switch doesn't work in Security & Compliance Center PowerShell.
75+
76+
```yaml
77+
Type: SwitchParameter
78+
Parameter Sets: (All)
79+
Aliases: wi
80+
Applicable: Security & Compliance Center
81+
82+
Required: False
83+
Position: Named
84+
Default value: None
85+
Accept pipeline input: False
86+
Accept wildcard characters: False
87+
```
88+
89+
### CommonParameters
90+
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).
91+
92+
## INPUTS
93+
94+
###
95+
96+
## OUTPUTS
97+
98+
###
99+
100+
## NOTES
101+
102+
## RELATED LINKS
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
external help file: Microsoft.Exchange.TransportMailflow-Help.xml
3+
online version: https://docs.microsoft.com/powershell/module/exchange/get-fileplanpropertyauthority
4+
applicable: Security & Compliance Center
5+
title: Get-FilePlanPropertyAuthority
6+
schema: 2.0.0
7+
---
8+
9+
# Get-FilePlanPropertyAuthority
10+
11+
## SYNOPSIS
12+
This cmdlet is available only in the Security & Compliance Center. For more information, see [Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/office-365-scc-powershell).
13+
14+
Use the Get-FilePlanPropertyAuthority cmdlet to view file plan property authorities.
15+
16+
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
17+
18+
## SYNTAX
19+
20+
```
21+
Get-FilePlanPropertyAuthority [[-Identity] <ComplianceRuleIdParameter>] [<CommonParameters>]
22+
```
23+
24+
## DESCRIPTION
25+
You need to be assigned permissions in the Security & Compliance Center before you can use this cmdlet. For more information, see [Permissions in Security & Compliance Center](https://go.microsoft.com/fwlink/p/?LinkId=511920).
26+
27+
## EXAMPLES
28+
29+
### Example 1
30+
```powershell
31+
Get-FilePlanPropertyAuthority | Format-Table Name,Workload,Policy
32+
```
33+
34+
This example returns a summary list of all file plan property authorities.
35+
36+
### Example 2
37+
```powershell
38+
Get-FilePlanPropertyAuthority -Identity "Contoso Authority"
39+
```
40+
41+
This example returns detailed information about the custom file plan property authority named Contoso Authority.
42+
43+
## PARAMETERS
44+
45+
### -Identity
46+
The Identity parameter specifies the custom file plan property authority that you want to view. You can use any value that uniquely identifies the authority. For example:
47+
48+
- Name
49+
- Distinguished name (DN)
50+
- Id
51+
52+
```yaml
53+
Type: ComplianceRuleIdParameter
54+
Parameter Sets: (All)
55+
Aliases:
56+
Applicable: Security & Compliance Center
57+
58+
Required: False
59+
Position: 0
60+
Default value: None
61+
Accept pipeline input: True (ByPropertyName, ByValue)
62+
Accept wildcard characters: False
63+
```
64+
65+
### CommonParameters
66+
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).
67+
68+
## INPUTS
69+
70+
###
71+
72+
## OUTPUTS
73+
74+
###
75+
76+
## NOTES
77+
78+
## RELATED LINKS
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
external help file: Microsoft.Exchange.TransportMailflow-Help.xml
3+
https://docs.microsoft.com/powershell/module/exchange/get-fileplanpropertycategory
4+
applicable: Security & Compliance Center
5+
title: Get-FilePlanPropertyCategory
6+
schema: 2.0.0
7+
---
8+
9+
# Get-FilePlanPropertyCategory
10+
11+
## SYNOPSIS
12+
This cmdlet is available only in the Security & Compliance Center. For more information, see [Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/office-365-scc-powershell).
13+
14+
Use the Fet-FilePlanPropertyCategory cmdlet to view file plan property categories.
15+
16+
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
17+
18+
## SYNTAX
19+
20+
```
21+
Get-FilePlanPropertyCategory [[-Identity] <ComplianceRuleIdParameter>] [<CommonParameters>]
22+
```
23+
24+
## DESCRIPTION
25+
You need to be assigned permissions in the Security & Compliance Center before you can use this cmdlet. For more information, see [Permissions in Security & Compliance Center](https://go.microsoft.com/fwlink/p/?LinkId=511920).
26+
27+
## EXAMPLES
28+
29+
### Example 1
30+
```powershell
31+
Get-FilePlanPropertyCategory | Format-Table Name,Workload,Policy
32+
```
33+
34+
This example returns a summary list of all file plan property authorities.
35+
36+
### Example 2
37+
```powershell
38+
Get-FilePlanPropertyCategory -Identity "Contoso Category"
39+
```
40+
41+
This example returns detailed information about the custom file plan property category named Contoso Category.
42+
43+
## PARAMETERS
44+
45+
### -Identity
46+
The Identity parameter specifies the custom file plan property category that you want to view. You can use any value that uniquely identifies the category. For example:
47+
48+
- Name
49+
- Distinguished name (DN)
50+
- Id
51+
52+
```yaml
53+
Type: ComplianceRuleIdParameter
54+
Parameter Sets: (All)
55+
Aliases:
56+
Applicable: Security & Compliance Center
57+
58+
Required: False
59+
Position: 0
60+
Default value: None
61+
Accept pipeline input: True (ByPropertyName, ByValue)
62+
Accept wildcard characters: False
63+
```
64+
65+
### CommonParameters
66+
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).
67+
68+
## INPUTS
69+
70+
###
71+
72+
## OUTPUTS
73+
74+
###
75+
76+
## NOTES
77+
78+
## RELATED LINKS
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
external help file: Microsoft.Exchange.TransportMailflow-Help.xml
3+
online version: https://docs.microsoft.com/powershell/module/exchange/set-fileplanpropertycitation
4+
applicable: Security & Compliance Center
5+
title: Get-FilePlanPropertyCitation
6+
schema: 2.0.0
7+
---
8+
9+
# Get-FilePlanPropertyCitation
10+
11+
## SYNOPSIS
12+
This cmdlet is available only in the Security & Compliance Center. For more information, see [Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/office-365-scc-powershell).
13+
14+
Use the Get-FilePlanPropertyCitation cmdlet to view file plan property citations.
15+
16+
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
17+
18+
## SYNTAX
19+
20+
```
21+
Get-FilePlanPropertyCitation [[-Identity] <ComplianceRuleIdParameter>] [<CommonParameters>]
22+
```
23+
24+
## DESCRIPTION
25+
You need to be assigned permissions in the Security & Compliance Center before you can use this cmdlet. For more information, see [Permissions in Security & Compliance Center](https://go.microsoft.com/fwlink/p/?LinkId=511920).
26+
27+
## EXAMPLES
28+
29+
### Example 1
30+
```powershell
31+
Get-FilePlanPropertyCitation | Format-Table Name,Workload,Policy
32+
```
33+
34+
This example returns a summary list of all file plan property authorities.
35+
36+
### Example 2
37+
```powershell
38+
Get-FilePlanPropertyCitation -Identity "Contoso Citation"
39+
```
40+
41+
This example returns detailed information about the custom file plan property citation named Contoso Citation.
42+
43+
## PARAMETERS
44+
45+
### -Identity
46+
The Identity parameter specifies the custom file plan property citation that you want to view. You can use any value that uniquely identifies the citation. For example:
47+
48+
- Name
49+
- Distinguished name (DN)
50+
- Id
51+
52+
```yaml
53+
Type: ComplianceRuleIdParameter
54+
Parameter Sets: (All)
55+
Aliases:
56+
Applicable: Security & Compliance Center
57+
58+
Required: False
59+
Position: 0
60+
Default value: None
61+
Accept pipeline input: True (ByPropertyName, ByValue)
62+
Accept wildcard characters: False
63+
```
64+
65+
### CommonParameters
66+
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).
67+
68+
## INPUTS
69+
70+
###
71+
72+
## OUTPUTS
73+
74+
###
75+
76+
## NOTES
77+
78+
## RELATED LINKS

0 commit comments

Comments
 (0)