Windows PowerShell 3.0 first steps /
Get started with this powerful Windows administration tool Automate Windows administration tasks with ease by learning the fundamentals of Windows PowerShell 3.0. Led by a Windows PowerShell expert, you'll learn must-know concepts and techniques through easy-to-follow explanations, examples, an...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Redmond, Wash. :
Microsoft Press,
©2013.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Foreword; Introduction; Chapter 1: Overview of Windows PowerShell 3.0; Understanding Windows PowerShell ; Working with Windows PowerShell; Security issues with Windows PowerShell; Using Windows PowerShell cmdlets; The most common verb: Get; Supplying options for cmdlets; Using single parameters; Introduction to parameter sets; Using command-line utilities; Working with Help options; Summary; Chapter 2: Using Windows PowerShell cmdlets; Understanding the basics of cmdlets; Common Windows PowerShell parameters; Starting the Windows PowerShell transcript.
- Stopping and reviewing the Windows PowerShell transcriptSearching the Help topics; Using the Get-Help cmdlet; Using the About conceptual Help topics ; Using the Get-Command to find cmdlets; Using the Get-Member cmdlet; Exploring property members; Using the Show-Command cmdlet; Setting the Script Execution Policy; Creating a basic Windows PowerShell profile; Determining if a Windows PowerShell profile exists; Creating a new Windows PowerShell profile; Summary; Chapter 3: Filtering, grouping, and sorting; Introduction to the pipeline; Sorting output from a cmdlet; Grouping output after sorting.
- Grouping information without element dataFiltering output from one cmdlet; Filtering by date; Filtering to the left; Filtering output from one cmdlet before sorting; Summary; Chapter 4: Formatting output; Creating a table; Choosing specific properties in a specific order; Controlling the way the table displays; Creating a list; Choosing properties by name; Choosing properties by wildcard; Creating a wide display; Using the -AutoSize parameter to configure the output; Customizing the Format-Wide output; Creating an output grid; Sorting output by using the column buttons.
- Filtering output by using the filter boxSummary; Chapter 5: Storing output; Storing data in text files; Redirect and append; Redirect and overwrite; Controlling the text file; Storing data in .csv files; No type information; Using type information ; Storing data in XML; The problem with complex objects; Using XML to store complex objects; Summary; Chapter 6: Leveraging Windows PowerShell providers; Understanding Windows PowerShell providers; Understanding the Alias provider; Understanding the Certificate provider; Understanding the Environment provider; Understanding the File System provider.
- Understanding the Function providerUnderstanding the Registry provider; Understanding the Variable provider; Summary; Chapter 7: Using Windows PowerShell remoting; Using Windows PowerShell remoting; Classic remoting; Configuring Windows PowerShell remoting; Running commands; Creating a persisted connection; Troubleshooting Windows PowerShell remoting; Summary; Chapter 8: Using WMI; Understanding the WMI Model; Working with objects and namespaces; Listing WMI providers; Working with WMI classes; Querying WMI: The basics; Tell me everything about everything.