Microsoft Windows PowerShell 3.0 first look:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham
Packt Publishing
2012
|
Schlagworte: | |
Online-Zugang: | FAW01 FAW02 Volltext |
Beschreibung: | A quick, succinct guide to the new and exciting features in PowerShell 3.0 Microsoft Windows PowerShell 3.0 First Look; Microsoft Windows PowerShell 3.0 First Look; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Instant Updates on New Packt Books; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Find What You're Looking for; The Show-Command cmdlet; Updatable contextual help; What help is made of The Save-Help cmdletThe Update-Help cmdlet; The Get-Help cmdlet; The auto-discovery cmdlet; Understanding cmdlet auto-discovery; Things to know about auto-discovery; Summary; 2. Usability Enhancements; The problem with Where-Object and ForEach-Object; Fixing the problem with Where-Object; Fixing the problem with ForEach-Object; Enhancements to tab completion; Improvements to Get-ChildItem; The problem with Get-ChildItem; A better Get-ChildItem; Summary; 3. Improved Administration; Scheduling jobs; Creating a job trigger; Viewing scheduled jobs in the Windows Task Scheduler Delegated administrationThe need for a more robust system; Examining PowerShell session configurations; Modifying existing session configurations; Creating a delegated session configuration; Registering new session configurations; Connecting to a newly registered session configuration; Robust and resilient remote sessions; A long running example; Using resilient sessions; Experimenting with resilient sessions; Improved Restart-Computer; The enhanced Restart-Computer; Installing a product which requires a restart; Using the delay parameter; Using different communication protocols; Summary 4. Windows Workflow in PowerShellUnderstanding Windows Workflow; Integrating Windows Workflow with PowerShell; First steps in workflows; Workflow common parameters; Workflow as a job; Remote execution; Custom workflow parameters; Scripts in workflows; Working between workflows; Parallel execution; Persisting data in workflows; Limitations of PowerShell workflows; Variable scope; No advanced function blocks; Activities that run only on the local machine; The cmdlets that have no activity implementation; Importing activities into PowerShell; Using PowerShell workflows in Visual Studio Adding a Microsoft workflow activity assemblyAdding a custom PowerShell workflow to Visual Studio; Summary; 5. Using the Common Informational Model; Introduction to the CIM IDE; Implementing a simple WMI provider; Adding a CIM Provider project; The implementation details; Generating PowerShell metadata; Registering a WMI provider; Automatically creating provider cmdlets; Why new cmdlets to interact with WMI?; Differences between the CIM and WMI cmdlets; Cmdlet differences between CIM and WMI; Registering CIM events; Updating CIM instances; Exploring the new CIM cmdlets; CIM sessions |
Beschreibung: | 1 Online-Ressource |
ISBN: | 1849686440 1849686459 9781849686440 9781849686457 |
Internformat
MARC
LEADER | 00000nmm a2200000zc 4500 | ||
---|---|---|---|
001 | BV043153827 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | cr|uuu---uuuuu | ||
008 | 151126s2012 |||| o||u| ||||||eng d | ||
020 | |a 1849686440 |9 1-84968-644-0 | ||
020 | |a 1849686459 |9 1-84968-645-9 | ||
020 | |a 1849686459 |c electronic bk. |9 1-84968-645-9 | ||
020 | |a 9781849686440 |9 978-1-84968-644-0 | ||
020 | |a 9781849686457 |c electronic bk. |9 978-1-84968-645-7 | ||
035 | |a (OCoLC)815671785 | ||
035 | |a (DE-599)BVBBV043153827 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
049 | |a DE-1046 |a DE-1047 | ||
082 | 0 | |a 006.7/8 | |
082 | 0 | |a 005.446 | |
100 | 1 | |a Driscoll, Adam |e Verfasser |4 aut | |
245 | 1 | 0 | |a Microsoft Windows PowerShell 3.0 first look |c Adam Driscoll |
264 | 1 | |a Birmingham |b Packt Publishing |c 2012 | |
300 | |a 1 Online-Ressource | ||
336 | |b txt |2 rdacontent | ||
337 | |b c |2 rdamedia | ||
338 | |b cr |2 rdacarrier | ||
500 | |a A quick, succinct guide to the new and exciting features in PowerShell 3.0 | ||
500 | |a Microsoft Windows PowerShell 3.0 First Look; Microsoft Windows PowerShell 3.0 First Look; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Instant Updates on New Packt Books; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Find What You're Looking for; The Show-Command cmdlet; Updatable contextual help; What help is made of | ||
500 | |a The Save-Help cmdletThe Update-Help cmdlet; The Get-Help cmdlet; The auto-discovery cmdlet; Understanding cmdlet auto-discovery; Things to know about auto-discovery; Summary; 2. Usability Enhancements; The problem with Where-Object and ForEach-Object; Fixing the problem with Where-Object; Fixing the problem with ForEach-Object; Enhancements to tab completion; Improvements to Get-ChildItem; The problem with Get-ChildItem; A better Get-ChildItem; Summary; 3. Improved Administration; Scheduling jobs; Creating a job trigger; Viewing scheduled jobs in the Windows Task Scheduler | ||
500 | |a Delegated administrationThe need for a more robust system; Examining PowerShell session configurations; Modifying existing session configurations; Creating a delegated session configuration; Registering new session configurations; Connecting to a newly registered session configuration; Robust and resilient remote sessions; A long running example; Using resilient sessions; Experimenting with resilient sessions; Improved Restart-Computer; The enhanced Restart-Computer; Installing a product which requires a restart; Using the delay parameter; Using different communication protocols; Summary | ||
500 | |a 4. Windows Workflow in PowerShellUnderstanding Windows Workflow; Integrating Windows Workflow with PowerShell; First steps in workflows; Workflow common parameters; Workflow as a job; Remote execution; Custom workflow parameters; Scripts in workflows; Working between workflows; Parallel execution; Persisting data in workflows; Limitations of PowerShell workflows; Variable scope; No advanced function blocks; Activities that run only on the local machine; The cmdlets that have no activity implementation; Importing activities into PowerShell; Using PowerShell workflows in Visual Studio | ||
500 | |a Adding a Microsoft workflow activity assemblyAdding a custom PowerShell workflow to Visual Studio; Summary; 5. Using the Common Informational Model; Introduction to the CIM IDE; Implementing a simple WMI provider; Adding a CIM Provider project; The implementation details; Generating PowerShell metadata; Registering a WMI provider; Automatically creating provider cmdlets; Why new cmdlets to interact with WMI?; Differences between the CIM and WMI cmdlets; Cmdlet differences between CIM and WMI; Registering CIM events; Updating CIM instances; Exploring the new CIM cmdlets; CIM sessions | ||
630 | 0 | 4 | |a Microsoft Windows (Computer file) |
650 | 4 | |a Microsoft SharePoint (Electronic resource) | |
650 | 4 | |a Windows PowerShell (Computer program language) | |
650 | 4 | |a Windows (Computer programs) | |
650 | 7 | |a COMPUTERS / Operating Systems / DOS. |2 bisacsh | |
650 | 7 | |a COMPUTERS / Operating Systems / Macintosh |2 bisacsh | |
650 | 7 | |a COMPUTERS / Operating Systems / Windows Server & NT. |2 bisacsh | |
650 | 7 | |a COMPUTERS / Operating Systems / Windows Workstation |2 bisacsh | |
650 | 7 | |a COMPUTERS / System Administration / Windows Administration |2 bisacsh | |
650 | 7 | |a Microsoft Windows (Computer file) |2 fast | |
650 | 7 | |a Operating systems (Computers) |2 fast | |
650 | 7 | |a Windows PowerShell (Computer program language) |2 fast | |
650 | 4 | |a Windows PowerShell (Computer program language) | |
650 | 4 | |a Operating systems (Computers) | |
856 | 4 | 0 | |u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=499244 |x Aggregator |3 Volltext |
912 | |a ZDB-4-EBA | ||
999 | |a oai:aleph.bib-bvb.de:BVB01-028578018 | ||
966 | e | |u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=499244 |l FAW01 |p ZDB-4-EBA |q FAW_PDA_EBA |x Aggregator |3 Volltext | |
966 | e | |u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=499244 |l FAW02 |p ZDB-4-EBA |q FAW_PDA_EBA |x Aggregator |3 Volltext |
Datensatz im Suchindex
_version_ | 1804175616742785024 |
---|---|
any_adam_object | |
author | Driscoll, Adam |
author_facet | Driscoll, Adam |
author_role | aut |
author_sort | Driscoll, Adam |
author_variant | a d ad |
building | Verbundindex |
bvnumber | BV043153827 |
collection | ZDB-4-EBA |
ctrlnum | (OCoLC)815671785 (DE-599)BVBBV043153827 |
dewey-full | 006.7/8 005.446 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods 005 - Computer programming, programs, data, security |
dewey-raw | 006.7/8 005.446 |
dewey-search | 006.7/8 005.446 |
dewey-sort | 16.7 18 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>05451nmm a2200613zc 4500</leader><controlfield tag="001">BV043153827</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">cr|uuu---uuuuu</controlfield><controlfield tag="008">151126s2012 |||| o||u| ||||||eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1849686440</subfield><subfield code="9">1-84968-644-0</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1849686459</subfield><subfield code="9">1-84968-645-9</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1849686459</subfield><subfield code="c">electronic bk.</subfield><subfield code="9">1-84968-645-9</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781849686440</subfield><subfield code="9">978-1-84968-644-0</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781849686457</subfield><subfield code="c">electronic bk.</subfield><subfield code="9">978-1-84968-645-7</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)815671785</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV043153827</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1046</subfield><subfield code="a">DE-1047</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">006.7/8</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.446</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Driscoll, Adam</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Microsoft Windows PowerShell 3.0 first look</subfield><subfield code="c">Adam Driscoll</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham</subfield><subfield code="b">Packt Publishing</subfield><subfield code="c">2012</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 Online-Ressource</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="500" ind1=" " ind2=" "><subfield code="a">A quick, succinct guide to the new and exciting features in PowerShell 3.0</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Microsoft Windows PowerShell 3.0 First Look; Microsoft Windows PowerShell 3.0 First Look; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Instant Updates on New Packt Books; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Find What You're Looking for; The Show-Command cmdlet; Updatable contextual help; What help is made of</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">The Save-Help cmdletThe Update-Help cmdlet; The Get-Help cmdlet; The auto-discovery cmdlet; Understanding cmdlet auto-discovery; Things to know about auto-discovery; Summary; 2. Usability Enhancements; The problem with Where-Object and ForEach-Object; Fixing the problem with Where-Object; Fixing the problem with ForEach-Object; Enhancements to tab completion; Improvements to Get-ChildItem; The problem with Get-ChildItem; A better Get-ChildItem; Summary; 3. Improved Administration; Scheduling jobs; Creating a job trigger; Viewing scheduled jobs in the Windows Task Scheduler</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Delegated administrationThe need for a more robust system; Examining PowerShell session configurations; Modifying existing session configurations; Creating a delegated session configuration; Registering new session configurations; Connecting to a newly registered session configuration; Robust and resilient remote sessions; A long running example; Using resilient sessions; Experimenting with resilient sessions; Improved Restart-Computer; The enhanced Restart-Computer; Installing a product which requires a restart; Using the delay parameter; Using different communication protocols; Summary</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">4. Windows Workflow in PowerShellUnderstanding Windows Workflow; Integrating Windows Workflow with PowerShell; First steps in workflows; Workflow common parameters; Workflow as a job; Remote execution; Custom workflow parameters; Scripts in workflows; Working between workflows; Parallel execution; Persisting data in workflows; Limitations of PowerShell workflows; Variable scope; No advanced function blocks; Activities that run only on the local machine; The cmdlets that have no activity implementation; Importing activities into PowerShell; Using PowerShell workflows in Visual Studio</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Adding a Microsoft workflow activity assemblyAdding a custom PowerShell workflow to Visual Studio; Summary; 5. Using the Common Informational Model; Introduction to the CIM IDE; Implementing a simple WMI provider; Adding a CIM Provider project; The implementation details; Generating PowerShell metadata; Registering a WMI provider; Automatically creating provider cmdlets; Why new cmdlets to interact with WMI?; Differences between the CIM and WMI cmdlets; Cmdlet differences between CIM and WMI; Registering CIM events; Updating CIM instances; Exploring the new CIM cmdlets; CIM sessions</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">Microsoft Windows (Computer file)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Microsoft SharePoint (Electronic resource)</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 (Computer programs)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Operating Systems / DOS.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Operating Systems / Macintosh</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Operating Systems / Windows Server & NT.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Operating Systems / Windows Workstation</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / System Administration / Windows Administration</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Microsoft Windows (Computer file)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Operating systems (Computers)</subfield><subfield code="2">fast</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="650" ind1=" " ind2="4"><subfield code="a">Windows PowerShell (Computer program language)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Operating systems (Computers)</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="u">http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=499244</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-028578018</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=499244</subfield><subfield code="l">FAW01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FAW_PDA_EBA</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=499244</subfield><subfield code="l">FAW02</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FAW_PDA_EBA</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield></record></collection> |
id | DE-604.BV043153827 |
illustrated | Not Illustrated |
indexdate | 2024-07-10T07:19:07Z |
institution | BVB |
isbn | 1849686440 1849686459 9781849686440 9781849686457 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-028578018 |
oclc_num | 815671785 |
open_access_boolean | |
owner | DE-1046 DE-1047 |
owner_facet | DE-1046 DE-1047 |
physical | 1 Online-Ressource |
psigel | ZDB-4-EBA ZDB-4-EBA FAW_PDA_EBA |
publishDate | 2012 |
publishDateSearch | 2012 |
publishDateSort | 2012 |
publisher | Packt Publishing |
record_format | marc |
spelling | Driscoll, Adam Verfasser aut Microsoft Windows PowerShell 3.0 first look Adam Driscoll Birmingham Packt Publishing 2012 1 Online-Ressource txt rdacontent c rdamedia cr rdacarrier A quick, succinct guide to the new and exciting features in PowerShell 3.0 Microsoft Windows PowerShell 3.0 First Look; Microsoft Windows PowerShell 3.0 First Look; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Instant Updates on New Packt Books; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Find What You're Looking for; The Show-Command cmdlet; Updatable contextual help; What help is made of The Save-Help cmdletThe Update-Help cmdlet; The Get-Help cmdlet; The auto-discovery cmdlet; Understanding cmdlet auto-discovery; Things to know about auto-discovery; Summary; 2. Usability Enhancements; The problem with Where-Object and ForEach-Object; Fixing the problem with Where-Object; Fixing the problem with ForEach-Object; Enhancements to tab completion; Improvements to Get-ChildItem; The problem with Get-ChildItem; A better Get-ChildItem; Summary; 3. Improved Administration; Scheduling jobs; Creating a job trigger; Viewing scheduled jobs in the Windows Task Scheduler Delegated administrationThe need for a more robust system; Examining PowerShell session configurations; Modifying existing session configurations; Creating a delegated session configuration; Registering new session configurations; Connecting to a newly registered session configuration; Robust and resilient remote sessions; A long running example; Using resilient sessions; Experimenting with resilient sessions; Improved Restart-Computer; The enhanced Restart-Computer; Installing a product which requires a restart; Using the delay parameter; Using different communication protocols; Summary 4. Windows Workflow in PowerShellUnderstanding Windows Workflow; Integrating Windows Workflow with PowerShell; First steps in workflows; Workflow common parameters; Workflow as a job; Remote execution; Custom workflow parameters; Scripts in workflows; Working between workflows; Parallel execution; Persisting data in workflows; Limitations of PowerShell workflows; Variable scope; No advanced function blocks; Activities that run only on the local machine; The cmdlets that have no activity implementation; Importing activities into PowerShell; Using PowerShell workflows in Visual Studio Adding a Microsoft workflow activity assemblyAdding a custom PowerShell workflow to Visual Studio; Summary; 5. Using the Common Informational Model; Introduction to the CIM IDE; Implementing a simple WMI provider; Adding a CIM Provider project; The implementation details; Generating PowerShell metadata; Registering a WMI provider; Automatically creating provider cmdlets; Why new cmdlets to interact with WMI?; Differences between the CIM and WMI cmdlets; Cmdlet differences between CIM and WMI; Registering CIM events; Updating CIM instances; Exploring the new CIM cmdlets; CIM sessions Microsoft Windows (Computer file) Microsoft SharePoint (Electronic resource) Windows PowerShell (Computer program language) Windows (Computer programs) COMPUTERS / Operating Systems / DOS. bisacsh COMPUTERS / Operating Systems / Macintosh bisacsh COMPUTERS / Operating Systems / Windows Server & NT. bisacsh COMPUTERS / Operating Systems / Windows Workstation bisacsh COMPUTERS / System Administration / Windows Administration bisacsh Microsoft Windows (Computer file) fast Operating systems (Computers) fast Windows PowerShell (Computer program language) fast Operating systems (Computers) http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=499244 Aggregator Volltext |
spellingShingle | Driscoll, Adam Microsoft Windows PowerShell 3.0 first look Microsoft Windows (Computer file) Microsoft SharePoint (Electronic resource) Windows PowerShell (Computer program language) Windows (Computer programs) COMPUTERS / Operating Systems / DOS. bisacsh COMPUTERS / Operating Systems / Macintosh bisacsh COMPUTERS / Operating Systems / Windows Server & NT. bisacsh COMPUTERS / Operating Systems / Windows Workstation bisacsh COMPUTERS / System Administration / Windows Administration bisacsh Microsoft Windows (Computer file) fast Operating systems (Computers) fast Windows PowerShell (Computer program language) fast Operating systems (Computers) |
title | Microsoft Windows PowerShell 3.0 first look |
title_auth | Microsoft Windows PowerShell 3.0 first look |
title_exact_search | Microsoft Windows PowerShell 3.0 first look |
title_full | Microsoft Windows PowerShell 3.0 first look Adam Driscoll |
title_fullStr | Microsoft Windows PowerShell 3.0 first look Adam Driscoll |
title_full_unstemmed | Microsoft Windows PowerShell 3.0 first look Adam Driscoll |
title_short | Microsoft Windows PowerShell 3.0 first look |
title_sort | microsoft windows powershell 3 0 first look |
topic | Microsoft Windows (Computer file) Microsoft SharePoint (Electronic resource) Windows PowerShell (Computer program language) Windows (Computer programs) COMPUTERS / Operating Systems / DOS. bisacsh COMPUTERS / Operating Systems / Macintosh bisacsh COMPUTERS / Operating Systems / Windows Server & NT. bisacsh COMPUTERS / Operating Systems / Windows Workstation bisacsh COMPUTERS / System Administration / Windows Administration bisacsh Microsoft Windows (Computer file) fast Operating systems (Computers) fast Windows PowerShell (Computer program language) fast Operating systems (Computers) |
topic_facet | Microsoft Windows (Computer file) Microsoft SharePoint (Electronic resource) Windows PowerShell (Computer program language) Windows (Computer programs) COMPUTERS / Operating Systems / DOS. COMPUTERS / Operating Systems / Macintosh COMPUTERS / Operating Systems / Windows Server & NT. COMPUTERS / Operating Systems / Windows Workstation COMPUTERS / System Administration / Windows Administration Operating systems (Computers) |
url | http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=499244 |
work_keys_str_mv | AT driscolladam microsoftwindowspowershell30firstlook |