Skip to content

Commit c5bb9d5

Browse files
authored
Merge branch 'master' into patch-7
2 parents 0eddb79 + 412653e commit c5bb9d5

File tree

96 files changed

+1640
-829
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+1640
-829
lines changed

exchange/exchange-ps/exchange/advanced-threat-protection/Set-AntiPhishPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For information about the parameter sets in the Syntax section below, see Exchan
2222

2323
```
2424
Set-AntiPhishPolicy -Identity <AntiPhishPolicyIdParameter>
25-
[-AdminDisplayName <Basic | High>]
25+
[-AdminDisplayName <String>]
2626
[-AuthenticationFailAction <MoveToJmf | Quarantine>]
2727
[-Confirm]
2828
[-EnableAntispoofEnforcement <$true | $false>]

exchange/exchange-ps/exchange/antispam-antimalware/New-HostedContentFilterPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ New-HostedContentFilterPolicy [-Name] <String>
2828
[-AllowedSenders <MultiValuedProperty>]
2929
[-BlockedSenderDomains <MultiValuedProperty>]
3030
[-BlockedSenders <MultiValuedProperty>]
31-
[-BulkSpamAction <MoveToJmf | AddXHeader | ModifySubject | Redirect | Delete | Quarantine | c>]
31+
[-BulkSpamAction <MoveToJmf | AddXHeader | ModifySubject | Redirect | Delete | Quarantine | NoAction>]
3232
[-BulkThreshold <Int32>]
3333
[-Confirm]
3434
[-DownloadLink <$true | $false>]

exchange/exchange-ps/exchange/client-access-servers/Disable-OutlookAnywhere.md

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ monikerRange: "exchserver-ps-2010"
1414
## SYNOPSIS
1515
This cmdlet is available only in Exchange Server 2010.
1616

17-
Use the Disable-OutlookAnywhere cmdlet to disable Outlook Anywhere on a computer running Exchange Server 2010 that has the Client Access server role installed.
17+
Use the Disable-OutlookAnywhere cmdlet to disable Outlook Anywhere on Exchange Server 2010 Client Access servers.
1818

1919
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
2020

@@ -23,19 +23,21 @@ For information about the parameter sets in the Syntax section below, see Exchan
2323
### Identity
2424
```
2525
Disable-OutlookAnywhere [-Identity] <VirtualDirectoryIdParameter>
26-
[-Confirm] [-DomainController <Fqdn>]
26+
[-Confirm]
27+
[-DomainController <Fqdn>]
2728
[-WhatIf] [<CommonParameters>]
2829
```
2930

3031
### Server
3132
```
3233
Disable-OutlookAnywhere [-Server <ServerIdParameter>]
33-
[-Confirm] [-DomainController <Fqdn>]
34+
[-Confirm]
35+
[-DomainController <Fqdn>]
3436
[-WhatIf] [<CommonParameters>]
3537
```
3638

3739
## DESCRIPTION
38-
The Disable-OutlookAnywhere cmdlet disables Outlook Anywhere on the Exchange 2010 Client Access server. This prevents the server from accepting requests from Microsoft Office Outlook 2007 and Outlook 2003 clients from the Internet by using Outlook Anywhere.
40+
Enabling Outlook Anywhere on the Client Access server prevents the server from accepting external connections by Outlook 2003 or later clients by using Outlook Anywhere.
3941

4042
When you run this cmdlet, it can take as long as an hour for the settings to become effective, depending on how long it takes for Active Directory to replicate.
4143

@@ -47,22 +49,32 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
4749

4850
### -------------------------- Example 1 --------------------------
4951
```
50-
Disable-OutlookAnywhere -Server:CAS01
52+
Disable-OutlookAnywhere -Server CAS01
5153
```
5254

53-
This example disables Outlook Anywhere on the Client Access server CAS01.
55+
This example disables Outlook Anywhere on the Client Access server named CAS01.
5456

5557
### -------------------------- Example 2 --------------------------
5658
```
57-
Disable-OutlookAnywhere -Identity: "exch01\rpc (Default Web Site)" -Confirm:$false
59+
Disable-OutlookAnywhere -Identity: "exch01\rpc (Default Web Site)"
5860
```
5961

60-
This example disables Outlook Anywhere on the Client Access server exch01 by specifying the Identity and Confirm parameters.
62+
This example disables Outlook Anywhere on the specified virtual directory on the Client Access server named exch01.
6163

6264
## PARAMETERS
6365

6466
### -Identity
65-
The Identity parameter specifies the identity of the virtual directory that you want to disable.
67+
The Identity parameter specifies the Outlook Anywhere virtual directory that you want to disable. You can use any value that uniquely identifies the virtual directory. For example:
68+
69+
- Name or \<Server\>\\Name
70+
71+
- Distinguished name (DN)
72+
73+
- GUID
74+
75+
The Name value uses the syntax "\<VirtualDirectoryName\> (\<WebsiteName\>)" from the properties of the virtual directory. You can specify the wildcard character (\*) instead of the default website by using the syntax \<VirtualDirectoryName\>\*.
76+
77+
You can't use the Identity and Server parameters in the same command.
6678

6779
```yaml
6880
Type: VirtualDirectoryIdParameter
@@ -111,7 +123,15 @@ Accept wildcard characters: False
111123
```
112124
113125
### -Server
114-
The Server parameter specifies the name of the Client Access server to be disabled for Outlook Anywhere.
126+
The Server parameter specifies the Client Access server where you want to run this command. You can use any value that uniquely identifies the server. For example:
127+
128+
- Name
129+
130+
- FQDN
131+
132+
- Distinguished name (DN)
133+
134+
- Exchange Legacy DN
115135
116136
```yaml
117137
Type: ServerIdParameter

exchange/exchange-ps/exchange/client-access-servers/Enable-OutlookAnywhere.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Enable-OutlookAnywhere -DefaultAuthenticationMethod <Basic | Digest | Ntlm | Fba
4747
```
4848

4949
## DESCRIPTION
50-
The Enable-OutlookAnywhere cmdlet enables the Exchange 2010 Client Access server for Outlook Anywhere. This lets the server accept requests from Outlook 2007 and Outlook 2003 clients from the Internet by using Outlook Anywhere.
50+
Enabling Outlook Anywhere on the Client Access server allows the server to accept external connections by Outlook 2003 or later clients by using Outlook Anywhere.
5151

5252
This cmdlet can be successfully run only if the RPC over HTTP proxy Windows networking component is already installed.
5353

@@ -285,7 +285,15 @@ Accept wildcard characters: False
285285
```
286286
287287
### -Server
288-
The Server parameter specifies the name of the Client Access server to be enabled for Outlook Anywhere.
288+
The Server parameter specifies the Client Access server where you want to run this command. You can use any value that uniquely identifies the server. For example:
289+
290+
- Name
291+
292+
- FQDN
293+
294+
- Distinguished name (DN)
295+
296+
- Exchange Legacy DN
289297
290298
```yaml
291299
Type: ServerIdParameter

exchange/exchange-ps/exchange/client-access-servers/Get-ActiveSyncVirtualDirectory.md

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,31 @@ This example returns a summary list of all Exchange ActiveSync virtual directori
6666

6767
## PARAMETERS
6868

69+
### -Identity
70+
The Identity parameter specifies the ActiveSync virtual directory that you want to view. You can use any value that uniquely identifies the virtual directory. For example:
71+
72+
- Name or \<Server\>\\Name
73+
74+
- Distinguished name (DN)
75+
76+
- GUID
77+
78+
The Name value uses the syntax "\<VirtualDirectoryName\> (\<WebsiteName\>)" from the properties of the virtual directory. You can specify the wildcard character (\*) instead of the default website by using the syntax \<VirtualDirectoryName\>\*.
79+
80+
You can't use the Identity and Server parameters in the same command.
81+
82+
```yaml
83+
Type: VirtualDirectoryIdParameter
84+
Parameter Sets: Identity
85+
Aliases:
86+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
87+
Required: False
88+
Position: 1
89+
Default value: None
90+
Accept pipeline input: True
91+
Accept wildcard characters: False
92+
```
93+
6994
### -Server
7095
The Server parameter specifies the Exchange server that hosts the virtual directory. You can use any value that uniquely identifies the server. For example:
7196
@@ -121,33 +146,6 @@ Accept pipeline input: False
121146
Accept wildcard characters: False
122147
```
123148
124-
### -Identity
125-
The Identity parameter specifies the virtual directory that you want to view.
126-
127-
You can use any value that uniquely identifies the virtual directory. For example:
128-
129-
- Name or \<Server\>\\Name
130-
131-
- Distinguished name (DN)
132-
133-
- GUID
134-
135-
The Name value uses the syntax "\<VirtualDirectoryName\> (\<WebsiteName\>)" from the properties of the virtual directory. You can specify the wildcard character (\*) instead of the default website by using the syntax \<VirtualDirectoryName\>\*.
136-
137-
You can't use the Identity and Server parameters in the same command.
138-
139-
```yaml
140-
Type: VirtualDirectoryIdParameter
141-
Parameter Sets: Identity
142-
Aliases:
143-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
144-
Required: False
145-
Position: 1
146-
Default value: None
147-
Accept pipeline input: True
148-
Accept wildcard characters: False
149-
```
150-
151149
### -ShowMailboxVirtualDirectories
152150
The ShowMailboxVirtualDirectories switch shows information about backend virtual directories on Mailbox servers. You don't need to specify a value with this switch.
153151

exchange/exchange-ps/exchange/client-access-servers/Get-AutodiscoverVirtualDirectory.md

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,31 @@ This example returns a summary list of all Autodiscover virtual directories in t
6464

6565
## PARAMETERS
6666

67+
### -Identity
68+
The Identity parameter specifies the Autodiscover virtual directory that you want to view. You can use any value that uniquely identifies the virtual directory. For example:
69+
70+
- Name or \<Server\>\\Name
71+
72+
- Distinguished name (DN)
73+
74+
- GUID
75+
76+
The Name value uses the syntax "\<VirtualDirectoryName\> (\<WebsiteName\>)" from the properties of the virtual directory. You can specify the wildcard character (\*) instead of the default website by using the syntax \<VirtualDirectoryName\>\*.
77+
78+
You can't use the Identity and Server parameters in the same command.
79+
80+
```yaml
81+
Type: VirtualDirectoryIdParameter
82+
Parameter Sets: Identity
83+
Aliases:
84+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
85+
Required: False
86+
Position: 1
87+
Default value: None
88+
Accept pipeline input: True
89+
Accept wildcard characters: False
90+
```
91+
6792
### -Server
6893
The Server parameter specifies the Exchange server that hosts the virtual directory. You can use any value that uniquely identifies the server. For example:
6994
@@ -119,33 +144,6 @@ Accept pipeline input: False
119144
Accept wildcard characters: False
120145
```
121146
122-
### -Identity
123-
The Identity parameter specifies the virtual directory that you want to view.
124-
125-
You can use any value that uniquely identifies the virtual directory. For example:
126-
127-
- Name or \<Server\>\\Name
128-
129-
- Distinguished name (DN)
130-
131-
- GUID
132-
133-
The Name value uses the syntax "\<VirtualDirectoryName\> (\<WebsiteName\>)" from the properties of the virtual directory. You can specify the wildcard character (\*) instead of the default website by using the syntax \<VirtualDirectoryName\>\*.
134-
135-
You can't use the Identity and Server parameters in the same command.
136-
137-
```yaml
138-
Type: VirtualDirectoryIdParameter
139-
Parameter Sets: Identity
140-
Aliases:
141-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
142-
Required: False
143-
Position: 1
144-
Default value: None
145-
Accept pipeline input: True
146-
Accept wildcard characters: False
147-
```
148-
149147
### -ShowMailboxVirtualDirectories
150148
The ShowMailboxVirtualDirectories switch shows information about backend virtual directories on Mailbox servers. You don't need to specify a value with this switch.
151149

exchange/exchange-ps/exchange/client-access-servers/Get-EcpVirtualDirectory.md

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,31 @@ This example returns a summary list of all Exchange Control Panel virtual direct
6666

6767
## PARAMETERS
6868

69+
### -Identity
70+
The Identity parameter specifies the ECP virtual directory that you want to view. You can use any value that uniquely identifies the virtual directory. For example:
71+
72+
- Name or \<Server\>\\Name
73+
74+
- Distinguished name (DN)
75+
76+
- GUID
77+
78+
The Name value uses the syntax "\<VirtualDirectoryName\> (\<WebsiteName\>)" from the properties of the virtual directory. You can specify the wildcard character (\*) instead of the default website by using the syntax \<VirtualDirectoryName\>\*.
79+
80+
You can't use the Identity and Server parameters in the same command.
81+
82+
```yaml
83+
Type: VirtualDirectoryIdParameter
84+
Parameter Sets: Identity
85+
Aliases:
86+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
87+
Required: False
88+
Position: 1
89+
Default value: None
90+
Accept pipeline input: True
91+
Accept wildcard characters: False
92+
```
93+
6994
### -Server
7095
The Server parameter specifies the Exchange server that hosts the virtual directory. You can use any value that uniquely identifies the server. For example:
7196
@@ -121,33 +146,6 @@ Accept pipeline input: False
121146
Accept wildcard characters: False
122147
```
123148
124-
### -Identity
125-
The Identity parameter specifies the virtual directory that you want to view.
126-
127-
You can use any value that uniquely identifies the virtual directory. For example:
128-
129-
- Name or \<Server\>\\Name
130-
131-
- Distinguished name (DN)
132-
133-
- GUID
134-
135-
The Name value uses the syntax "\<VirtualDirectoryName\> (\<WebsiteName\>)" from the properties of the virtual directory. You can specify the wildcard character (\*) instead of the default website by using the syntax \<VirtualDirectoryName\>\*.
136-
137-
You can't use the Identity and Server parameters in the same command.
138-
139-
```yaml
140-
Type: VirtualDirectoryIdParameter
141-
Parameter Sets: Identity
142-
Aliases:
143-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
144-
Required: False
145-
Position: 1
146-
Default value: None
147-
Accept pipeline input: True
148-
Accept wildcard characters: False
149-
```
150-
151149
### -ShowMailboxVirtualDirectories
152150
The ShowMailboxVirtualDirectories switch shows information about backend virtual directories on Mailbox servers. You don't need to specify a value with this switch.
153151

exchange/exchange-ps/exchange/client-access-servers/Get-MapiVirtualDirectory.md

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,31 @@ This example returns a summary list of all MAPI virtual directories in the clien
6262

6363
## PARAMETERS
6464

65+
### -Identity
66+
The Identity parameter specifies the MAPI virtual directory that you want to view. You can use any value that uniquely identifies the virtual directory. For example:
67+
68+
- Name or \<Server\>\\Name
69+
70+
- Distinguished name (DN)
71+
72+
- GUID
73+
74+
The Name value uses the syntax "\<VirtualDirectoryName\> (\<WebsiteName\>)" from the properties of the virtual directory. You can specify the wildcard character (\*) instead of the default website by using the syntax \<VirtualDirectoryName\>\*.
75+
76+
You can't use the Identity and Server parameters in the same command.
77+
78+
```yaml
79+
Type: VirtualDirectoryIdParameter
80+
Parameter Sets: Identity
81+
Aliases:
82+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
83+
Required: False
84+
Position: 1
85+
Default value: None
86+
Accept pipeline input: True
87+
Accept wildcard characters: False
88+
```
89+
6590
### -Server
6691
The Server parameter specifies the Exchange server that hosts the virtual directory. You can use any value that uniquely identifies the server. For example:
6792
@@ -117,33 +142,6 @@ Accept pipeline input: False
117142
Accept wildcard characters: False
118143
```
119144
120-
### -Identity
121-
The Identity parameter specifies the MAPI virtual directory that you want to view.
122-
123-
You can use any value that uniquely identifies the virtual directory. For example:
124-
125-
- Name or \<Server\>\\Name
126-
127-
- Distinguished name (DN)
128-
129-
- GUID
130-
131-
The Name value uses the syntax "\<VirtualDirectoryName\> (\<WebsiteName\>)" from the properties of the virtual directory. You can specify the wildcard character (\*) instead of the default website by using the syntax \<VirtualDirectoryName\>\*.
132-
133-
You can't use the Identity and Server parameters in the same command.
134-
135-
```yaml
136-
Type: VirtualDirectoryIdParameter
137-
Parameter Sets: Identity
138-
Aliases:
139-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
140-
Required: False
141-
Position: 1
142-
Default value: None
143-
Accept pipeline input: True
144-
Accept wildcard characters: False
145-
```
146-
147145
### CommonParameters
148146
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
149147

0 commit comments

Comments
 (0)