Skip to content

Commit b529890

Browse files
authored
Merge branch 'master' into patch-4
2 parents 103268d + 8fe73c7 commit b529890

File tree

4 files changed

+44
-31
lines changed

4 files changed

+44
-31
lines changed

exchange/exchange-ps/exchange/Get-DlpPolicy.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,37 +47,41 @@ This example returns detailed information about the DLP policy named Employee Nu
4747

4848
## PARAMETERS
4949

50-
### -DomainController
51-
This parameter is available only in on-premises Exchange.
50+
### -Identity
51+
The Identity parameter specifies the DLP policy that you want to view. You can use any value that uniquely identifies the policy. For example:
5252

53-
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
53+
- Name
54+
- Distinguished name (DN)
55+
- GUID
5456

5557
```yaml
56-
Type: Fqdn
58+
Type: DlpPolicyIdParameter
5759
Parameter Sets: (All)
5860
Aliases:
59-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
61+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
6062

6163
Required: False
62-
Position: Named
64+
Position: 1
6365
Default value: None
64-
Accept pipeline input: False
66+
Accept pipeline input: True
6567
Accept wildcard characters: False
6668
```
6769
68-
### -Identity
69-
The Identity parameter specifies the DLP policy you want to remove. You can use any value that uniquely identifies the DLP policy. For example, you can specify the name, GUID or distinguished name (DN) of the DLP policy.
70+
### -DomainController
71+
This parameter is available only in on-premises Exchange.
72+
73+
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
7074
7175
```yaml
72-
Type: DlpPolicyIdParameter
76+
Type: Fqdn
7377
Parameter Sets: (All)
7478
Aliases:
75-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
79+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
7680

7781
Required: False
78-
Position: 1
82+
Position: Named
7983
Default value: None
80-
Accept pipeline input: True
84+
Accept pipeline input: False
8185
Accept wildcard characters: False
8286
```
8387

exchange/exchange-ps/exchange/New-DlpPolicy.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,22 @@ This example creates a new DLP policy named Contoso PII with the following value
5151

5252
## PARAMETERS
5353

54+
### -Name
55+
The Name parameter specifies a descriptive name for the DLP policy.
56+
57+
```yaml
58+
Type: String
59+
Parameter Sets: (All)
60+
Aliases:
61+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
62+
63+
Required: False
64+
Position: 1
65+
Default value: None
66+
Accept pipeline input: False
67+
Accept wildcard characters: False
68+
```
69+
5470
### -Confirm
5571
The Confirm switch specifies whether to show or hide the confirmation prompt. How this switch affects the cmdlet depends on if the cmdlet requires confirmation before proceeding.
5672
@@ -126,22 +142,6 @@ Accept pipeline input: False
126142
Accept wildcard characters: False
127143
```
128144

129-
### -Name
130-
The Name parameter specifies a descriptive name for the DLP policy.
131-
132-
```yaml
133-
Type: String
134-
Parameter Sets: (All)
135-
Aliases:
136-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
137-
138-
Required: False
139-
Position: 1
140-
Default value: None
141-
Accept pipeline input: False
142-
Accept wildcard characters: False
143-
```
144-
145145
### -Parameters
146146
The Parameters parameter specifies the parameter values that are required by the DLP policy template that you specify using the Template or TemplateData parameters. DLP policy templates may contain parameters that need to be populated with values from your organization. For example, a DLP policy template may include an exception group that defines users who are exempt from the DLP policy.
147147

exchange/exchange-ps/exchange/Remove-DlpPolicy.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@ This example removes the existing DLP policy named Contoso PII.
4343
## PARAMETERS
4444

4545
### -Identity
46-
The Identity parameter specifies the DLP policy you want to remove. You can use any value that uniquely identifies the DLP policy. For example, you can specify the name, GUID or distinguished name (DN) of the DLP policy.
46+
The Identity parameter specifies the DLP policy that you want to remove. You can use any value that uniquely identifies the policy. For example:
47+
48+
- Name
49+
- Distinguished name (DN)
50+
- GUID
51+
4752

4853
```yaml
4954
Type: DlpPolicyIdParameter

exchange/exchange-ps/exchange/Set-DlpPolicy.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ This example disables the DLP policy named Employee Numbers.
4747
## PARAMETERS
4848

4949
### -Identity
50-
The Identity parameter specifies the DLP policy you want to modify. You can use any value that uniquely identifies the DLP policy. For example, you can specify the name, GUID or distinguished name (DN) of the DLP policy.
50+
The Identity parameter specifies the DLP policy that you want to modify. You can use any value that uniquely identifies the policy. For example:
51+
52+
- Name
53+
- Distinguished name (DN)
54+
- GUID
5155

5256
```yaml
5357
Type: DlpPolicyIdParameter

0 commit comments

Comments
 (0)