Skip to content

Commit a370457

Browse files
authored
Merge pull request MicrosoftDocs#6418 from rohan-mohapata/patch-9
Update New-AutoSensitivityLabelPolicy.md
2 parents 2e8db47 + 99661f1 commit a370457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exchange/exchange-ps/exchange/New-AutoSensitivityLabelPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ You need to be assigned permissions in the Security & Compliance Center before y
4848

4949
### Example 1
5050
```powershell
51-
New-AutoSensitivityLabelPolicy -Name "GlobalPolicy" -Comment "Primary policy" -SharePointLocation "https://my.url","https://my.url2" -OneDriveLocation "https://my.url3","https://my.url4" -Mode TestWithoutNotifications
51+
New-AutoSensitivityLabelPolicy -Name "GlobalPolicy" -Comment "Primary policy" -SharePointLocation "https://my.url","https://my.url2" -OneDriveLocation "https://my.url3","https://my.url4" -Mode TestWithoutNotifications -ApplySensitivityLabel "Test"
5252
```
5353

54-
This example creates an autolabel policy named GlobalPolicy for the specified SharePoint Online and OneDrive for Business locations. The new policy has a descriptive comment and will be in simulation mode on creation.
54+
This example creates an autolabel policy named GlobalPolicy for the specified SharePoint Online and OneDrive for Business locations with the label "Test". The new policy has a descriptive comment and will be in simulation mode on creation.
5555

5656
## PARAMETERS
5757

0 commit comments

Comments
 (0)