Skip to content

adding redirects for deleted files #2106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 7, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
@@ -15,6 +15,76 @@
"redirect_url": "/powershell/wmf/readme",
"redirect_document_id": "False"
},
{
"source_path": "reference/virtual-directory/core-powershell/core-powershell.md",
"redirect_url": "/powershell/scripting/powershell-scripting",
"redirect_document_id": "False"
},
{
"source_path": "reference/virtual-directory/core-powershell/ise/using-the-windows-powershell-ise.md",
"redirect_url": "/powershell/scripting/core-powershell/ise/introducing-the-windows-powershell-ise",
"redirect_document_id": "False"
},
{
"source_path": "reference/virtual-directory/core-powershell/ise/ise-module.md",
"redirect_url": "/powershell/scripting/core-powershell/ise/introducing-the-windows-powershell-ise",
"redirect_document_id": "False"
},
{
"source_path": "reference/virtual-directory/core-powershell/ise/the-windows-powershell-ise-scripting-object-model.md",
"redirect_url": "/powershell/scripting/core-powershell/ise/purpose-of-the-windows-powershell-ise-scripting-object-model",
"redirect_document_id": "False"
},
{
"source_path": "reference/virtual-directory/core-powershell/ise/windows-powershell-ise-object-model-reference.md",
"redirect_url": "/powershell/scripting/core-powershell/ise/the-ise-object-model-hierarchy",
"redirect_document_id": "False"
},
{
"source_path": "reference/virtual-directory/core-powershell/web-access.md",
"redirect_url": "/powershell/scripting/core-powershell/web-access/install-and-use-windows-powershell-web-access",
"redirect_document_id": "False"
},
{
"source_path": "reference/virtual-directory/getting-started/basic-cookbooks.md",
"redirect_url": "/powershell/scripting/getting-started/fundamental/using-windows-powershell-for-administration",
"redirect_document_id": "False"
},
{
"source_path": "reference/virtual-directory/getting-started/cookbooks/basic-cookbooks-reference.md",
"redirect_url": "/powershell/scripting/getting-started/fundamental/using-windows-powershell-for-administration",
"redirect_document_id": "False"
},
{
"source_path": "reference/virtual-directory/getting-started/fundamental/about-windows-powershell.md",
"redirect_url": "/powershell/scripting/getting-started/getting-started-with-windows-powershell",
"redirect_document_id": "False"
},
{
"source_path": "reference/virtual-directory/getting-started/fundamental/using-windows-powershell.md",
"redirect_url": "/powershell/scripting/setup/starting-windows-powershell",
"redirect_document_id": "False"
},
{
"source_path": "reference/virtual-directory/getting-started/fundamental-concepts.md",
"redirect_url": "/powershell/scripting/getting-started/fundamental/understanding-important-windows-powershell-concepts",
"redirect_document_id": "False"
},
{
"source_path": "reference/virtual-directory/setup/setup-reference.md",
"redirect_url": "/powershell/scripting/setup/installing-windows-powershell",
"redirect_document_id": "False"
},
{
"source_path": "reference/virtual-directory/setup/starting-the-32-bit-version-of-windows-powershell.md",
"redirect_url": "/powershell/scripting/setup/starting-windows-powershell",
"redirect_document_id": "False"
},
{
"source_path": "reference/virtual-directory/setup/starting-windows-powershell-on-earlier-versions-of-windows.md",
"redirect_url": "/powershell/scripting/setup/starting-windows-powershell",
"redirect_document_id": "False"
},
{
"source_path": "reference/docs-conceptual/core-powershell/console-guide.md",
"redirect_url": "/powershell/scripting/core-powershell/console/powershell.exe-command-line-help",
Original file line number Diff line number Diff line change
@@ -60,5 +60,3 @@ You can use the scripting object model to create keyboard shortcuts for frequent

## See also
- [The ISE Object Model Hierarchy](The-ISE-Object-Model-Hierarchy.md)
- [Windows PowerShell ISE Object Model Reference](Windows-PowerShell-ISE-Object-Model-Reference.md)
- [The Windows PowerShell ISE Scripting Object Model](The-Windows-PowerShell-ISE-Scripting-Object-Model.md)
Original file line number Diff line number Diff line change
@@ -32,7 +32,8 @@ collection of useful snippets is included in the box and you can more by using t
cmdlet.

**Add-on tools** that add features to the ISE can be created by writing code that interacts with
the [The Windows PowerShell ISE Scripting Object Model](../../core-powershell/ise/The-Windows-PowerShell-ISE-Scripting-Object-Model.md).
the [The Windows PowerShell ISE Scripting Object Model](../../core-powershell/ise/The-ISE-Object-Model-Hierarchy.md).

These tools can display controls in a tabbed pane or work invisibly in the background. The
**Commands** add-on is a good example and is included with version 3.0 and later that displays a
list of the available commands and their Help.
@@ -98,5 +99,4 @@ can upgrade to the latest available by installing the Windows Management Framewo

## See also

[Using the Windows PowerShell Integrated Scripting Environment](../../core-powershell/ise/Using-the-Windows-PowerShell-ISE.md)

[Purpose of the windows power shell ise scripting object model](../../core-powershell/ise/Purpose-of-the-Windows-PowerShell-ISE-Scripting-Object-Model.md)