Skip to content

Commit

Permalink
Convert Remoting FAQ to yml and move to conceptual (MicrosoftDocs#7694)
Browse files Browse the repository at this point in the history
* Convert Remoting FAQ to yml and move to conceptual

* Fix build warnings
  • Loading branch information
sdwheeler authored Jun 10, 2021
1 parent 0023db2 commit 9cb62c7
Show file tree
Hide file tree
Showing 17 changed files with 568 additions and 2,158 deletions.
20 changes: 20 additions & 0 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
{
"redirections": [
{
"source_path": "reference/5.1/Microsoft.PowerShell.Core/About/about_Remote_FAQ.md",
"redirect_url": "/powershell/scripting/learn/remoting/powershell-remoting-faq.yml",
"redirect_document_id": false
},
{
"source_path": "reference/7.0/Microsoft.PowerShell.Core/About/about_Remote_FAQ.md",
"redirect_url": "/powershell/scripting/learn/remoting/powershell-remoting-faq.yml",
"redirect_document_id": false
},
{
"source_path": "reference/7.1/Microsoft.PowerShell.Core/About/about_Remote_FAQ.md",
"redirect_url": "/powershell/scripting/learn/remoting/powershell-remoting-faq.yml",
"redirect_document_id": true
},
{
"source_path": "reference/7.2/Microsoft.PowerShell.Core/About/about_Remote_FAQ.md",
"redirect_url": "/powershell/scripting/learn/remoting/powershell-remoting-faq.yml",
"redirect_document_id": false
},
{
"source_path": "reference/docs-conceptual/samples/Appendix-1---Compatibility-Aliases.md",
"redirect_url": "/powershell/scripting/learn/Compatibility-Aliases",
Expand Down
10 changes: 1 addition & 9 deletions reference/5.1/Microsoft.PowerShell.Core/About/About.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
---
description: About topics cover a ranges of concepts about PowerShell.
Download Help Link: https://Please-enter-FwLink-manually
description: About topics cover a ranges of concepts about PowerShell.
Help Version: 6.0
keywords: powershell,cmdlet
Locale: en-US
Module Guid: 00000000-0000-0000-0000-000000000000
Module Name: About
ms.date: 02/25/2019
schema: 2.0.0
title: About topics
---
# About topics
Expand Down Expand Up @@ -261,9 +256,6 @@ Describes how to run remote commands in PowerShell.
### [about_Remote_Disconnected_Sessions](about_Remote_Disconnected_Sessions.md)
Explains how to disconnect from and reconnect to a PSSession.

### [about_Remote_FAQ](about_Remote_FAQ.md)
Contains questions and answers about running remote commands in PowerShell.

### [about_Remote_Jobs](about_Remote_Jobs.md)
Describes how to run background jobs on remote computers.

Expand Down
21 changes: 9 additions & 12 deletions reference/5.1/Microsoft.PowerShell.Core/About/about_Remote.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
---
description: Describes how to run remote commands in Windows PowerShell.
keywords: powershell,cmdlet
description: Describes how to run remote commands in PowerShell.
Locale: en-US
ms.date: 01/03/2018
online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_remote?view=powershell-5.1&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about Remote
---

# about_Remote

## SHORT DESCRIPTION

Describes how to run remote commands in Windows PowerShell.
Describes how to run remote commands in PowerShell.

## LONG DESCRIPTION

Expand All @@ -26,7 +23,7 @@ topics that describe each cmdlet that is used in these commands. The topics
provide the details and explain how you can modify the commands to meet your
needs.

Note: To use Windows PowerShell remoting, the local and remote computers must
Note: To use PowerShell remoting, the local and remote computers must
be configured for remoting. For more information, see
[about_Remote_Requirements](about_Remote_Requirements.md).

Expand Down Expand Up @@ -68,10 +65,10 @@ For more information, see Enter-PSSession.
Several cmdlets have a ComputerName parameter that lets you get objects from
remote computers.

Because these cmdlets do not use WS-Management-based Windows PowerShell
Because these cmdlets do not use WS-Management-based PowerShell
remoting, you can use the ComputerName parameter of these cmdlets on any
computer that is running Windows PowerShell. The computers do not have to be
configured for Windows PowerShell remoting, and the computers do not have to
computer that is running PowerShell. The computers do not have to be
configured for PowerShell remoting, and the computers do not have to
meet the system requirements for remoting.

The following cmdlets have a ComputerName parameter:
Expand Down Expand Up @@ -219,14 +216,14 @@ remote computer where it terminates the remote command.

- For information about how remoting works, how to manage remote data, special
configurations, security issues, and other frequently asked questions, see
[about_Remote_FAQ](about_Remote_FAQ.md).
[PowerShell Remoting FAQ](/powershell/scripting/learn/remoting/powershell-remoting-faq.yml).

- For help in resolving remoting errors, see about_Remote_Troubleshooting.

- For information about PSSessions and persistent connections, see
[about_PSSessions](about_PSSessions.md).

- For information about Windows PowerShell background jobs, see [about_Jobs](about_Jobs.md).
- For information about PowerShell background jobs, see [about_Jobs](about_Jobs.md).

## KEYWORDS

Expand All @@ -240,7 +237,7 @@ about_Remoting

[about_Remote_Requirements](about_Remote_Requirements.md)

[about_Remote_FAQ](about_Remote_FAQ.md)
[PowerShell Remoting FAQ](/powershell/scripting/learn/remoting/powershell-remoting-faq.yml)

[about_Remote_TroubleShooting](about_Remote_TroubleShooting.md)

Expand Down
Loading

0 comments on commit 9cb62c7

Please sign in to comment.