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/Get-FeatureConfiguration.md
+10-6
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,13 @@ schema: 2.0.0
9
9
# Get-FeatureConfiguration
10
10
11
11
## SYNOPSIS
12
-
**Note**: Currently, this cmdlet is available only in Private Preview.
12
+
**Note**: This cmdlet is available in Public Preview.
13
13
14
14
This cmdlet is available only in Security & Compliance PowerShell. For more information, see [Security & Compliance PowerShell](https://learn.microsoft.com/powershell/exchange/scc-powershell).
15
15
16
-
Use the Get-FeatureConfiguration cmdlet to view Discovery policies.
16
+
Use the Get-FeatureConfiguration cmdlet to view Microsoft Purview feature configurations within your organization, including:
17
+
- Collection policies
18
+
- Endpoint DLP trust container
17
19
18
20
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
19
21
@@ -39,19 +41,19 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned
This example returns detailed information about the specified Discovery policy.
51
+
This example returns detailed information about the specified collection policy.
50
52
51
53
## PARAMETERS
52
54
53
55
### -Identity
54
-
The Identity policy specifies the Discovery policy that you want to view. You can use any value that uniquely identifies the policy. For example:
56
+
The Identity policy specifies the feature configuration that you want to view. You can use any value that uniquely identifies the configuration. For example:
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/New-FeatureConfiguration.md
+39-11
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,13 @@ schema: 2.0.0
9
9
# New-FeatureConfiguration
10
10
11
11
## SYNOPSIS
12
-
**Note**: Currently, this cmdlet is available only in Private Preview.
12
+
**Note**: This cmdlet is available in Public Preview.
13
13
14
14
This cmdlet is available only in Security & Compliance PowerShell. For more information, see [Security & Compliance PowerShell](https://learn.microsoft.com/powershell/exchange/scc-powershell).
15
15
16
-
Use the New-FeatureConfiguration cmdlet to create Discovery policies.
16
+
Use the New-FeatureConfiguration cmdlet to create Microsoft Purview feature configurations within your organization, including:
17
+
- Collection policies
18
+
- Endpoint DLP trust container
17
19
18
20
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
19
21
@@ -37,15 +39,39 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned
This example creates a disabled collection policy named "Scoped collection policies for browser and devices" that:
65
+
- Includes UploadText (for browser) and filecreated, filedeleted, and filemodified activities (for devices)
66
+
- Includes "U.S. Social Security Number (SSN)" and "ABA Routing Number" classifiers only
67
+
- Detects files on devices with "pdf" file extension only
68
+
- Includes devices location, scoped to the "All company" group, excluding the user "Alex Wilber"
69
+
- Includes Microsoft Copilot location, scoped only to the user "Adele Vance"
44
70
45
71
## PARAMETERS
46
72
47
73
### -Name
48
-
The Name parameter specifies the unique name for the Discovery policy. The maximum length is 64 characters. If the value contains spaces, enclose the value in quotation marks (").
74
+
The Name parameter specifies the unique name for the feature configuration. The maximum length is 64 characters. If the value contains spaces, enclose the value in quotation marks (").
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Remove-FeatureConfiguration.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,13 @@ schema: 2.0.0
9
9
# Remove-FeatureConfiguration
10
10
11
11
## SYNOPSIS
12
-
**Note**: Currently, this cmdlet is available only in Private Preview.
12
+
**Note**: This cmdlet is available in Public Preview.
13
13
14
14
This cmdlet is available only in Security & Compliance PowerShell. For more information, see [Security & Compliance PowerShell](https://learn.microsoft.com/powershell/exchange/scc-powershell).
15
15
16
-
Use the Remove-FeatureConfiguration cmdlet to remove Discovery policies.
16
+
Use the Remove-FeatureConfiguration cmdlet to remove Microsoft Purview feature configurations within your organization, including:
17
+
- Collection policies
18
+
- Endpoint DLP trust container
17
19
18
20
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
19
21
@@ -38,12 +40,12 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned
This example removes the specified Discovery policy.
43
+
This example removes the specified feature configuration.
42
44
43
45
## PARAMETERS
44
46
45
47
### -Identity
46
-
The Identity policy specifies the Discovery policy that you want to remove. You can use any value that uniquely identifies the policy. For example:
48
+
The Identity policy specifies the feature configuration that you want to remove. You can use any value that uniquely identifies the configuration. For example:
0 commit comments