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

exchange/exchange-ps/exchange/client-access/Set-OwaMailboxPolicy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -895,6 +895,8 @@ This parameter is available or functional only in Exchange Server 2010.
895895
896896
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.
897897
898+
**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).
899+
898900
```yaml
899901
Type: $true | $false
900902
Parameter Sets: (All)

exchange/exchange-ps/exchange/database-availability-groups/Restore-DatabaseAvailabilityGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Restore-DatabaseAvailabilityGroup [-Identity] <DatabaseAvailabilityGroupIdParame
2424
## DESCRIPTION
2525
You can also use this cmdlet for disaster recovery purposes to restore functionality to a DAG that has lost quorum due to one or more DAG members being offline for an extended period. Before running this cmdlet, you must first run the Stop-DatabaseAvailabilityGroup cmdlet.
2626

27-
The Restore-DatabaseAvailabilityGroup cmdlet can be run against a DAG only when the DAG is configured with a DatacenterActivationMode parameter value of DagOnly. For more information about the DatacenterActivationMode parameter, see Datacenter Activation Coordination mode.
27+
The Restore-DatabaseAvailabilityGroup cmdlet can be run against a DAG only when the DAG is configured with a DatacenterActivationMode parameter value of DagOnly. For more information about the DatacenterActivationMode parameter, see Datacenter Activation Coordination mode (https://technet.microsoft.com/library/dd979790.aspx).
2828

2929
You can use the Set-DatabaseAvailabilityGroup cmdlet to configure the value for the DatacenterActivationMode parameter.
3030

exchange/exchange-ps/exchange/database-availability-groups/Update-MailboxDatabaseCopy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Seeding is the process in which a copy of a mailbox database is added to another
5555

5656
The Update-MailboxDatabaseCopy cmdlet can also be used to seed a content index catalog for a mailbox database copy. When you do this, the MAPI network is used, regardless of the value you specify with the Network parameter.
5757

58-
You must suspend a database copy before you can update it using the Update-MailboxDatabaseCopy cmdlet. For detailed steps about how to suspend a database copy, see Suspend or resume a mailbox database copy.
58+
You must suspend a database copy before you can update it using the Update-MailboxDatabaseCopy cmdlet. For detailed steps about how to suspend a database copy, see Suspend or resume a mailbox database copy (https://technet.microsoft.com/library/dd298159.aspx).
5959

6060
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).
6161

exchange/exchange-ps/exchange/email-addresses-and-address-books/New-EmailAddressPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ This parameter is an OPath filter that's based on the value of any available rec
823823
824824
For more information, see Multi-domain support for Office 365 groups - Admin help (https://go.microsoft.com/fwlink/p/?linkid=838413).
825825
826-
For a list of the filterable properties, see Filterable properties for the -RecipientFilter parameter.
826+
For a list of the filterable properties, see Filterable properties for the -RecipientFilter parameter (https://technet.microsoft.com/library/bb738157.aspx).
827827
828828
You need to use this parameter with the IncludeUnifiedGroupRecipients switch.
829829

exchange/exchange-ps/exchange/email-addresses-and-address-books/Set-OfflineAddressBook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ Accept wildcard characters: False
344344
### -Schedule
345345
This parameter is available only in on-premises Exchange.
346346
347-
Note: In Exchange 2013 or later, this parameter is no longer responsible for the OAB generation schedule. For more information, see Change the offline address book generation schedule in Exchange 2016.
347+
Note: In Exchange 2013 or later, this parameter is no longer responsible for the OAB generation schedule. For more information, see Change the offline address book generation schedule (https://technet.microsoft.com/library/bb124719.aspx).
348348
349349
The Schedule parameter specifies the interval for generating the OAB in Exchange 2010 or earlier.
350350

exchange/exchange-ps/exchange/encryption-and-certificates/Set-IRMConfiguration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This example enables licensing for external messages.
6060
### -ClientAccessServerEnabled
6161
The ClientAccessServerEnabled parameter specifies whether to enable IRM for Outlook on the web (formerly known as Outlook Web App) and Exchange ActiveSync. Valid values are:
6262

63-
- $true: IRM is enabled for Outlook on the web and Exchange ActiveSync. This is the default value. Note that enabling IRM in Outlook on the web requires additional configuration on AD RMS servers. For more information, see Information Rights Management in Outlook Web App.
63+
- $true: IRM is enabled for Outlook on the web and Exchange ActiveSync. This is the default value. Note that enabling IRM in Outlook on the web requires additional configuration on AD RMS servers. For more information, see Information Rights Management in Outlook Web App (https://technet.microsoft.com/library/dd876891.aspx).
6464

6565
- $false: IRM is disabled for Outlook on the web and Exchange ActiveSync.
6666

@@ -122,7 +122,7 @@ The EDiscoverySuperUserEnabled parameter specifies whether members of the Discov
122122
123123
- $false: Members of the Discovery Management role group can't access IRM-protected messages in discovery mailboxes.
124124
125-
For more information about In-Place eDiscovery and IRM-protected messages, see In-Place eDiscovery in Exchange 2016.
125+
For more information about In-Place eDiscovery and IRM-protected messages, see In-Place eDiscovery (https://technet.microsoft.com/library/dd298021.aspx).
126126
127127
```yaml
128128
Type: $true | $false
@@ -196,7 +196,7 @@ Accept wildcard characters: False
196196
### -JournalReportDecryptionEnabled
197197
The JournalReportDecryptionEnabled parameter specifies whether to enable journal report decryption. Valid values are:
198198
199-
- $true: Journal report encryption is enabled. A decrypted copy of the IRM-protected message is attached to the journal report. This is the default value. Note that journal report decryption requires additional configuration on AD RMS servers. For more information, see Journal report decryption.
199+
- $true: Journal report encryption is enabled. A decrypted copy of the IRM-protected message is attached to the journal report. This is the default value. Note that journal report decryption requires additional configuration on AD RMS servers. For more information, see Journal report decryption (https://technet.microsoft.com/library/dd876936.aspx).
200200
201201
- $false: Journal report decryption is disabled.
202202

exchange/exchange-ps/exchange/federation-and-hybrid/Add-FederatedDomain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add-FederatedDomain [[-Identity] <OrganizationIdParameter>] -DomainName <SmtpDom
2424
## DESCRIPTION
2525
You can add any registered Internet domain to the federated organization identifier. You must prove domain ownership by creating a TXT record in the Domain Name System (DNS) zone of each domain you add.
2626

27-
For more details, see Federation.
27+
For more details, see Federation (https://technet.microsoft.com/library/dd335047.aspx).
2828

2929
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).
3030

exchange/exchange-ps/exchange/federation-and-hybrid/Get-FederatedOrganizationIdentifier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This cmdlet is available in on-premises Exchange and in the cloud-based service.
1010

1111
Use the Get-FederatedOrganizationIdentifier cmdlet to retrieve the Exchange organization's federated organization identifier and related details, such as federated domains, organization contact and status.
1212

13-
For more information, see Federation.
13+
For more information, see Federation (https://technet.microsoft.com/library/dd335047.aspx).
1414

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

exchange/exchange-ps/exchange/federation-and-hybrid/New-FederationTrust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ New-FederationTrust [-Name] <String> -Thumbprint <String> [-Confirm] [-DomainCon
3030
## DESCRIPTION
3131
Federation trusts are trusts created between an Exchange organization and the Microsoft Federation Gateway. A federation trust is required to configure a federated organization identifier for federated sharing.
3232

33-
For more information, see Federation.
33+
For more information, see Federation (https://technet.microsoft.com/library/dd335047.aspx).
3434

3535
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).
3636

@@ -98,7 +98,7 @@ Accept wildcard characters: False
9898
```
9999
100100
### -Thumbprint
101-
The Thumbprint parameter specifies the thumbprint of a certificate issued by a public certification authority (CA) trusted by the Microsoft Federation Gateway. For more details, see Federation.
101+
The Thumbprint parameter specifies the thumbprint of a certificate issued by a public certification authority (CA) trusted by the Microsoft Federation Gateway. For more details, see Federation (https://technet.microsoft.com/library/dd335047.aspx).
102102
103103
```yaml
104104
Type: String

0 commit comments

Comments
 (0)