Skip to content

Commit 4c62618

Browse files
authored
Merge pull request #8576 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents 58250d0 + 4c1da5b commit 4c62618

File tree

2 files changed

+2
-36
lines changed

2 files changed

+2
-36
lines changed

exchange/exchange-ps/exchange/New-DlpCompliancePolicy.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ New-DlpCompliancePolicy [-Name] <String>
4242
[-Priority <Int32>]
4343
[-SharePointLocation <MultiValuedProperty>]
4444
[-SharePointLocationException <MultiValuedProperty>]
45-
[-SharePointOnPremisesLocationException <MultiValuedProperty>]
46-
[-SharePointServerLocation <MultiValuedProperty>]
4745
[-TeamsLocation <MultiValuedProperty>]
4846
[-TeamsLocationException <MultiValuedProperty>]
4947
[-ThirdPartyAppDlpLocation <MultiValuedProperty>]
@@ -447,38 +445,6 @@ Accept pipeline input: False
447445
Accept wildcard characters: False
448446
```
449447

450-
### -SharePointOnPremisesLocationException
451-
This parameter is reserved for internal Microsoft use.
452-
453-
```yaml
454-
Type: MultiValuedProperty
455-
Parameter Sets: (All)
456-
Aliases:
457-
Applicable: Security & Compliance Center
458-
459-
Required: False
460-
Position: Named
461-
Default value: None
462-
Accept pipeline input: False
463-
Accept wildcard characters: False
464-
```
465-
466-
### -SharePointServerLocation
467-
This parameter is reserved for internal Microsoft use.
468-
469-
```yaml
470-
Type: MultiValuedProperty
471-
Parameter Sets: (All)
472-
Aliases:
473-
Applicable: Security & Compliance Center
474-
475-
Required: False
476-
Position: Named
477-
Default value: None
478-
Accept pipeline input: False
479-
Accept wildcard characters: False
480-
```
481-
482448
### -TeamsLocation
483449
The TeamsLocation parameter specifies the Teams accounts to include in the DLP policy. You identify the account by its name or email address, or you can use the value All to include all accounts.
484450

exchange/exchange-ps/exchange/Set-CASMailbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,8 +1088,8 @@ Accept wildcard characters: False
10881088
### -PopUseProtocolDefaults
10891089
The PopUseProtocolDefaults parameter specifies whether to use the POP3 protocol defaults for the mailbox. Valid values are:
10901090

1091-
- $true: Use the protocol defaults for IMAP4 access to the mailbox. This is the default value.
1092-
- $false: Use custom protocol settings for IMAP4 access to the mailbox.
1091+
- $true: Use the protocol defaults for POP3 access to the mailbox. This is the default value.
1092+
- $false: Use custom protocol settings for POP3 access to the mailbox.
10931093

10941094
You need to set this parameter to $false when you use any of following parameters:
10951095

0 commit comments

Comments
 (0)