Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds documentation for missing parameter MarkNewFilesSensitiveByDefault to set-spotenant #3936

Merged
merged 7 commits into from
May 22, 2024
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
Loading