Skip to content

Commit 13386cc

Browse files
authored
Update Get-FileSensitivityLabelInfo.md
1 parent 358113b commit 13386cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-FileSensitivityLabelInfo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ Get-FileSensitivityLabelInfo -FileUrl <String> [<CommonParameters>]
2424

2525
## DESCRIPTION
2626

27-
The `Get-FileSensitivityLabelInfo` cmdlet runs on a single office online file. If the file has a sensitivity label attached then it returns the id, displayname, isProtectionEnabled flag and id of the parent label(if applicable). You must be a SharePoint Online administrator or Global Administrator to run the `GetFileSensitivityLabelInfo` cmdlet. Note, this cmdlet does not work on files that have labels with custom permission or user defined permission or double key encryption.
27+
The `Get-FileSensitivityLabelInfo` cmdlet runs on a single office online file. If the file has a sensitivity label attached then it returns the id, displayname, isProtectionEnabled flag and id of the parent label (if applicable). You must be a SharePoint Online administrator or Global Administrator to run the `GetFileSensitivityLabelInfo` cmdlet. Note, this cmdlet does not work on files that have labels with custom permission or user defined permission or double key encryption.
2828
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell).
2929

3030
## EXAMPLES
3131

32-
### -----------------------EXAMPLE 1-----------------------------
32+
### EXAMPLE 1
3333

3434
```powershell
3535
Get-FileSensitivityLabelInfo -FileUrl "https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx"

0 commit comments

Comments
 (0)