Skip to content

Commit

Permalink
Adds documentation for missing parameter MarkNewFilesSensitiveByDefau…
Browse files Browse the repository at this point in the history
…lt to set-spotenant (#3936)

* Updated spo-tenant with additional tenant settings

* Update doc to include MarkNewFilesSensitiveByDefault

* remove a parameter

---------

Co-authored-by: Gautam Sheth <gautamdsheth@outlook.com>
  • Loading branch information
reshmee011 and gautamdsheth authored May 22, 2024
1 parent cb3f013 commit 0720ddf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions documentation/Set-PnPTenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ Set-PnPTenant [-SpecialCharactersStateInFileFolderNames <SpecialCharactersState>
[-EnableSiteArchive <Boolean>]
[-ESignatureEnabled <Boolean>]
[-BlockUserInfoVisibilityInSharePoint <TenantBrowseUserInfoPolicyValue>]
[-MarkNewFilesSensitiveByDefault <SensitiveByDefaultState>]
[-Force] [-Connection <PnPConnection>]
```

Expand Down Expand Up @@ -2557,6 +2558,19 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### MarkNewFilesSensitiveByDefault
Marks new files as sensitive by default before DLP policies are applied.

```yaml
Type: SensitiveByDefaultState
Parameter Sets: (All)
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -Force
If provided, no confirmation will be requested and the action will be performed

Expand Down

0 comments on commit 0720ddf

Please sign in to comment.