|
200 | 200 | items:
|
201 | 201 | - name: Sample scripts for administration
|
202 | 202 | href: samples/sample-scripts-for-administration.yml
|
203 |
| - - name: Changing computer state |
204 |
| - href: samples/changing-computer-state.md |
205 |
| - - name: Collecting information about computers |
206 |
| - href: samples/collecting-information-about-computers.md |
207 |
| - - name: Creating Get-WinEvent queries with FilterHashtable |
208 |
| - href: samples/creating-get-winEvent-queries-with-filterhashtable.md |
| 203 | + - name: Working with objects |
| 204 | + items: |
| 205 | + - name: Viewing object structure - Get-Member |
| 206 | + href: samples/viewing-object-structure--get-member-.md |
| 207 | + - name: Selecting parts of object - Select-Object |
| 208 | + href: samples/selecting-parts-of-objects--select-object-.md |
| 209 | + - name: Removing objects from the pipeline - Where-Object |
| 210 | + href: samples/removing-objects-from-the-pipeline--where-object-.md |
| 211 | + - name: Sorting objects |
| 212 | + href: samples/sorting-objects.md |
| 213 | + - name: Repeating a task for multiple objects - ForEach-Object |
| 214 | + href: samples/repeating-a-task-for-multiple-objects--foreach-object-.md |
| 215 | + - name: Creating .NET and COM objects - New-Object |
| 216 | + href: samples/creating-.net-and-com-objects--new-object-.md |
| 217 | + - name: Using static classes and methods |
| 218 | + href: samples/using-static-classes-and-methods.md |
| 219 | + - name: Getting WMI objects - Get-WmiObject |
| 220 | + href: samples/getting-wmi-objects--get-wmiobject-.md |
| 221 | + - name: Managing computers |
| 222 | + items: |
| 223 | + - name: Changing computer state |
| 224 | + href: samples/changing-computer-state.md |
| 225 | + - name: Collecting information about computers |
| 226 | + href: samples/collecting-information-about-computers.md |
| 227 | + - name: Creating Get-WinEvent queries with FilterHashtable |
| 228 | + href: samples/creating-get-winEvent-queries-with-filterhashtable.md |
| 229 | + - name: Managing processes & services |
| 230 | + items: |
| 231 | + - name: Managing processes with process cmdlets |
| 232 | + href: samples/managing-processes-with-process-cmdlets.md |
| 233 | + - name: Managing services |
| 234 | + href: samples/managing-services.md |
| 235 | + - name: Managing Windows PowerShell drives |
| 236 | + href: samples/managing-windows-powershell-drives.md |
| 237 | + - name: Working with printers |
| 238 | + href: samples/working-with-printers.md |
| 239 | + - name: Performing networking tasks |
| 240 | + href: samples/performing-networking-tasks.md |
| 241 | + - name: Working with software installations |
| 242 | + href: samples/working-with-software-installations.md |
| 243 | + - name: Decode a PowerShell command from a running process |
| 244 | + href: samples/decode-powershell-command-from-a-running-process.md |
| 245 | + - name: Working with output |
| 246 | + items: |
| 247 | + - name: Redirecting data with Out-* cmdlets |
| 248 | + href: samples/redirecting-data-with-out---cmdlets.md |
| 249 | + - name: Using format commands to change output view |
| 250 | + href: samples/using-format-commands-to-change-output-view.md |
| 251 | + - name: Manage drives & files |
| 252 | + items: |
| 253 | + - name: Managing current location |
| 254 | + href: samples/managing-current-location.md |
| 255 | + - name: Working with files and folders |
| 256 | + href: samples/working-with-files-and-folders.md |
| 257 | + - name: Working with files folders and registry keys |
| 258 | + href: samples/working-with-files-folders-and-registry-keys.md |
| 259 | + - name: Working with registry entries |
| 260 | + href: samples/working-with-registry-entries.md |
| 261 | + - name: Working with registry keys |
| 262 | + href: samples/working-with-registry-keys.md |
209 | 263 | - name: Creating UI elements
|
210 | 264 | items:
|
211 | 265 | - name: Creating a custom input box
|
|
216 | 270 | href: samples/multiple-selection-list-boxes.md
|
217 | 271 | - name: Selecting items from a list box
|
218 | 272 | href: samples/selecting-items-from-a-list-box.md
|
219 |
| - - name: Decode a PowerShell command from a running process |
220 |
| - href: samples/decode-powershell-command-from-a-running-process.md |
221 |
| - - name: Managing current location |
222 |
| - href: samples/managing-current-location.md |
223 |
| - - name: Managing processes with process cmdlets |
224 |
| - href: samples/managing-processes-with-process-cmdlets.md |
225 |
| - - name: Managing services |
226 |
| - href: samples/managing-services.md |
227 |
| - - name: Managing Windows PowerShell drives |
228 |
| - href: samples/managing-windows-powershell-drives.md |
229 |
| - - name: Manipulating items directly |
230 |
| - href: samples/manipulating-items-directly.md |
231 |
| - - name: Performing networking tasks |
232 |
| - href: samples/performing-networking-tasks.md |
233 |
| - - name: Redirecting data with Out-* cmdlets |
234 |
| - href: samples/redirecting-data-with-out---cmdlets.md |
235 |
| - - name: Using format commands to change output view |
236 |
| - href: samples/using-format-commands-to-change-output-view.md |
237 |
| - - name: Working with files and folders |
238 |
| - href: samples/working-with-files-and-folders.md |
239 |
| - - name: Working with files folders and registry keys |
240 |
| - href: samples/working-with-files-folders-and-registry-keys.md |
241 |
| - - name: Working with objects |
| 273 | + - name: Other examples |
242 | 274 | items:
|
243 |
| - - name: Getting WMI objects - Get-WmiObject |
244 |
| - href: samples/getting-wmi-objects--get-wmiobject-.md |
245 |
| - - name: Creating .NET and COM objects - New-Object |
246 |
| - href: samples/creating-.net-and-com-objects--new-object-.md |
247 |
| - - name: Removing objects from the pipeline - Where-Object |
248 |
| - href: samples/removing-objects-from-the-pipeline--where-object-.md |
249 |
| - - name: Selecting parts of object - Select-Object |
250 |
| - href: samples/selecting-parts-of-objects--select-object-.md |
251 |
| - - name: Sorting objects |
252 |
| - href: samples/sorting-objects.md |
253 |
| - - name: Repeating a task for multiple objects - ForEach-Object |
254 |
| - href: samples/repeating-a-task-for-multiple-objects--foreach-object-.md |
255 |
| - - name: Using static classes and methods |
256 |
| - href: samples/using-static-classes-and-methods.md |
257 |
| - - name: Viewing object structure - Get-Member |
258 |
| - href: samples/viewing-object-structure--get-member-.md |
259 |
| - - name: Working with printers |
260 |
| - href: samples/working-with-printers.md |
261 |
| - - name: Working with registry entries |
262 |
| - href: samples/working-with-registry-entries.md |
263 |
| - - name: Working with registry keys |
264 |
| - href: samples/working-with-registry-keys.md |
265 |
| - - name: Working with software installations |
266 |
| - href: samples/working-with-software-installations.md |
267 |
| - - name: Other useful scripting objects |
268 |
| - href: samples/other-useful-scripting-objects.md |
269 |
| - - name: Appendix 1 Compatibility aliases |
270 |
| - href: samples/appendix-1---compatibility-aliases.md |
271 |
| - - name: Appendix 2 Creating a custom powershell shortcut |
272 |
| - href: samples/appendix-2---creating-a-custom-powershell-shortcut.md |
| 275 | + - name: Manipulating items directly |
| 276 | + href: samples/manipulating-items-directly.md |
| 277 | + - name: Other useful scripting objects |
| 278 | + href: samples/other-useful-scripting-objects.md |
| 279 | + - name: Appendix 1 Compatibility aliases |
| 280 | + href: samples/appendix-1---compatibility-aliases.md |
| 281 | + - name: Appendix 2 Creating a custom powershell shortcut |
| 282 | + href: samples/appendix-2---creating-a-custom-powershell-shortcut.md |
0 commit comments