Skip to content

Commit 8cfd5cb

Browse files
authored
Merge pull request #8546 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents 6136319 + 3488ec3 commit 8cfd5cb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

exchange/exchange-ps/exchange/New-RetentionCompliancePolicy.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ New-RetentionCompliancePolicy [-Name] <String>
3636
[-OneDriveLocationException <MultiValuedProperty>]
3737
[-PublicFolderLocation <MultiValuedProperty>]
3838
[-RestrictiveRetention <Boolean>]
39+
[-RetainCloudAttachment <Boolean>]
3940
[-SharePointLocation <MultiValuedProperty>]
4041
[-SharePointLocationException <MultiValuedProperty>]
4142
[-SkypeLocation <MultiValuedProperty>]
@@ -52,6 +53,7 @@ New-RetentionCompliancePolicy [-Name] <String>
5253
[-Enabled <Boolean>]
5354
[-Force]
5455
[-RestrictiveRetention <Boolean>]
56+
[-RetainCloudAttachment <Boolean>]
5557
[-TeamsChannelLocation <MultiValuedProperty>]
5658
[-TeamsChannelLocationException <MultiValuedProperty>]
5759
[-TeamsChatLocation <MultiValuedProperty>]
@@ -372,6 +374,22 @@ Accept pipeline input: False
372374
Accept wildcard characters: False
373375
```
374376

377+
### -RetainCloudAttachment
378+
{{ Fill RetainCloudAttachment Description }}
379+
380+
```yaml
381+
Type: Boolean
382+
Parameter Sets: (All)
383+
Aliases:
384+
Applicable: Security & Compliance Center
385+
386+
Required: False
387+
Position: Named
388+
Default value: None
389+
Accept pipeline input: False
390+
Accept wildcard characters: False
391+
```
392+
375393
### -SharePointLocation
376394
The SharePointLocation parameter specifies the SharePoint Online sites to include. You identify the site by its URL value, or you can use the value All to include all sites.
377395

0 commit comments

Comments
 (0)