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/New-FeatureConfiguration.md
+76-14
Original file line number
Diff line number
Diff line change
@@ -9,20 +9,24 @@ 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).
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"
42
70
43
71
## PARAMETERS
44
72
45
73
### -Name
46
-
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
+42-6
Original file line number
Diff line number
Diff line change
@@ -9,19 +9,23 @@ 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).
This example removes the specified Discovery policy.
43
+
This example removes the specified feature configuration.
40
44
41
45
## PARAMETERS
42
46
43
47
### -Identity
44
-
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:
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.
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Set-AppRetentionCompliancePolicy.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -385,7 +385,7 @@ A valid value is a JSON string. Refer to the Examples section for syntax and usa
385
385
386
386
For information about the inactive mailbox scenario, see [Learn about inactive mailboxes](https://learn.microsoft.com/purview/inactive-mailboxes-in-office-365).
387
387
388
-
**CAUTION**: This parameter uses the SMTP address of the deleted mailbox or mail user, which might also be specified for other mailboxes or mail users. If you use this parameter without first taking additional steps, other mailboxes and mail users with the same SMTP address in the retention policy will also be excluded. To check for additional mailboxes or mail users with the same SMTP address, use the following command and replace *user@example.com* with the SMTP address to check: `Get-Recipient -IncludeSoftDeletedRecipients [email protected] |Select-Object DisplayName, EmailAddresses, Description, Alias, RecipientTypeDetails, WhenSoftDeleted`
388
+
**CAUTION**: This parameter uses the SMTP address of the deleted mailbox or mail user, which might also be specified for other mailboxes or mail users. If you use this parameter without first taking additional steps, other mailboxes and mail users with the same SMTP address in the retention policy will also be excluded. To check for additional mailboxes or mail users with the same SMTP address, use the following command and replace `user@contoso.com` with the SMTP address to check: `Get-Recipient -IncludeSoftDeletedRecipients [email protected] |Select-Object DisplayName, EmailAddresses, Description, Alias, RecipientTypeDetails, WhenSoftDeleted`
389
389
390
390
To prevent active mailboxes or mail users with the same SMTP address from being excluded, put the mailbox on [Litigation Hold](https://learn.microsoft.com/purview/ediscovery-create-a-litigation-hold) before you run the command with the DeletedResources parameter.
0 commit comments