diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index dfd5a347b34e..e8972f7f1642 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -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", diff --git a/reference/docs-conceptual/core-powershell/ise/Purpose-of-the-Windows-PowerShell-ISE-Scripting-Object-Model.md b/reference/docs-conceptual/core-powershell/ise/Purpose-of-the-Windows-PowerShell-ISE-Scripting-Object-Model.md index e6022ff9f723..3e53e76ed7c2 100644 --- a/reference/docs-conceptual/core-powershell/ise/Purpose-of-the-Windows-PowerShell-ISE-Scripting-Object-Model.md +++ b/reference/docs-conceptual/core-powershell/ise/Purpose-of-the-Windows-PowerShell-ISE-Scripting-Object-Model.md @@ -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) diff --git a/reference/docs-conceptual/getting-started/fundamental/Windows-PowerShell-Integrated-Scripting-Environment--ISE-.md b/reference/docs-conceptual/getting-started/fundamental/Windows-PowerShell-Integrated-Scripting-Environment--ISE-.md index 88a5eede4f5f..a660eeeb58d7 100644 --- a/reference/docs-conceptual/getting-started/fundamental/Windows-PowerShell-Integrated-Scripting-Environment--ISE-.md +++ b/reference/docs-conceptual/getting-started/fundamental/Windows-PowerShell-Integrated-Scripting-Environment--ISE-.md @@ -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)