|
1 |
| -- name: Conceptual |
| 1 | +- name: Conceptual |
2 | 2 | href: PowerShell-Scripting.md
|
3 | 3 | items:
|
4 | 4 | - name: Core PowerShell
|
|
72 | 72 | href: core-powershell/ise/windows-powershell-ise-object-model-reference.md
|
73 | 73 | - name: ISE Guide
|
74 | 74 | href: core-powershell/ise-guide.md
|
| 75 | + - name: Visual Studio Code |
| 76 | + items: |
| 77 | + - name: Using Visual Studio Code |
| 78 | + href: core-powershell/vscode/using-vscode.md |
75 | 79 | - name: Running Remote Commands
|
76 | 80 | href: core-powershell/running-remote-commands.md
|
| 81 | + items: |
| 82 | + - name: PowerShell Remoting Over SSH |
| 83 | + href: core-powershell/SSH-Remoting-in-PowerShell-Core.md |
| 84 | + - name: WS-Management (WSMan) Remoting in PowerShell Core |
| 85 | + href: core-powershell/WSMan-Remoting-in-PowerShell-Core.md |
77 | 86 | - name: Web Access
|
78 | 87 | href: core-powershell/web-access.md
|
79 | 88 | items:
|
|
105 | 114 | href: getting-started/cookbooks/changing-computer-state.md
|
106 | 115 | - name: Collecting Information About Computers
|
107 | 116 | href: getting-started/cookbooks/collecting-information-about-computers.md
|
108 |
| - - name: Creating .NET and COM Objects New Object |
| 117 | + - name: Creating .NET and COM Objects New Object |
109 | 118 | href: getting-started/cookbooks/creating-.net-and-com-objects--new-object-.md
|
110 | 119 | - name: Creating a Custom Input Box
|
111 | 120 | href: getting-started/cookbooks/creating-a-custom-input-box.md
|
112 | 121 | - name: Creating a Graphical Date Picker
|
113 | 122 | href: getting-started/cookbooks/creating-a-graphical-date-picker.md
|
114 |
| - - name: Getting WMI Objects Get WmiObject |
| 123 | + - name: Getting WMI Objects Get WmiObject |
115 | 124 | href: getting-started/cookbooks/getting-wmi-objects--get-wmiobject-.md
|
116 | 125 | - name: Managing Current Location
|
117 | 126 | href: getting-started/cookbooks/managing-current-location.md
|
|
131 | 140 | href: getting-started/cookbooks/performing-networking-tasks.md
|
132 | 141 | - name: Redirecting Data with Out Cmdlets
|
133 | 142 | href: getting-started/cookbooks/redirecting-data-with-out---cmdlets.md
|
134 |
| - - name: Removing Objects from the Pipeline Where Object |
| 143 | + - name: Removing Objects from the Pipeline Where Object |
135 | 144 | href: getting-started/cookbooks/removing-objects-from-the-pipeline--where-object-.md
|
136 |
| - - name: Repeating a Task for Multiple Objects ForEach Object |
| 145 | + - name: Repeating a Task for Multiple Objects ForEach Object |
137 | 146 | href: getting-started/cookbooks/repeating-a-task-for-multiple-objects--foreach-object-.md
|
138 | 147 | - name: Selecting Items from a List Box
|
139 | 148 | href: getting-started/cookbooks/selecting-items-from-a-list-box.md
|
140 |
| - - name: Selecting Parts of Objects Select Object |
| 149 | + - name: Selecting Parts of Objects Select Object |
141 | 150 | href: getting-started/cookbooks/selecting-parts-of-objects--select-object-.md
|
142 | 151 | - name: Sorting Objects
|
143 | 152 | href: getting-started/cookbooks/sorting-objects.md
|
144 | 153 | - name: Using Format Commands to Change Output View
|
145 | 154 | href: getting-started/cookbooks/using-format-commands-to-change-output-view.md
|
146 | 155 | - name: Using Static Classes and Methods
|
147 | 156 | href: getting-started/cookbooks/using-static-classes-and-methods.md
|
148 |
| - - name: Viewing Object Structure Get Member |
| 157 | + - name: Viewing Object Structure Get Member |
149 | 158 | href: getting-started/cookbooks/viewing-object-structure--get-member-.md
|
150 | 159 | - name: Working with Files and Folders
|
151 | 160 | href: getting-started/cookbooks/working-with-files-and-folders.md
|
|
192 | 201 | href: getting-started/fundamental/using-windows-powershell-for-administration.md
|
193 | 202 | - name: Windows PowerShell Basics
|
194 | 203 | href: getting-started/fundamental/windows-powershell-basics.md
|
195 |
| - - name: Windows PowerShell Integrated Scripting Environment ISE |
| 204 | + - name: Windows PowerShell Integrated Scripting Environment ISE |
196 | 205 | href: getting-started/fundamental/windows-powershell-integrated-scripting-environment--ise-.md
|
197 | 206 | - name: Fundamental Concepts
|
198 | 207 | href: getting-started/fundamental-concepts.md
|
|
207 | 216 | - name: Setup
|
208 | 217 | href: ''
|
209 | 218 | items:
|
| 219 | + - name: Installing PowerShell Core on Windows |
| 220 | + href: setup/Installing-PowerShell-Core-on-Windows.md |
| 221 | + - name: Installing PowerShell Core on macOS and Linux |
| 222 | + href: setup/Installing-PowerShell-Core-on-macOS-and-Linux.md |
210 | 223 | - name: Accessibility in Windows PowerShell ISE
|
211 | 224 | href: setup/accessibility-in-windows-powershell-ise.md
|
212 | 225 | - name: Installing the Windows PowerShell 2.0 Engine
|
|
234 | 247 | - name: What's New
|
235 | 248 | href: ''
|
236 | 249 | items:
|
237 |
| - - name: What's New in the PowerShell 50 ISE |
238 |
| - href: whats-new/what-s-new-in-the-powershell-50-ise.md |
239 |
| - - name: What's New in Windows PowerShell 50 |
240 |
| - href: whats-new/what-s-new-in-windows-powershell-50.md |
241 |
| - - name: What's New With PowerShell |
| 250 | + - name: What's new with PowerShell |
242 | 251 | href: whats-new/what-s-new-with-powershell.md
|
| 252 | + - name: What's new in Windows PowerShell 5.0 |
| 253 | + href: whats-new/what-s-new-in-windows-powershell-50.md |
| 254 | + - name: What's new in the PowerShell 5.0 ISE |
| 255 | + href: whats-new/what-s-new-in-the-powershell-50-ise.md |
| 256 | + - name: What's new in PowerShell Core 6.0 |
| 257 | + href: whats-new/what-s-new-in-powershell-core-60.md |
243 | 258 | - name: PowerShell Core Support Lifecycle
|
244 | 259 | href: PowerShell-Core-Support.md
|
245 | 260 | - name: Glossary
|
|
0 commit comments