Skip to content

Commit 2247085

Browse files
matt9ucciSean Wheeler
authored andcommitted
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

0 commit comments

Comments
 (0)