Skip to content

Commit 7418d7e

Browse files
committed
Added URLs for dead hyperlinks
1 parent 2e53d81 commit 7418d7e

File tree

132 files changed

+215
-211
lines changed

Some content is hidden

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

132 files changed

+215
-211
lines changed

exchange/exchange-ps/exchange/active-directory/Get-ADServerSettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Get-AdServerSettings | Format-List
3030

3131
This example displays the session settings for the current session.
3232

33-
For more information about pipelining and the Format-List cmdlet, see Pipelining and Working with command output.
33+
For more information about pipelining and the Format-List cmdlet, see Pipelining (https://technet.microsoft.com/library/aa998260.aspx) and Working with command output (https://technet.microsoft.com/library/bb123533.aspx).
3434

3535
## PARAMETERS
3636

exchange/exchange-ps/exchange/active-directory/Get-DomainController.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This example retrieves a list of global catalog servers in the corp.contoso.com
4141

4242
The first command displays a prompt to the user that accepts the user name and password. The credentials are then stored in the $UserCredentials variable. The second command uses the $UserCredentials variable for the Credential parameter value. To make the list more readable, the output is piped to the Format-Table cmdlet and only the Name and ADSite properties are displayed.
4343

44-
For more information about pipelining and the Format-Table cmdlet, see Pipelining and Working with command output.
44+
For more information about pipelining and the Format-Table cmdlet, see Pipelining (https://technet.microsoft.com/library/aa998260.aspx) and Working with command output (https://technet.microsoft.com/library/bb123533.aspx).
4545

4646
## PARAMETERS
4747

exchange/exchange-ps/exchange/active-directory/Get-OrganizationalUnit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Get-OrganizationalUnit "North America" -SingleNodeOnly | Format-Table Name, Dist
4646

4747
This example retrieves a list of the first level child OUs beneath the North America OU and formats the output so that only the Name and DistinguishedName properties are displayed.
4848

49-
For more information about pipelining and the Format-Table cmdlet, see Pipelining and Working with command output.
49+
For more information about pipelining and the Format-Table cmdlet, see Pipelining (https://technet.microsoft.com/library/aa998260.aspx) and Working with command output (https://technet.microsoft.com/library/bb123533.aspx).
5050

5151
### Example 2
5252
```
@@ -55,7 +55,7 @@ Get-OrganizationalUnit -SearchText "Executives" | Format-Table Name, Distinguish
5555

5656
This example retrieves a list of OUs that match the text string "Executives" and formats the output so that only the Name and DistinguishedName properties are displayed.
5757

58-
For more information about pipelining and the Format-Table cmdlet, see Pipelining and Working with command output.
58+
For more information about pipelining and the Format-Table cmdlet, see Pipelining (https://technet.microsoft.com/library/aa998260.aspx) and Working with command output (https://technet.microsoft.com/library/bb123533.aspx).
5959

6060
## PARAMETERS
6161

exchange/exchange-ps/exchange/antispam-antimalware/Get-MailboxJunkEmailConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The junk email settings on the mailbox are:
2626

2727
- Configure the safelist collection: The safelist collection is the Safe Senders list, the Safe Recipients list, and the Blocked Senders list. Users can configure the safelist collection on their own mailbox by using Microsoft Outlook or Outlook on the web.
2828

29-
Administrators can enable or disable the junk email rule, and configure the safelist collection on a mailbox by using the Set-MailboxJunkEmailConfiguration cmdlet. For more information, see Configure Exchange antispam settings on mailboxes.
29+
Administrators can enable or disable the junk email rule, and configure the safelist collection on a mailbox by using the Set-MailboxJunkEmailConfiguration cmdlet. For more information, see Configure Exchange antispam settings on mailboxes (https://technet.microsoft.com/library/bb123559.aspx).
3030

3131
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet (https://technet.microsoft.com/library/mt432940.aspx).
3232

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Accept wildcard characters: False
235235
```
236236
237237
### -BulkThreshold
238-
The BulkThreshold parameter allows you to configure a bulk email threshold setting. You can choose a threshold setting, based on the bulk complaint levels, from 1 - 9, where 1 marks most bulk email as spam, and 9 allows the most bulk email to be delivered. The default value is 7. For more information, check out Configure your content filter policies.
238+
The BulkThreshold parameter allows you to configure a bulk email threshold setting. You can choose a threshold setting, based on the bulk complaint levels, from 1 - 9, where 1 marks most bulk email as spam, and 9 allows the most bulk email to be delivered. The default value is 7. For more information, check out Configure your spam filter policies (https://technet.microsoft.com/library/jj200684.aspx).
239239
240240
```yaml
241241
Type: Int32

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Changes in the Exchange server architecture that were introduced in Exchange Ser
2626

2727
- Outlook clients can't use RPC over TCP to access mailboxes on Exchange Server 2013 or later versions and RPC Client Access arrays only work with RPC over TCP.
2828

29-
- Because the Client Access server role is now a stateless proxy, you use different and less complex methods to configure load balancing and high availability for internal and external client connections. For more information, see Load balancing in Exchange 2016.
29+
- Because the Client Access server role is now a stateless proxy, you use different and less complex methods to configure load balancing and high availability for internal and external client connections. For more information, see Load balancing in Exchange 2016 (https://technet.microsoft.com/library/jj898588.aspx).
3030

3131
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet (https://technet.microsoft.com/library/mt432940.aspx).
3232

exchange/exchange-ps/exchange/client-access-servers/New-WebServicesVirtualDirectory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ Accept wildcard characters: False
334334
```
335335
336336
### -MRSProxyEnabled
337-
The MRSProxyEnabled parameter specifies whether to enable MRSProxy for the Mailbox server. MRSProxy is a service that runs on Mailbox servers in a remote forest and helps to proxy a mailbox move. For more information, see Mailbox moves in Exchange 2016.
337+
The MRSProxyEnabled parameter specifies whether to enable MRSProxy for the Mailbox server. MRSProxy is a service that runs on Mailbox servers in a remote forest and helps to proxy a mailbox move. For more information, see Mailbox moves (https://technet.microsoft.com/library/jj150543.aspx).
338338
339339
```yaml
340340
Type: $true | $false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ Accept wildcard characters: False
386386
```
387387
388388
### -AdminEnabled
389-
The AdminEnabled parameter specifies that the EAC isn't able to be accessed through the Internet. For more information, see Turn off access to the Exchange admin center. This parameter accepts $true or $false.
389+
The AdminEnabled parameter specifies that the EAC isn't able to be accessed through the Internet. For more information, see Turn off access to the Exchange admin center (https://technet.microsoft.com/library/jj218639.aspx). This parameter accepts $true or $false.
390390
391391
```yaml
392392
Type: $true | $false

exchange/exchange-ps/exchange/client-access-servers/Set-OwaVirtualDirectory.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Before you run the Set-OwaVirtualDirectory cmdlet, consider the following items:
9494

9595
- You can run the Set-OwaVirtualDirectory cmdlet on any server that has the Exchange Server administration tools installed.
9696

97-
- Several parameters for the Set-OwaVirtualDirectory cmdlet can contain more than one value. These are known as multivalued properties. Make sure that you modify multivalued properties correctly. For information, see Modifying multivalued properties.
97+
- Several parameters for the Set-OwaVirtualDirectory cmdlet can contain more than one value. These are known as multivalued properties. Make sure that you modify multivalued properties correctly. For information, see Modifying multivalued properties (https://technet.microsoft.com/library/bb684908.aspx).
9898

9999
- Many of the Outlook on the web virtual directory settings require you to run the IISReset /noforce command before the change takes effect. For example, when you enable or disable forms-based authentication, or when you enable or disable the Private computer option on the sign-in page.
100100

@@ -1530,6 +1530,8 @@ This parameter is available or functional only in Exchange Server 2010.
15301530
15311531
The SMimeEnabled parameter specifies whether users can download the S/MIME control for Outlook Web App and use it to read and compose signed and encrypted messages. By default, the SMimeEnabled parameter is set to $true. If the SMimeEnabled parameter is set to $false, users are unable to read or compose messages that are opaque-signed or encrypted. Messages that are clear-signed can be read but not composed, and their signatures aren't validated.
15321532
1533+
**Note**: In Exchange 2013 or later, use the Get-SmimeConfig and Set-SmimeConfig cmdlets to configure the S/MIME settings in Outlook on the web. For more information, see S/MIME for message signing and encryption (https://technet.microsoft.com/library/dn626158.aspx).
1534+
15331535
```yaml
15341536
Type: $true | $false
15351537
Parameter Sets: (All)

exchange/exchange-ps/exchange/client-access/Get-CASMailbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ You can filter by the following properties:
235235
236236
- WhenCreatedUTC
237237
238-
For more information, see Filterable properties for the -Filter parameter.
238+
For more information, see Filterable properties for the -Filter parameter (https://technet.microsoft.com/library/bb738155.aspx).
239239
240240
```yaml
241241
Type: String

0 commit comments

Comments
 (0)