Mastering PowerShell scripting: automate and manage your environment using PowerShell 7.1
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham ; Mumbai
Packt Publishing
2021
|
Ausgabe: | Fourth edition |
Schriftenreihe: | Expert insight
|
Schlagworte: | |
Online-Zugang: | FHD01 |
Beschreibung: | 1 Online-Ressource (xxiii, 759 Seiten) |
ISBN: | 9781800208575 |
Internformat
MARC
LEADER | 00000nmm a2200000 c 4500 | ||
---|---|---|---|
001 | BV048529590 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | cr|uuu---uuuuu | ||
008 | 221025s2021 |||| o||u| ||||||eng d | ||
015 | |a GBC196782 |2 dnb | ||
020 | |a 9781800208575 |9 978-1-80020-857-5 | ||
035 | |a (OCoLC)1349550728 | ||
035 | |a (DE-599)BVBBV048529590 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
049 | |a DE-1050 | ||
100 | 1 | |a Dent, Chris J. |e Verfasser |0 (DE-588)1156688035 |4 aut | |
245 | 1 | 0 | |a Mastering PowerShell scripting |b automate and manage your environment using PowerShell 7.1 |c Chris Dent |
250 | |a Fourth edition | ||
264 | 1 | |a Birmingham ; Mumbai |b Packt Publishing |c 2021 | |
300 | |a 1 Online-Ressource (xxiii, 759 Seiten) | ||
336 | |b txt |2 rdacontent | ||
337 | |b c |2 rdamedia | ||
338 | |b cr |2 rdacarrier | ||
490 | 0 | |a Expert insight | |
505 | 8 | |a Intro -- Copyright -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to PowerShell -- What is PowerShell? -- PowerShell editors -- Getting help -- Updatable help -- The Get-Help command -- Syntax -- Examples -- Parameter -- Detailed and Full switches -- Save-Help -- Update-Help -- About_* help files -- Command naming and discovery -- Verbs -- Nouns -- Finding commands -- Aliases -- Parameters, values, and parameter sets -- Parameters -- Optional parameters -- Optional positional parameters -- Mandatory parameters -- Mandatory positional parameters -- Switch parameters | |
505 | 8 | |a Parameter values -- Parameter sets -- Common parameters -- Confirm and WhatIf -- Confirm and ConfirmPreference -- WhatIf and WhatIfPreference -- Force parameter -- PassThru parameter -- Introduction to providers -- Drives and providers -- Introduction to splatting -- Splatting to avoid long lines -- Conditional use of parameters -- Splatting to avoid repetition -- Splatting and positional parameters -- Parser modes -- Experimental features -- Summary -- Chapter 2: Modules and Snap-Ins -- Introducing modules -- The Get-Module command -- The Import-Module command -- The Remove-Module command | |
505 | 8 | |a PSModulePath in PowerShell -- Using Windows PowerShell modules in PowerShell 7 -- Finding and installing modules -- What is the PowerShell Gallery? -- The Find-Module command -- The Install-Module command -- The Update-Module command -- The Save-Module command -- PowerShellGet 3.0 -- Repositories -- Version ranges -- PowerShell repositories -- Creating an SMB repository -- NuGet repositories -- About snap-ins -- Summary -- Chapter 3: Working with Objects in PowerShell -- Pipelines -- Standard output -- Non-standard output -- The object pipeline -- Members -- The Get-Member command | |
505 | 8 | |a Accessing object properties -- Access modifiers -- Using methods -- The Add-Member command -- Enumerating and filtering -- The ForEach-Object command -- Begin and End parameters -- The Parallel parameter -- The MemberName parameter -- The Where-Object command -- Selecting and sorting -- The Select-Object command -- Calculated properties -- The ExpandProperty parameter -- The Unique parameter -- Property sets -- The Sort-Object command -- Grouping and measuring -- The Group-Object command -- The Measure-Object command -- Comparing -- Importing, exporting, and converting -- The Export-Csv command | |
505 | 8 | |a The Import-Csv command -- Export-Clixml and Import-Clixml -- The Tee-Object command -- Summary -- Chapter 4: Operators -- Arithmetic operators -- Operator precedence -- Addition and subtraction operators -- Addition operator -- Subtraction operator -- Multiplication, division, and remainder operators -- Multiplication operator -- Division operator -- Remainder operator -- Assignment operators -- Assign, add and assign, and subtract and assign -- Multiply and assign, divide and assign, and modulus and assign -- Statements can be assigned to a variable -- Comparison operators -- Case sensitivity | |
650 | 4 | |a Windows PowerShell (Computer program language) | |
650 | 4 | |a Windows PowerShell (Langage de programmation) | |
650 | 7 | |a Windows PowerShell (Computer program language) |2 fast | |
776 | 0 | 8 | |i Erscheint auch als |n Druck-Ausgabe |z 978-1-80020-654-0 |
912 | |a ZDB-30-PQE | ||
999 | |a oai:aleph.bib-bvb.de:BVB01-033906335 | ||
966 | e | |u https://ebookcentral.proquest.com/lib/th-deggendorf/detail.action?docID=6670230 |l FHD01 |p ZDB-30-PQE |q FHD01_PQE_Kauf |x Aggregator |3 Volltext |
Datensatz im Suchindex
_version_ | 1804184521994665984 |
---|---|
adam_txt | |
any_adam_object | |
any_adam_object_boolean | |
author | Dent, Chris J. |
author_GND | (DE-588)1156688035 |
author_facet | Dent, Chris J. |
author_role | aut |
author_sort | Dent, Chris J. |
author_variant | c j d cj cjd |
building | Verbundindex |
bvnumber | BV048529590 |
collection | ZDB-30-PQE |
contents | Intro -- Copyright -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to PowerShell -- What is PowerShell? -- PowerShell editors -- Getting help -- Updatable help -- The Get-Help command -- Syntax -- Examples -- Parameter -- Detailed and Full switches -- Save-Help -- Update-Help -- About_* help files -- Command naming and discovery -- Verbs -- Nouns -- Finding commands -- Aliases -- Parameters, values, and parameter sets -- Parameters -- Optional parameters -- Optional positional parameters -- Mandatory parameters -- Mandatory positional parameters -- Switch parameters Parameter values -- Parameter sets -- Common parameters -- Confirm and WhatIf -- Confirm and ConfirmPreference -- WhatIf and WhatIfPreference -- Force parameter -- PassThru parameter -- Introduction to providers -- Drives and providers -- Introduction to splatting -- Splatting to avoid long lines -- Conditional use of parameters -- Splatting to avoid repetition -- Splatting and positional parameters -- Parser modes -- Experimental features -- Summary -- Chapter 2: Modules and Snap-Ins -- Introducing modules -- The Get-Module command -- The Import-Module command -- The Remove-Module command PSModulePath in PowerShell -- Using Windows PowerShell modules in PowerShell 7 -- Finding and installing modules -- What is the PowerShell Gallery? -- The Find-Module command -- The Install-Module command -- The Update-Module command -- The Save-Module command -- PowerShellGet 3.0 -- Repositories -- Version ranges -- PowerShell repositories -- Creating an SMB repository -- NuGet repositories -- About snap-ins -- Summary -- Chapter 3: Working with Objects in PowerShell -- Pipelines -- Standard output -- Non-standard output -- The object pipeline -- Members -- The Get-Member command Accessing object properties -- Access modifiers -- Using methods -- The Add-Member command -- Enumerating and filtering -- The ForEach-Object command -- Begin and End parameters -- The Parallel parameter -- The MemberName parameter -- The Where-Object command -- Selecting and sorting -- The Select-Object command -- Calculated properties -- The ExpandProperty parameter -- The Unique parameter -- Property sets -- The Sort-Object command -- Grouping and measuring -- The Group-Object command -- The Measure-Object command -- Comparing -- Importing, exporting, and converting -- The Export-Csv command The Import-Csv command -- Export-Clixml and Import-Clixml -- The Tee-Object command -- Summary -- Chapter 4: Operators -- Arithmetic operators -- Operator precedence -- Addition and subtraction operators -- Addition operator -- Subtraction operator -- Multiplication, division, and remainder operators -- Multiplication operator -- Division operator -- Remainder operator -- Assignment operators -- Assign, add and assign, and subtract and assign -- Multiply and assign, divide and assign, and modulus and assign -- Statements can be assigned to a variable -- Comparison operators -- Case sensitivity |
ctrlnum | (OCoLC)1349550728 (DE-599)BVBBV048529590 |
edition | Fourth edition |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>04425nmm a2200421 c 4500</leader><controlfield tag="001">BV048529590</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">cr|uuu---uuuuu</controlfield><controlfield tag="008">221025s2021 |||| o||u| ||||||eng d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBC196782</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781800208575</subfield><subfield code="9">978-1-80020-857-5</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1349550728</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV048529590</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1050</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Dent, Chris J.</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1156688035</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Mastering PowerShell scripting</subfield><subfield code="b">automate and manage your environment using PowerShell 7.1</subfield><subfield code="c">Chris Dent</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Fourth edition</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham ; Mumbai</subfield><subfield code="b">Packt Publishing</subfield><subfield code="c">2021</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 Online-Ressource (xxiii, 759 Seiten)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Expert insight</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Intro -- Copyright -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to PowerShell -- What is PowerShell? -- PowerShell editors -- Getting help -- Updatable help -- The Get-Help command -- Syntax -- Examples -- Parameter -- Detailed and Full switches -- Save-Help -- Update-Help -- About_* help files -- Command naming and discovery -- Verbs -- Nouns -- Finding commands -- Aliases -- Parameters, values, and parameter sets -- Parameters -- Optional parameters -- Optional positional parameters -- Mandatory parameters -- Mandatory positional parameters -- Switch parameters</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Parameter values -- Parameter sets -- Common parameters -- Confirm and WhatIf -- Confirm and ConfirmPreference -- WhatIf and WhatIfPreference -- Force parameter -- PassThru parameter -- Introduction to providers -- Drives and providers -- Introduction to splatting -- Splatting to avoid long lines -- Conditional use of parameters -- Splatting to avoid repetition -- Splatting and positional parameters -- Parser modes -- Experimental features -- Summary -- Chapter 2: Modules and Snap-Ins -- Introducing modules -- The Get-Module command -- The Import-Module command -- The Remove-Module command</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">PSModulePath in PowerShell -- Using Windows PowerShell modules in PowerShell 7 -- Finding and installing modules -- What is the PowerShell Gallery? -- The Find-Module command -- The Install-Module command -- The Update-Module command -- The Save-Module command -- PowerShellGet 3.0 -- Repositories -- Version ranges -- PowerShell repositories -- Creating an SMB repository -- NuGet repositories -- About snap-ins -- Summary -- Chapter 3: Working with Objects in PowerShell -- Pipelines -- Standard output -- Non-standard output -- The object pipeline -- Members -- The Get-Member command</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Accessing object properties -- Access modifiers -- Using methods -- The Add-Member command -- Enumerating and filtering -- The ForEach-Object command -- Begin and End parameters -- The Parallel parameter -- The MemberName parameter -- The Where-Object command -- Selecting and sorting -- The Select-Object command -- Calculated properties -- The ExpandProperty parameter -- The Unique parameter -- Property sets -- The Sort-Object command -- Grouping and measuring -- The Group-Object command -- The Measure-Object command -- Comparing -- Importing, exporting, and converting -- The Export-Csv command</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">The Import-Csv command -- Export-Clixml and Import-Clixml -- The Tee-Object command -- Summary -- Chapter 4: Operators -- Arithmetic operators -- Operator precedence -- Addition and subtraction operators -- Addition operator -- Subtraction operator -- Multiplication, division, and remainder operators -- Multiplication operator -- Division operator -- Remainder operator -- Assignment operators -- Assign, add and assign, and subtract and assign -- Multiply and assign, divide and assign, and modulus and assign -- Statements can be assigned to a variable -- Comparison operators -- Case sensitivity</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Windows PowerShell (Computer program language)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Windows PowerShell (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Windows PowerShell (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Druck-Ausgabe</subfield><subfield code="z">978-1-80020-654-0</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-30-PQE</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-033906335</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">https://ebookcentral.proquest.com/lib/th-deggendorf/detail.action?docID=6670230</subfield><subfield code="l">FHD01</subfield><subfield code="p">ZDB-30-PQE</subfield><subfield code="q">FHD01_PQE_Kauf</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield></record></collection> |
id | DE-604.BV048529590 |
illustrated | Not Illustrated |
index_date | 2024-07-03T20:51:59Z |
indexdate | 2024-07-10T09:40:40Z |
institution | BVB |
isbn | 9781800208575 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-033906335 |
oclc_num | 1349550728 |
open_access_boolean | |
owner | DE-1050 |
owner_facet | DE-1050 |
physical | 1 Online-Ressource (xxiii, 759 Seiten) |
psigel | ZDB-30-PQE ZDB-30-PQE FHD01_PQE_Kauf |
publishDate | 2021 |
publishDateSearch | 2021 |
publishDateSort | 2021 |
publisher | Packt Publishing |
record_format | marc |
series2 | Expert insight |
spelling | Dent, Chris J. Verfasser (DE-588)1156688035 aut Mastering PowerShell scripting automate and manage your environment using PowerShell 7.1 Chris Dent Fourth edition Birmingham ; Mumbai Packt Publishing 2021 1 Online-Ressource (xxiii, 759 Seiten) txt rdacontent c rdamedia cr rdacarrier Expert insight Intro -- Copyright -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to PowerShell -- What is PowerShell? -- PowerShell editors -- Getting help -- Updatable help -- The Get-Help command -- Syntax -- Examples -- Parameter -- Detailed and Full switches -- Save-Help -- Update-Help -- About_* help files -- Command naming and discovery -- Verbs -- Nouns -- Finding commands -- Aliases -- Parameters, values, and parameter sets -- Parameters -- Optional parameters -- Optional positional parameters -- Mandatory parameters -- Mandatory positional parameters -- Switch parameters Parameter values -- Parameter sets -- Common parameters -- Confirm and WhatIf -- Confirm and ConfirmPreference -- WhatIf and WhatIfPreference -- Force parameter -- PassThru parameter -- Introduction to providers -- Drives and providers -- Introduction to splatting -- Splatting to avoid long lines -- Conditional use of parameters -- Splatting to avoid repetition -- Splatting and positional parameters -- Parser modes -- Experimental features -- Summary -- Chapter 2: Modules and Snap-Ins -- Introducing modules -- The Get-Module command -- The Import-Module command -- The Remove-Module command PSModulePath in PowerShell -- Using Windows PowerShell modules in PowerShell 7 -- Finding and installing modules -- What is the PowerShell Gallery? -- The Find-Module command -- The Install-Module command -- The Update-Module command -- The Save-Module command -- PowerShellGet 3.0 -- Repositories -- Version ranges -- PowerShell repositories -- Creating an SMB repository -- NuGet repositories -- About snap-ins -- Summary -- Chapter 3: Working with Objects in PowerShell -- Pipelines -- Standard output -- Non-standard output -- The object pipeline -- Members -- The Get-Member command Accessing object properties -- Access modifiers -- Using methods -- The Add-Member command -- Enumerating and filtering -- The ForEach-Object command -- Begin and End parameters -- The Parallel parameter -- The MemberName parameter -- The Where-Object command -- Selecting and sorting -- The Select-Object command -- Calculated properties -- The ExpandProperty parameter -- The Unique parameter -- Property sets -- The Sort-Object command -- Grouping and measuring -- The Group-Object command -- The Measure-Object command -- Comparing -- Importing, exporting, and converting -- The Export-Csv command The Import-Csv command -- Export-Clixml and Import-Clixml -- The Tee-Object command -- Summary -- Chapter 4: Operators -- Arithmetic operators -- Operator precedence -- Addition and subtraction operators -- Addition operator -- Subtraction operator -- Multiplication, division, and remainder operators -- Multiplication operator -- Division operator -- Remainder operator -- Assignment operators -- Assign, add and assign, and subtract and assign -- Multiply and assign, divide and assign, and modulus and assign -- Statements can be assigned to a variable -- Comparison operators -- Case sensitivity Windows PowerShell (Computer program language) Windows PowerShell (Langage de programmation) Windows PowerShell (Computer program language) fast Erscheint auch als Druck-Ausgabe 978-1-80020-654-0 |
spellingShingle | Dent, Chris J. Mastering PowerShell scripting automate and manage your environment using PowerShell 7.1 Intro -- Copyright -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to PowerShell -- What is PowerShell? -- PowerShell editors -- Getting help -- Updatable help -- The Get-Help command -- Syntax -- Examples -- Parameter -- Detailed and Full switches -- Save-Help -- Update-Help -- About_* help files -- Command naming and discovery -- Verbs -- Nouns -- Finding commands -- Aliases -- Parameters, values, and parameter sets -- Parameters -- Optional parameters -- Optional positional parameters -- Mandatory parameters -- Mandatory positional parameters -- Switch parameters Parameter values -- Parameter sets -- Common parameters -- Confirm and WhatIf -- Confirm and ConfirmPreference -- WhatIf and WhatIfPreference -- Force parameter -- PassThru parameter -- Introduction to providers -- Drives and providers -- Introduction to splatting -- Splatting to avoid long lines -- Conditional use of parameters -- Splatting to avoid repetition -- Splatting and positional parameters -- Parser modes -- Experimental features -- Summary -- Chapter 2: Modules and Snap-Ins -- Introducing modules -- The Get-Module command -- The Import-Module command -- The Remove-Module command PSModulePath in PowerShell -- Using Windows PowerShell modules in PowerShell 7 -- Finding and installing modules -- What is the PowerShell Gallery? -- The Find-Module command -- The Install-Module command -- The Update-Module command -- The Save-Module command -- PowerShellGet 3.0 -- Repositories -- Version ranges -- PowerShell repositories -- Creating an SMB repository -- NuGet repositories -- About snap-ins -- Summary -- Chapter 3: Working with Objects in PowerShell -- Pipelines -- Standard output -- Non-standard output -- The object pipeline -- Members -- The Get-Member command Accessing object properties -- Access modifiers -- Using methods -- The Add-Member command -- Enumerating and filtering -- The ForEach-Object command -- Begin and End parameters -- The Parallel parameter -- The MemberName parameter -- The Where-Object command -- Selecting and sorting -- The Select-Object command -- Calculated properties -- The ExpandProperty parameter -- The Unique parameter -- Property sets -- The Sort-Object command -- Grouping and measuring -- The Group-Object command -- The Measure-Object command -- Comparing -- Importing, exporting, and converting -- The Export-Csv command The Import-Csv command -- Export-Clixml and Import-Clixml -- The Tee-Object command -- Summary -- Chapter 4: Operators -- Arithmetic operators -- Operator precedence -- Addition and subtraction operators -- Addition operator -- Subtraction operator -- Multiplication, division, and remainder operators -- Multiplication operator -- Division operator -- Remainder operator -- Assignment operators -- Assign, add and assign, and subtract and assign -- Multiply and assign, divide and assign, and modulus and assign -- Statements can be assigned to a variable -- Comparison operators -- Case sensitivity Windows PowerShell (Computer program language) Windows PowerShell (Langage de programmation) Windows PowerShell (Computer program language) fast |
title | Mastering PowerShell scripting automate and manage your environment using PowerShell 7.1 |
title_auth | Mastering PowerShell scripting automate and manage your environment using PowerShell 7.1 |
title_exact_search | Mastering PowerShell scripting automate and manage your environment using PowerShell 7.1 |
title_exact_search_txtP | Mastering PowerShell scripting automate and manage your environment using PowerShell 7.1 |
title_full | Mastering PowerShell scripting automate and manage your environment using PowerShell 7.1 Chris Dent |
title_fullStr | Mastering PowerShell scripting automate and manage your environment using PowerShell 7.1 Chris Dent |
title_full_unstemmed | Mastering PowerShell scripting automate and manage your environment using PowerShell 7.1 Chris Dent |
title_short | Mastering PowerShell scripting |
title_sort | mastering powershell scripting automate and manage your environment using powershell 7 1 |
title_sub | automate and manage your environment using PowerShell 7.1 |
topic | Windows PowerShell (Computer program language) Windows PowerShell (Langage de programmation) Windows PowerShell (Computer program language) fast |
topic_facet | Windows PowerShell (Computer program language) Windows PowerShell (Langage de programmation) |
work_keys_str_mv | AT dentchrisj masteringpowershellscriptingautomateandmanageyourenvironmentusingpowershell71 |