Skip to content

Commit a59ad19

Browse files
authored
Merge pull request MicrosoftDocs#3095 from alexbuckgit/alexbuckgit/docutune-autopr-docs-link-absolute-20220903-165754-3565005
[BULK] DocuTune - Fix build validation issues: docs-link-absolute (part 7)
2 parents 6692d09 + 3f00c4a commit a59ad19

Some content is hidden

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

50 files changed

+55
-93
lines changed

docset/winserver2019-ps/webapplicationproxy/Set-WebApplicationProxyConfiguration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Accept wildcard characters: False
135135
136136
### -CimSession
137137
Runs the cmdlet in a remote session or on a remote computer.
138-
Enter a computer name or a session object, such as the output of a [New-CimSession](https://docs.microsoft.com/powershell/module/cimcmdlets/new-cimsession) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
138+
Enter a computer name or a session object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/new-cimsession) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
139139
The default is the current session on the local computer.
140140
141141
```yaml
@@ -288,4 +288,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
288288
## RELATED LINKS
289289

290290
[Get-WebApplicationProxyConfiguration](./Get-WebApplicationProxyConfiguration.md)
291-

docset/winserver2019-ps/windowserrorreporting/Disable-WindowsErrorReporting.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Windows Error Reporting generates reports in response to system events, such as
2727

2828
To get the current WER status, use the [Get-WindowsErrorReporting](./Get-WindowsErrorReporting.md) cmdlet.
2929
If you disable WER, you can use the [Enable-WindowsErrorReporting](./Enable-WindowsErrorReporting.md) cmdlet to re-enable it.
30-
After you run this cmdlet, WER again sends information about application failures to Microsoft. To customize the settings of Windows Error Reporting, use registry keys described in [WER Settings](https://docs.microsoft.com/windows/desktop/wer/wer-settings) article.
30+
After you run this cmdlet, WER again sends information about application failures to Microsoft. To customize the settings of Windows Error Reporting, use registry keys described in [WER Settings](/windows/desktop/wer/wer-settings) article.
3131

3232
## EXAMPLES
3333

@@ -58,4 +58,3 @@ Otherwise, it returns $False.
5858
[Enable-WindowsErrorReporting](./Enable-WindowsErrorReporting.md)
5959

6060
[Get-WindowsErrorReporting](./Get-WindowsErrorReporting.md)
61-

docset/winserver2022-ps/Microsoft.DiagnosticDataViewer/Get-DiagnosticData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ Persisted event record.
165165
Requires Windows 10 version 17134 (1803) or higher
166166
167167
## RELATED LINKS
168-
[About Windows Diagnostic Data](https://docs.microsoft.com/en-us/windows/privacy/windows-diagnostic-data)
168+
[About Windows Diagnostic Data](/windows/privacy/windows-diagnostic-data)

docset/winserver2022-ps/Microsoft.DiagnosticDataViewer/Get-DiagnosticDataTypes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,4 @@ Requires Windows 10 version 17134 (1803) or higher
4848

4949
## RELATED LINKS
5050

51-
[About Windows Diagnostic Data](https://docs.microsoft.com/en-us/windows/privacy/windows-diagnostic-data)
52-
51+
[About Windows Diagnostic Data](/windows/privacy/windows-diagnostic-data)

docset/winserver2022-ps/activedirectory/ActiveDirectory.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Active Directory module for Windows PowerShell is a PowerShell module that c
1515

1616
If you don't have the Active Directory module installed on your machine, you need to download the correct Remote Server Administration Tools (RSAT) package for your OS. If you're running Windows 7, you will also need to run the `import-module ActiveDirectory` command from an elevated PowerShell prompt. For more detail, see [RSAT for Windows operating systems](https://support.microsoft.com/help/2693643/remote-server-administration-tools-rsat-for-windows-operating-systems). Starting with Windows 10 October 2018 Update, RSAT is included as a set of Features on Demand right from Windows 10. Now, instead of downloading an RSAT package you can just go to Manage optional features in Settings and click Add a feature to see the list of available RSAT tools. Select and install the specific RSAT tools you need. To see installation progress, click the Back button to view status on the Manage optional features page.
1717

18-
If you want to use this module in PowerShell 7, please see [PowerShell 7 module compatibility](https://docs.microsoft.com/powershell/scripting/whats-new/module-compatibility).
18+
If you want to use this module in PowerShell 7, see [PowerShell 7 module compatibility](/powershell/scripting/whats-new/module-compatibility).
1919

2020
## ActiveDirectory Cmdlets
2121
### [Add-ADCentralAccessPolicyMember](./Add-ADCentralAccessPolicyMember.md)
@@ -458,4 +458,3 @@ Uninstalls an Active Directory managed service account from a computer or remove
458458

459459
### [Unlock-ADAccount](./Unlock-ADAccount.md)
460460
Unlocks an Active Directory account.
461-

docset/winserver2022-ps/activedirectory/Get-ADComputer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can also set the parameter to a computer object variable, such as `$<localCo
4545
To search for and retrieve more than one computer, use the *Filter* or *LDAPFilter* parameters.
4646
The *Filter* parameter uses the PowerShell Expression Language to write query strings for Active Directory.
4747
PowerShell Expression Language syntax provides rich type conversion support for value types received by the *Filter* parameter.
48-
For more information about the *Filter* parameter syntax, type `Get-Help` [about_ActiveDirectory_Filter](https://docs.microsoft.com/previous-versions/windows/server/hh531527(v=ws.10)).
48+
For more information about the *Filter* parameter syntax, type `Get-Help` [about_ActiveDirectory_Filter](/previous-versions/windows/server/hh531527(v=ws.10)).
4949
If you have existing Lightweight Directory Access Protocol (LDAP) query strings, you can use the *LDAPFilter* parameter.
5050

5151
This cmdlet retrieves a default set of computer object properties.
@@ -257,7 +257,7 @@ Specifies a query string that retrieves Active Directory objects.
257257
This string uses the Windows PowerShell Expression Language syntax.
258258
The Windows PowerShell Expression Language syntax provides rich type-conversion support for value types received by the *Filter* parameter.
259259
The syntax uses an in-order representation, which means that the operator is placed between the operand and the value.
260-
For more information about the *Filter* parameter, type `Get-Help` [about_ActiveDirectory_Filter](https://docs.microsoft.com/previous-versions/windows/server/hh531527(v=ws.10)).
260+
For more information about the *Filter* parameter, type `Get-Help` [about_ActiveDirectory_Filter](/previous-versions/windows/server/hh531527(v=ws.10)).
261261

262262
Syntax:
263263

@@ -330,7 +330,7 @@ Accept wildcard characters: False
330330
Specifies an LDAP query string that is used to filter Active Directory objects.
331331
You can use this parameter to run your existing LDAP queries.
332332
The *Filter* parameter syntax supports the same functionality as the LDAP syntax.
333-
For more information, see the *Filter* parameter description or type `Get-Help` [about_ActiveDirectory_Filter](https://docs.microsoft.com/previous-versions/windows/server/hh531527(v=ws.10)).
333+
For more information, see the *Filter* parameter description or type `Get-Help` [about_ActiveDirectory_Filter](/previous-versions/windows/server/hh531527(v=ws.10)).
334334

335335
```yaml
336336
Type: String

docset/winserver2022-ps/activedirectory/Get-ADUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ The following syntax uses Backus-Naur form to show how to use the PowerShell Exp
190190

191191
For a list of supported types for \<value\>, type `Get-Help about_ActiveDirectory_ObjectModel`.
192192

193-
Note: For String parameter type, PowerShell will cast the filter query to a string while processing the command. When using a string variable as a value in the filter component, make sure that it complies with the [PowerShell Quoting Rules](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_quoting_rules). For example, if the filter expression is double-quoted, the variable should be enclosed using single quotation marks:
193+
Note: For String parameter type, PowerShell will cast the filter query to a string while processing the command. When using a string variable as a value in the filter component, make sure that it complies with the [PowerShell Quoting Rules](/powershell/module/microsoft.powershell.core/about/about_quoting_rules). For example, if the filter expression is double-quoted, the variable should be enclosed using single quotation marks:
194194
**Get-ADUser -Filter "Name -like '$UserName'"**. On the contrary, if curly braces are used to enclose the filter, the variable should not be quoted at all: **Get-ADUser -Filter {Name -like $UserName}**.
195195

196196
Note: PowerShell wildcards other than \*, such as ?, are not supported by the *Filter* syntax.

docset/winserver2022-ps/adcsdeployment/Install-AdcsCertificationAuthority.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can import the cmdlet by running the following commands from Windows PowerSh
5353

5454
To include the Certification Authority and Certificate Templates consoles in a CA installation, you must use the *IncludeManagementTools* parameter at the end of the `Install-WindowsFeature Adcs-Cert-Authority` command.
5555

56-
Int is equivalent to Int32 in the [.NET Framework](https://docs.microsoft.com/dotnet/csharp/language-reference/builtin-types/built-in-types).
56+
Int is equivalent to Int32 in the [.NET Framework](/dotnet/csharp/language-reference/builtin-types/built-in-types).
5757

5858
## EXAMPLES
5959

docset/winserver2022-ps/adfs/Enable-AdfsDeviceRegistration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Enable-AdfsDeviceRegistration [-Credential <PSCredential>] [-Force] [-WhatIf] [-
2121

2222
## DESCRIPTION
2323
This cmdlet has been deprecated for AD FS 2016.
24-
For more information, see [Configure On-Premises Conditional Access using registered devices](https://docs.microsoft.com/windows-server/identity/ad-fs/operations/configure-device-based-conditional-access-on-premises).
24+
For more information, see [Configure On-Premises Conditional Access using registered devices](/windows-server/identity/ad-fs/operations/configure-device-based-conditional-access-on-premises).
2525

2626
The **Enable-AdfsDeviceRegistration** cmdlet configures a server in an Active Directory Federation Services (AD FS) farm to host the Device Registration Service.
2727
To completely enable the Device Registration Service, you must run this command on each AD FS server in your AD FS farm.
@@ -121,4 +121,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
121121
[Initialize-ADDeviceRegistration](./Initialize-ADDeviceRegistration.md)
122122
123123
[Set-AdfsDeviceRegistration](./Set-AdfsDeviceRegistration.md)
124-

docset/winserver2022-ps/adfs/New-AdfsAzureMfaTenantCertificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ PS C:\> Set-AdfsAzureMfaTenant -TenantId <your tenant ID> -ClientId 981f26a1-7f4
4242
These commands create a certificate for Azure MFA, register the certificate in a tenant, and enable Azure MFA on an AD FS farm.
4343

4444
> [!NOTE]
45-
> Customers are encouraged to use the newer Azure Active Directory PowerShell 2.0 module. For more information about the v2.0 module please see [AzureAD PowerShell 2.0](https://docs.microsoft.com/powershell/module/Azuread/?view=azureadps-2.0).
45+
> Customers are encouraged to use the newer Azure Active Directory PowerShell 2.0 module. For more information about the v2.0 module, see [AzureAD PowerShell 2.0](/powershell/module/Azuread/?view=azureadps-2.0).
4646
4747
### Example 2: Determine which certificate Azure MFA is using
4848
```

0 commit comments

Comments
 (0)