Skip to content

Commit 053b0d4

Browse files
authored
Fixes MicrosoftDocs#5138 - ISE support policy (MicrosoftDocs#5147)
* Fixes MicrosoftDocs#5138 - ISE support policy * fix broken links and remove old docsets * fix typo in ops config * feedback fixes
1 parent 2831c95 commit 053b0d4

File tree

11 files changed

+37
-249
lines changed

11 files changed

+37
-249
lines changed

.openpublishing.publish.config.json

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,6 @@
11
{
22
"build_entry_point": "docs",
33
"docsets_to_publish": [
4-
{
5-
"docset_name": "PowerShell_PowerShell-docs_dsc",
6-
"build_source_folder": "dsc",
7-
"build_output_subfolder": "dsc",
8-
"locale": "en-us",
9-
"monikers": [],
10-
"moniker_ranges": [],
11-
"open_to_public_contributors": true,
12-
"type_mapping": {
13-
"Conceptual": "Content",
14-
"ManagedReference": "Content",
15-
"RestApi": "Content"
16-
},
17-
"build_entry_point": "docs",
18-
"template_folder": "_themes",
19-
"version": 0
20-
},
21-
{
22-
"docset_name": "PowerShell_PowerShell-docs_gallery",
23-
"build_source_folder": "gallery",
24-
"build_output_subfolder": "gallery",
25-
"locale": "en-us",
26-
"monikers": [],
27-
"moniker_ranges": [],
28-
"open_to_public_contributors": true,
29-
"type_mapping": {
30-
"Conceptual": "Content",
31-
"ManagedReference": "Content",
32-
"RestApi": "Content"
33-
},
34-
"build_entry_point": "docs",
35-
"template_folder": "_themes",
36-
"version": 0
37-
},
384
{
395
"docset_name": "PowerShell_PowerShell-docs_reference",
406
"build_source_folder": "reference",
@@ -63,22 +29,6 @@
6329
"mapping/monikerMapping.json"
6430
],
6531
"version": 0
66-
},
67-
{
68-
"docset_name": "developer-docs",
69-
"build_source_folder": "developer",
70-
"build_output_subfolder": "developer-docs",
71-
"locale": "en-us",
72-
"monikers": [],
73-
"moniker_ranges": [],
74-
"open_to_public_contributors": true,
75-
"type_mapping": {
76-
"Conceptual": "Content",
77-
"ManagedReference": "Content",
78-
"RestApi": "Content"
79-
},
80-
"build_entry_point": "docs",
81-
"template_folder": "_themes"
8232
}
8333
],
8434
"notification_subscribers": [],

developer/docfx.json

Lines changed: 0 additions & 31 deletions
This file was deleted.

dsc/docfx.json

Lines changed: 0 additions & 35 deletions
This file was deleted.

gallery/docfx.json

Lines changed: 0 additions & 34 deletions
This file was deleted.

jea/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

jea/docfx.json

Lines changed: 0 additions & 34 deletions
This file was deleted.

reference/docs-conceptual/components/ise/Introducing-the-Windows-PowerShell-ISE.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,29 @@ ISE, you can right-click on a line of code in the edit pane to set a breakpoint.
1515

1616
## Support
1717

18-
The ISE was first introduced with Windows PowerShell V2 and was re-designed with PowerShell V3.
19-
The ISE is supported in all supported versions of Windows PowerShell up to and including Windows PowerShell V5.1.
20-
The ISE, however, is in maintenance mode and no new features are likely to be added.
21-
Additionally, there is no support for the ISE with PowerShell v6 and beyond.
22-
Users wanting a graphical tool with which to manage PowerShell scripts, etc, should consider [Visual Studio Code](https://code.visualstudio.com/).
18+
The ISE was first introduced with Windows PowerShell V2 and was re-designed with PowerShell V3. The
19+
ISE is supported in all supported versions of Windows PowerShell up to and including Windows
20+
PowerShell V5.1.
21+
22+
> [!NOTE]
23+
> The PowerShell ISE is no longer in active feature development. As a shipping component of
24+
> Windows, it continues to be officially supported for security and high-priority servicing fixes.
25+
> We currently have no plans to remove the ISE from Windows.
26+
>
27+
> There is no support for the ISE in PowerShell v6 and beyond. Users looking for replacement for the
28+
> ISE should use [Visual Studio Code](https://code.visualstudio.com/) with the
29+
> [PowerShell Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell).
2330
2431
## Key Features
2532

2633
Key features in Windows PowerShell ISE include:
2734

2835
- Multiline editing: To insert a blank line under the current line in the Command pane, press
29-
SHIFT+ENTER.
36+
<kbd>SHIFT</kbd>+<kbd>ENTER</kbd>.
3037
- Selective execution: To run part of a script, select the text you want to run, and then click the
31-
**Run Script** button. Or, press F5.
32-
- Context-sensitive help: Type **Invoke-Item**, and then press F1. The Help file opens to the
33-
article for the **Invoke-Item** cmdlet.
38+
**Run Script** button. Or, press <kbd>F5</kbd>.
39+
- Context-sensitive help: Type `Invoke-Item`, and then press <kbd>F1</kbd>. The Help file opens to the
40+
article for the `Invoke-Item` cmdlet.
3441

3542
The Windows PowerShell ISE lets you customize some aspects of its appearance. It also has its own
3643
Windows PowerShell profile script.
@@ -42,6 +49,6 @@ Alternately, you can type `powershell_ise.exe` in any command shell or in the Ru
4249

4350
## To get Help in the Windows PowerShell ISE
4451

45-
On the **Help** menu, click **Windows PowerShell Help**. Or, press F1. The file that opens
46-
describes Windows PowerShell ISE and Windows PowerShell, including all of the help available from
47-
the Get-Help cmdlet.
52+
On the **Help** menu, click **Windows PowerShell Help**. Or, press <kbd>F1</kbd>. The file that opens
53+
describes Windows PowerShell ISE and Windows PowerShell, including all the help available from
54+
the `Get-Help` cmdlet.

reference/docs-conceptual/whats-new/What-s-New-in-the-PowerShell-50-ISE.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@ title: What's New in the PowerShell 5.0 ISE
66

77
# What's New in the Windows PowerShell 5.0 ISE
88

9-
This topic explains the new and updated features that have been introduced in versions of Windows
10-
PowerShell Integrated Scripting Environment (ISE).
9+
This topic explains the new and updated features that have been introduced in version 5.0 of the
10+
Windows PowerShell Integrated Scripting Environment (ISE).
11+
12+
> [!NOTE]
13+
> The PowerShell ISE is no longer in active feature development. As a shipping component of
14+
> Windows, it continues to be officially supported for security and high-priority servicing fixes.
15+
> We currently have no plans to remove the ISE from Windows.
16+
>
17+
> There is no support for the ISE in PowerShell v6 and beyond. Users looking for replacement for the
18+
> ISE should use [Visual Studio Code](https://code.visualstudio.com/) with the
19+
> [PowerShell Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell).
1120
1221
## Feature description
1322

reference/index.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,27 +74,27 @@ productDirectory:
7474
links:
7575
- url: https://www.powershellgallery.com/
7676
text: PowerShell Gallery
77-
- url: https://docs.microsoft.com/powershell/gallery/overview
77+
- url: https://docs.microsoft.com/powershell/scripting/gallery/overview
7878
text: What is the PowerShell Gallery
79-
- url: https://docs.microsoft.com/powershell/gallery/concepts/publishing-guidelines
79+
- url: https://docs.microsoft.com/powershell/scripting/gallery/concepts/publishing-guidelines
8080
text: Best practices
81-
- url: https://docs.microsoft.com/powershell/gallery/faqs
81+
- url: https://docs.microsoft.com/powershell/scripting/gallery/faqs
8282
text: FAQs
8383
# Card 4
8484
- title: PowerShell DSC
8585
imageSrc: https://docs.microsoft.com/media/common/i_config-tools.svg
8686
links:
87-
- url: https://docs.microsoft.com/powershell/dsc/overview/overview
87+
- url: https://docs.microsoft.com/powershell/scripting/dsc/overview/overview
8888
text: DSC Overview
89-
- url: https://docs.microsoft.com/powershell/dsc/getting-started/lnxgettingstarted
89+
- url: https://docs.microsoft.com/powershell/scripting/dsc/getting-started/lnxgettingstarted
9090
text: Get started with DSC for Linux
9191
- url: https://dsccommunity.org/
9292
text: DSC Community
9393
# Card 5
9494
- title: Developer resources
9595
imageSrc: https://docs.microsoft.com/media/common/i_code-edit.svg
9696
links:
97-
- url: https://docs.microsoft.com/powershell/developer
97+
- url: https://docs.microsoft.com/powershell/scripting/developer/windows-powershell
9898
text: PowerShell SDK documentation
9999
- url: https://docs.microsoft.com/dotnet/api/?view=pscore-6.2.0
100100
text: PowerShell Core SDK 6.2.0 API reference
@@ -106,7 +106,7 @@ productDirectory:
106106
- title: Related technologies
107107
imageSrc: https://docs.microsoft.com/media/common/i_tools.svg
108108
links:
109-
- url: https://docs.microsoft.com/powershell/wmf/
109+
- url: https://docs.microsoft.com/powershell/scripting/wmf/overview
110110
text: Windows Management Framework
111111
- url: https://docs.microsoft.com/powershell/windows/get-started?view=win10-ps
112112
text: PowerShell modules to manage Windows

wmf/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

wmf/docfx.json

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)