Skip to content

Files

Latest commit

May 20, 2025
5e1c811 · May 20, 2025

History

History
19 lines (13 loc) · 823 Bytes
·

selectstr-tutorial.md

File metadata and controls

19 lines (13 loc) · 823 Bytes
·
description ms.date title
SelectStr Tutorial
09/13/2016
SelectStr Tutorial

SelectStr Tutorial

This section provides a tutorial for creating the Select-Str cmdlet, which is very similar to the Select-String cmdlet provided by Windows PowerShell. This tutorial provides fragments of code that illustrate how cmdlets are implemented, and an explanation of the code.

Topic in this Tutorial

Creating a Cmdlet to Access a Data Store This section describes how to create a cmdlet that selects strings that are in a file or object.

See Also

Creating a Cmdlet to Access a Data Store

Windows PowerShell SDK