Skip to content

Commit 2247085

Browse files
matt9ucciSean Wheeler
authored and
Sean Wheeler
committed
Fix link for about_Remote_Requirements (#1976)
1 parent 700455e commit 2247085

File tree

22 files changed

+22
-22
lines changed

22 files changed

+22
-22
lines changed

reference/3.0/Microsoft.PowerShell.Core/New-PSSession.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ You can pipe a computer name (string), ConnectionURI (URI), or session (PSSessio
541541
### System.Management.Automation.Runspaces.PSSession
542542
543543
## NOTES
544-
* This cmdlet uses the Windows PowerShell remoting infrastructure. To use this cmdlet, the local computer and any remote computers must be configured for Windows PowerShell remoting. For more information, see about_Remote_Requirements (http://go.microsoft.com/fwlink/?LinkID=135187).
544+
* This cmdlet uses the Windows PowerShell remoting infrastructure. To use this cmdlet, the local computer and any remote computers must be configured for Windows PowerShell remoting. For more information, see [about_Remote_Requirements](About/about_Remote_Requirements.md).
545545
* To create a PSSession on the local computer, start Windows PowerShell with the "Run as administrator" option.
546546
* When you are finished with the PSSession, use the Remove-PSSession cmdlet to delete the PSSession and release its resources.
547547

reference/3.0/Microsoft.PowerShell.Management/Restart-Computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ These settings are designed for enterprises in which DCOM-based restarts fail be
110110
Runs the command as a background job.
111111

112112
Note: To use this parameter, the local and remote computers must be configured for remoting and, on Windows Vista and later versions of Windows, you must open Windows PowerShell with the "Run as administrator" option.
113-
For more information, see about_Remote_Requirements (http://go.microsoft.com/fwlink/?LinkID=135187).
113+
For more information, see [about_Remote_Requirements](../Microsoft.PowerShell.Core/About/about_Remote_Requirements.md).
114114

115115
When you use the **AsJob** parameter, the command immediately returns an object that represents the background job.
116116
You can continue to work in the session while the job completes.

reference/3.0/Microsoft.PowerShell.Management/Stop-Computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ It also uses the ThrottleLimit parameter to limit the command to 10 concurrent c
8787
Runs the command as a background job.
8888

8989
Note: To use this parameter, the local and remote computers must be configured for remoting and, on Windows Vista and later versions of Windows, you must open Windows PowerShell with the "Run as administrator" option.
90-
For more information, see about_Remote_Requirements".
90+
For more information, see [about_Remote_Requirements](../Microsoft.PowerShell.Core/About/about_Remote_Requirements.md).
9191

9292
When you use the AsJob parameter, the command immediately returns an object that represents the background job.
9393
You can continue to work in the session while the job completes.

reference/4.0/Microsoft.PowerShell.Core/New-PSSession.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ You can pipe a computer name (string), ConnectionURI (URI), or session (PSSessio
557557
### System.Management.Automation.Runspaces.PSSession
558558
559559
## NOTES
560-
* This cmdlet uses the Windows PowerShell remoting infrastructure. To use this cmdlet, the local computer and any remote computers must be configured for Windows PowerShell remoting. For more information, see about_Remote_Requirements (http://go.microsoft.com/fwlink/?LinkID=135187).
560+
* This cmdlet uses the Windows PowerShell remoting infrastructure. To use this cmdlet, the local computer and any remote computers must be configured for Windows PowerShell remoting. For more information, see [about_Remote_Requirements](About/about_Remote_Requirements.md).
561561
* To create a PSSession on the local computer, start Windows PowerShell with the "Run as administrator" option.
562562
* When you are finished with the PSSession, use the Remove-PSSession cmdlet to delete the PSSession and release its resources.
563563

reference/4.0/Microsoft.PowerShell.Management/Restart-Computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ These settings are designed for enterprises in which DCOM-based restarts fail be
120120
Runs the command as a background job.
121121

122122
Note: To use this parameter, the local and remote computers must be configured for remoting and, on Windows Vista and later versions of Windows, you must open Windows PowerShell with the "Run as administrator" option.
123-
For more information, see about_Remote_Requirements (http://go.microsoft.com/fwlink/?LinkID=135187).
123+
For more information, see [about_Remote_Requirements](../Microsoft.PowerShell.Core/About/about_Remote_Requirements.md).
124124

125125
When you use the **AsJob** parameter, the command immediately returns an object that represents the background job.
126126
You can continue to work in the session while the job completes.

reference/4.0/Microsoft.PowerShell.Management/Stop-Computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ It also uses the ThrottleLimit parameter to limit the command to 10 concurrent c
9595
Runs the command as a background job.
9696

9797
Note: To use this parameter, the local and remote computers must be configured for remoting and, on Windows Vista and later versions of Windows, you must open Windows PowerShell with the "Run as administrator" option.
98-
For more information, see about_Remote_Requirements".
98+
For more information, see [about_Remote_Requirements](../Microsoft.PowerShell.Core/About/about_Remote_Requirements.md).
9999

100100
When you use the AsJob parameter, the command immediately returns an object that represents the background job.
101101
You can continue to work in the session while the job completes.

reference/5.0/Microsoft.PowerShell.Core/New-PSSession.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ You can pipe a string, URI, or session object to this cmdlet.
567567
### System.Management.Automation.Runspaces.PSSession
568568

569569
## NOTES
570-
* This cmdlet uses the Windows PowerShell remoting infrastructure. To use this cmdlet, the local computer and any remote computers must be configured for Windows PowerShell remoting. For more information, see about_Remote_Requirements (http://go.microsoft.com/fwlink/?LinkID=135187).
570+
* This cmdlet uses the Windows PowerShell remoting infrastructure. To use this cmdlet, the local computer and any remote computers must be configured for Windows PowerShell remoting. For more information, see [about_Remote_Requirements](About/about_Remote_Requirements.md).
571571
* To create a **PSSession** on the local computer, start Windows PowerShell with the Run as administrator option.
572572
* When you are finished with the **PSSession**, use the Remove-PSSession cmdlet to delete the **PSSession** and release its resources.
573573

reference/5.0/Microsoft.PowerShell.Management/Restart-Computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ These settings are designed for enterprises in which DCOM-based restarts fail be
119119
Indicates that this cmdlet runs as a background job.
120120

121121
To use this parameter, the local and remote computers must be configured for remoting and, on Windows Vista and later versions of the Windows operating system, you must open Windows PowerShell by using the Run as administrator option.
122-
For more information, see about_Remote_Requirements (http://go.microsoft.com/fwlink/?LinkID=135187).
122+
For more information, see [about_Remote_Requirements](../Microsoft.PowerShell.Core/About/about_Remote_Requirements.md).
123123

124124
When you specify the *AsJob* parameter, the command immediately returns an object that represents the background job.
125125
You can continue to work in the session while the job finishes.

reference/5.0/PSDesiredStateConfiguration/Disable-DscDebug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To manage the job, use the Job cmdlets.
5252
To get the job results, use the Receive-Job cmdlet.
5353

5454
To use this parameter, the local and remote computers must be configured for remoting, and on Windows Vista and later versions of the Windows operating system, you must open Windows PowerShell with the Run as administrator option.
55-
For more information, see about_Remote_Requirementshttp://go.microsoft.com/fwlink/?LinkId=623526 (http://go.microsoft.com/fwlink/?LinkId=623526).
55+
For more information, see [about_Remote_Requirements](../Microsoft.PowerShell.Core/About/about_Remote_Requirements.md).
5656

5757
For more information about Windows PowerShell background jobs, see [about_Jobs](../Microsoft.PowerShell.Core/About/about_Jobs.md) and [about_Remote_Jobs](../Microsoft.PowerShell.Core/About/about_Remote_Jobs.md).
5858

reference/5.0/PSDesiredStateConfiguration/Enable-DscDebug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To manage the job, use the Job cmdlets.
5353
To get the job results, use the Receive-Job cmdlet.
5454

5555
To use this parameter, the local and remote computers must be configured for remoting, and on Windows Vista and later versions of the Windows operating system, you must open Windows PowerShell with the Run as administrator option.
56-
For more information, see about_Remote_Requirementshttp://go.microsoft.com/fwlink/?LinkId=623526 (http://go.microsoft.com/fwlink/?LinkId=623526).
56+
For more information, see [about_Remote_Requirements](../Microsoft.PowerShell.Core/About/about_Remote_Requirements.md).
5757

5858
For more information about Windows PowerShell background jobs, see [about_Jobs](../Microsoft.PowerShell.Core/About/about_Jobs.md) and [about_Remote_Jobs](../Microsoft.PowerShell.Core/About/about_Remote_Jobs.md).
5959

reference/5.0/PSDesiredStateConfiguration/Get-DscConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To manage the job, use the Job cmdlets.
6161
To get the job results, use the Receive-Job cmdlet.
6262

6363
To use this parameter, the local and remote computers must be configured for remoting, and on Windows Vista and later versions of the Windows operating system, you must open Windows PowerShell with the Run as administrator option.
64-
For more information, see about_Remote_Requirementshttp://go.microsoft.com/fwlink/?LinkId=623526 (http://go.microsoft.com/fwlink/?LinkId=623526).
64+
For more information, see [about_Remote_Requirements](../Microsoft.PowerShell.Core/About/about_Remote_Requirements.md).
6565

6666
For more information about Windows PowerShell background jobs, see [about_Jobs](../Microsoft.PowerShell.Core/About/about_Jobs.md) and [about_Remote_Jobs](../Microsoft.PowerShell.Core/About/about_Remote_Jobs.md).
6767

reference/5.0/PSDesiredStateConfiguration/Get-DscConfigurationStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To manage the job, use the Job cmdlets.
7676
To get the job results, use the Receive-Job cmdlet.
7777
7878
To use this parameter, the local and remote computers must be configured for remoting, and on Windows Vista and later versions of the Windows operating system, you must open Windows PowerShell with the Run as administrator option.
79-
For more information, see about_Remote_Requirementshttp://go.microsoft.com/fwlink/?LinkId=623526 (http://go.microsoft.com/fwlink/?LinkId=623526).
79+
For more information, see [about_Remote_Requirements](../Microsoft.PowerShell.Core/About/about_Remote_Requirements.md).
8080
8181
For more information about Windows PowerShell background jobs, see [about_Jobs](../Microsoft.PowerShell.Core/About/about_Jobs.md) and [about_Remote_Jobs](../Microsoft.PowerShell.Core/About/about_Remote_Jobs.md).
8282

reference/5.0/PSDesiredStateConfiguration/Get-DscLocalConfigurationManager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To manage the job, use the Job cmdlets.
6262
To get the job results, use the Receive-Job cmdlet.
6363

6464
To use this parameter, the local and remote computers must be configured for remoting, and on Windows Vista and later versions of the Windows operating system, you must open Windows PowerShell with the Run as administrator option.
65-
For more information, see about_Remote_Requirementshttp://go.microsoft.com/fwlink/?LinkId=623526 (http://go.microsoft.com/fwlink/?LinkId=623526).
65+
For more information, see [about_Remote_Requirements](../Microsoft.PowerShell.Core/About/about_Remote_Requirements.md).
6666

6767
For more information about Windows PowerShell background jobs, see [about_Jobs](../Microsoft.PowerShell.Core/About/about_Jobs.md) and [about_Remote_Jobs](../Microsoft.PowerShell.Core/About/about_Remote_Jobs.md).
6868

reference/5.0/PSDesiredStateConfiguration/Remove-DscConfigurationDocument.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To manage the job, use the Job cmdlets.
5454
To get the job results, use the Receive-Job cmdlet.
5555

5656
To use this parameter, the local and remote computers must be configured for remoting, and on Windows Vista and later versions of the Windows operating system, you must open Windows PowerShell with the Run as administrator option.
57-
For more information, see about_Remote_Requirementshttp://go.microsoft.com/fwlink/?LinkId=623526 (http://go.microsoft.com/fwlink/?LinkId=623526).
57+
For more information, see [about_Remote_Requirements](../Microsoft.PowerShell.Core/About/about_Remote_Requirements.md).
5858

5959
For more information about Windows PowerShell background jobs, see [about_Jobs](../Microsoft.PowerShell.Core/About/about_Jobs.md) and [about_Remote_Jobs](../Microsoft.PowerShell.Core/About/about_Remote_Jobs.md).
6060

reference/5.0/PSDesiredStateConfiguration/Restore-DscConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To manage the job, use the Job cmdlets.
6565
To get the job results, use the Receive-Job cmdlet.
6666

6767
To use this parameter, the local and remote computers must be configured for remoting, and on Windows Vista and later versions of the Windows operating system, you must open Windows PowerShell with the Run as administrator option.
68-
For more information, see about_Remote_Requirementshttp://go.microsoft.com/fwlink/?LinkId=623526 (http://go.microsoft.com/fwlink/?LinkId=623526).
68+
For more information, see [about_Remote_Requirements](../Microsoft.PowerShell.Core/About/about_Remote_Requirements.md).
6969

7070
For more information about Windows PowerShell background jobs, see [about_Jobs](../Microsoft.PowerShell.Core/About/about_Jobs.md) and [about_Remote_Jobs](../Microsoft.PowerShell.Core/About/about_Remote_Jobs.md).
7171

reference/5.0/PSDesiredStateConfiguration/Stop-DscConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To manage the job, use the Job cmdlets.
5656
To get the job results, use the Receive-Job cmdlet.
5757

5858
To use this parameter, the local and remote computers must be configured for remoting, and on Windows Vista and later versions of the Windows operating system, you must open Windows PowerShell with the Run as administrator option.
59-
For more information, see about_Remote_Requirementshttp://go.microsoft.com/fwlink/?LinkId=623526 (http://go.microsoft.com/fwlink/?LinkId=623526).
59+
For more information, see [about_Remote_Requirements](../Microsoft.PowerShell.Core/About/about_Remote_Requirements.md).
6060

6161
For more information about Windows PowerShell background jobs, see [about_Jobs](../Microsoft.PowerShell.Core/About/about_Jobs.md) and [about_Remote_Jobs](../Microsoft.PowerShell.Core/About/about_Remote_Jobs.md).
6262

reference/5.0/PSDesiredStateConfiguration/Test-DscConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ To manage the job, use the Job cmdlets.
118118
To get the job results, use the Receive-Job cmdlet.
119119

120120
To use this parameter, the local and remote computers must be configured for remoting, and on Windows Vista and later versions of the Windows operating system, you must open Windows PowerShell with the Run as administrator option.
121-
For more information, see about_Remote_Requirementshttp://go.microsoft.com/fwlink/?LinkId=623526 (http://go.microsoft.com/fwlink/?LinkId=623526).
121+
For more information, see [about_Remote_Requirements](../Microsoft.PowerShell.Core/About/about_Remote_Requirements.md).
122122

123123
For more information about Windows PowerShell background jobs, see [about_Jobs](../Microsoft.PowerShell.Core/About/about_Jobs.md) and [about_Remote_Jobs](../Microsoft.PowerShell.Core/About/about_Remote_Jobs.md).
124124

reference/5.1/Microsoft.PowerShell.Core/New-PSSession.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ You can pipe a string, URI, or session object to this cmdlet.
665665
### System.Management.Automation.Runspaces.PSSession
666666

667667
## NOTES
668-
* This cmdlet uses the Windows PowerShell remoting infrastructure. To use this cmdlet, the local computer and any remote computers must be configured for Windows PowerShell remoting. For more information, see about_Remote_Requirements (http://go.microsoft.com/fwlink/?LinkID=135187).
668+
* This cmdlet uses the Windows PowerShell remoting infrastructure. To use this cmdlet, the local computer and any remote computers must be configured for Windows PowerShell remoting. For more information, see [about_Remote_Requirements](About/about_Remote_Requirements.md).
669669
* To create a **PSSession** on the local computer, start Windows PowerShell with the Run as administrator option.
670670
* When you are finished with the **PSSession**, use the Remove-PSSession cmdlet to delete the **PSSession** and release its resources.
671671

reference/5.1/Microsoft.PowerShell.Management/Restart-Computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ These settings are designed for enterprises in which DCOM-based restarts fail be
119119
Indicates that this cmdlet runs as a background job.
120120

121121
To use this parameter, the local and remote computers must be configured for remoting and, on Windows Vista and later versions of the Windows operating system, you must open Windows PowerShell by using the Run as administrator option.
122-
For more information, see about_Remote_Requirements (http://go.microsoft.com/fwlink/?LinkID=135187).
122+
For more information, see [about_Remote_Requirements](../Microsoft.PowerShell.Core/About/about_Remote_Requirements.md).
123123

124124
When you specify the *AsJob* parameter, the command immediately returns an object that represents the background job.
125125
You can continue to work in the session while the job finishes.

reference/5.1/PSDesiredStateConfiguration/Test-DscConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ To manage the job, use the Job cmdlets.
118118
To get the job results, use the Receive-Job cmdlet.
119119

120120
To use this parameter, the local and remote computers must be configured for remoting, and on Windows Vista and later versions of the Windows operating system, you must open Windows PowerShell with the Run as administrator option.
121-
For more information, see about_Remote_Requirementshttp://go.microsoft.com/fwlink/?LinkId=623526 (http://go.microsoft.com/fwlink/?LinkId=623526).
121+
For more information, see [about_Remote_Requirements](../Microsoft.PowerShell.Core/About/about_Remote_Requirements.md).
122122

123123
For more information about Windows PowerShell background jobs, see [about_Jobs](../Microsoft.PowerShell.Core/About/about_Jobs.md) and [about_Remote_Jobs](../Microsoft.PowerShell.Core/About/about_Remote_Jobs.md).
124124

reference/6/Microsoft.PowerShell.Core/New-PSSession.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ You can pipe a string, URI, or session object to this cmdlet.
803803
### System.Management.Automation.Runspaces.PSSession
804804

805805
## NOTES
806-
* This cmdlet uses the Windows PowerShell remoting infrastructure. To use this cmdlet, the local computer and any remote computers must be configured for Windows PowerShell remoting. For more information, see about_Remote_Requirements (http://go.microsoft.com/fwlink/?LinkID=135187).
806+
* This cmdlet uses the Windows PowerShell remoting infrastructure. To use this cmdlet, the local computer and any remote computers must be configured for Windows PowerShell remoting. For more information, see [about_Remote_Requirements](About/about_Remote_Requirements.md).
807807
* To create a **PSSession** on the local computer, start Windows PowerShell with the Run as administrator option.
808808
* When you are finished with the **PSSession**, use the Remove-PSSession cmdlet to delete the **PSSession** and release its resources.
809809
* The **HostName** and **SSHConnection** parameter sets were included starting with PowerShell 6.0. They were added to provide PowerShell remoting based on Secure Shell (SSH). Both SSH and PowerShell are supported on multiple platforms (Windows, Linux, macOS) and PowerShell remoting will work over these platforms where PowerShell and SSH are installed and configured. This is separate from the previous Windows only remoting that is based on WinRM and much of the WinRM specific features and limitations do not apply. For example WinRM based quotas, session options, custom endpoint configuration, and disconnect/reconnect features are currently not supported.

reference/6/Microsoft.PowerShell.Management/Restart-Computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ These settings are designed for enterprises in which DCOM-based restarts fail be
119119
Indicates that this cmdlet runs as a background job.
120120

121121
To use this parameter, the local and remote computers must be configured for remoting and, on Windows Vista and later versions of the Windows operating system, you must open Windows PowerShell by using the Run as administrator option.
122-
For more information, see about_Remote_Requirements (http://go.microsoft.com/fwlink/?LinkID=135187).
122+
For more information, see [about_Remote_Requirements](../Microsoft.PowerShell.Core/About/about_Remote_Requirements.md).
123123

124124
When you specify the *AsJob* parameter, the command immediately returns an object that represents the background job.
125125
You can continue to work in the session while the job finishes.

0 commit comments

Comments
 (0)