Windows PowerShell 3.0 - kurz & gut:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
Beijing [u.a.]
O'Reilly
2013
|
Ausgabe: | 3. Aufl. |
Schriftenreihe: | O'Reillys Taschenbibliothek
|
Schlagworte: | |
Online-Zugang: | Inhaltstext Inhaltsverzeichnis |
Beschreibung: | VI, 185 S. Ill. |
ISBN: | 9783955610555 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV040963696 | ||
003 | DE-604 | ||
007 | t | ||
008 | 130423s2013 a||| |||| 00||| ger d | ||
016 | 7 | |a 1029163901 |2 DE-101 | |
020 | |a 9783955610555 |9 978-3-95561-055-5 | ||
035 | |a (OCoLC)858922490 | ||
035 | |a (DE-599)DNB1029163901 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a ger | |
049 | |a DE-11 |a DE-858 |a DE-859 |a DE-573 |a DE-83 |a DE-706 | ||
082 | 0 | |a 005.446 |2 22/ger | |
084 | |a ST 261 |0 (DE-625)143633: |2 rvk | ||
084 | |a ST 281 |0 (DE-625)143646: |2 rvk | ||
100 | 1 | |a Holmes, Lee |e Verfasser |4 aut | |
245 | 1 | 0 | |a Windows PowerShell 3.0 - kurz & gut |c Lee Holmes |
250 | |a 3. Aufl. | ||
264 | 1 | |a Beijing [u.a.] |b O'Reilly |c 2013 | |
300 | |a VI, 185 S. |b Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a O'Reillys Taschenbibliothek | |
650 | 0 | 7 | |a Windows PowerShell 3.0 |0 (DE-588)1031799583 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Windows PowerShell 2.0 |0 (DE-588)7687120-4 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Befehlsvorrat |0 (DE-588)4129931-0 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)4188171-0 |a Verzeichnis |2 gnd-content | |
689 | 0 | 0 | |a Windows PowerShell 3.0 |0 (DE-588)1031799583 |D s |
689 | 0 | 1 | |a Befehlsvorrat |0 (DE-588)4129931-0 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Windows PowerShell 2.0 |0 (DE-588)7687120-4 |D s |
689 | 1 | 1 | |a Befehlsvorrat |0 (DE-588)4129931-0 |D s |
689 | 1 | |8 1\p |5 DE-604 | |
856 | 4 | 2 | |m X:MVB |q text/html |u http://deposit.dnb.de/cgi-bin/dokserv?id=4219274&prov=M&dok_var=1&dok_ext=htm |3 Inhaltstext |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025942021&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk | |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-025942021 |
Datensatz im Suchindex
_version_ | 1807955772038971392 |
---|---|
adam_text |
IMAGE 1
INHALT
EINLEITUNG 2
INSTALLATION 2
VERB-SUBSTANTIV-SYNTAX 4
DIE NEUERUNGEN DER WINDOWS POWERSHELL 3.0 4
DAS HILFESYSTEM 8
DIE POWERSHELL ALS SPRACHE 12
CMDLETS 12
PROVIDER 14
DIE PIPELINE 15
ERWEITERUNGSMOEGLICHKEITEN 17
SNAP-INS 17
MODULE 18
ALLGEMEINE ANPASSUNGSMOEGLICHKEITEN 21
KONSOLENEINSTELLUNGEN 21
PROFILE 24
EINGABEAUFFORDERUNG 25
TABULATOR-VERVOLLSTAENDIGUNG 25
AUSFUEHRUNGSRICHTLINIEN 26
BEFEHLE UND AUSDRUECKE 28
KOMMENTARE 29
VARIABLEN 30
BOOLESCHE WERTE 31
HTTP://D-NB.INFO/1029163901
IMAGE 2
STRINGS 32
LITERALE UND SICH ERWEITERNDE ZEICHENKETTEN 32
HERE-STRINGS 33
ESCAPE-SEQUENZEN 34
ZAHLEN 34
EINFACHE ZUWEISUNG 34
ADMINISTRATIVE NUMERISCHE KONSTANTEN 35
HEXADEZIMAL-UND ANDERE ZAHLENSYSTEME 36
ARRAYS UND LISTEN 36
ARRAY-DEFINITIONEN 37
ARRAY-ZUGRIFF 38
ARRAY-AUFTEILUNG 39
HASH-TABELLEN (ASSOZIATIVE ARRAYS) 40
HASH-TABELLENDEFINITIONEN 40
ZUGRIFF AUF HASH-TABELLEN 40
XML 41
EINFACHE OPERATOREN 42
ARITHMETISCHE OPERATOREN 42
LOGISCHE OPERATOREN 44
BINAERE OPERATOREN 45
WEITERE OPERATOREN 47
VERGLEICHSOPERATOREN 48
BEDINGUNGSANWEISUNGEN 52
DIE ANWEISUNGEN IF, ELSEIF UND EISE 52
SWITCH-ANWEISUNGEN 53
SCHLEIFENANWEISUNGEN 56
FOR-ANWEISUNG 56
FOREACH-ANWEISUNG 57
WHILE-ANWEISUNG 57
DO . WHILE-ANWEISUNG/DO . UNTIL-ANWEISUNG 58
ANWEISUNGEN ZUR ABLAUFSTEUERUNG 59
IMAGE 3
MIT DEM .NET FRAMEWORK ARBEITEN 60
STATISCHE METHODEN 61
INSTANZMETHODEN 61
STATISCHE EIGENSCHAFTEN 62
INSTANZEIGENSCHAFTEN 63
ETWAS UEBER TYPEN LERNEN 63
TYPABKUERZUNGEN 65
INSTANZEN VON TYPEN ANLEGEN 65
MIT COM-OBJEKTEN ZUSAMMENARBEITEN 67
TYPEN ERWEITERN 67
SKRIPTEN SCHREIBEN, FUNKTIONALITAET WIEDERVERWENDEN 69
SCHREIBEN VON SKRIPTEN 70
AUSFUEHREN VON SKRIPTEN 70
EINGABEN AN SKRIPTEN UEBERGEBEN 71
AUSGABEN VON SKRIPTEN ENTGEGENNEHMEN 74
FUNKTIONEN 75
ERWEITERTE FUNKTIONEN 76
SKRIPTBLOECKE 78
INTEGRATED SCRIPTING ENVIRONMENT (ISE) 79
ENTFERNTE RECHNER VERWALTEN 82
WMI 82
REMOTE SESSIONS 83
HINTERGRUNDAUFTRAEGE 87
VERWALTEN VON FEHLERN 88
NONTERMINATING ERRORS 89
TERMINATING ERRORS 89
AUSGABEN FORMATIEREN 91
AUSGABEN ENTGEGENNEHMEN 93
ABLAUFVERFOLGUNG UND FEHLERSUCHE 94
DAS CMDLET SET-PSDEBUG 94
DAS CMDLET TRACE-COMMAND 95
VERBOSE CMDLET-AUSGABE 95
IMAGE 4
DIE POWERSHELL ERWEITERN 96
REMOTE SERVER ADMINISTRATION TOOLS (RSAT) 96
POWERSHELL PACK 97
INTEGRATION IN PRODUKTE 99
ACTIVE DIRECTORY 99
EXCHANGE 101
REFERENZ 107
REGULAERE AUSDRUECKE 107
AUTOMATISCHE VARIABLEN DER POWERSHELL 119
AUSGEWAEHLTE .NET-KLASSEN UND DEREN VERWENDUNG 123
WMI-REFERENZ 136
AUSGEWAEHLTE COM-OBJEKTE UND DEREN VERWENDUNG 148
ACTIVE-DIRECTORY-BEFEHLSUMWANDLUNGEN 153
.NET-STRING-FORMATIERUNG 159
STANDARDVERBEN DER POWERSHELL 172
INDEX 177 |
any_adam_object | 1 |
author | Holmes, Lee |
author_facet | Holmes, Lee |
author_role | aut |
author_sort | Holmes, Lee |
author_variant | l h lh |
building | Verbundindex |
bvnumber | BV040963696 |
classification_rvk | ST 261 ST 281 |
ctrlnum | (OCoLC)858922490 (DE-599)DNB1029163901 |
dewey-full | 005.446 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.446 |
dewey-search | 005.446 |
dewey-sort | 15.446 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 3. Aufl. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV040963696</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">130423s2013 a||| |||| 00||| ger d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">1029163901</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783955610555</subfield><subfield code="9">978-3-95561-055-5</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)858922490</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB1029163901</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">ger</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-11</subfield><subfield code="a">DE-858</subfield><subfield code="a">DE-859</subfield><subfield code="a">DE-573</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-706</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.446</subfield><subfield code="2">22/ger</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 261</subfield><subfield code="0">(DE-625)143633:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 281</subfield><subfield code="0">(DE-625)143646:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Holmes, Lee</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Windows PowerShell 3.0 - kurz & gut</subfield><subfield code="c">Lee Holmes</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">3. Aufl.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing [u.a.]</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2013</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">VI, 185 S.</subfield><subfield code="b">Ill.</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">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">O'Reillys Taschenbibliothek</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Windows PowerShell 3.0</subfield><subfield code="0">(DE-588)1031799583</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Windows PowerShell 2.0</subfield><subfield code="0">(DE-588)7687120-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Befehlsvorrat</subfield><subfield code="0">(DE-588)4129931-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="0">(DE-588)4188171-0</subfield><subfield code="a">Verzeichnis</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Windows PowerShell 3.0</subfield><subfield code="0">(DE-588)1031799583</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Befehlsvorrat</subfield><subfield code="0">(DE-588)4129931-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Windows PowerShell 2.0</subfield><subfield code="0">(DE-588)7687120-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">Befehlsvorrat</subfield><subfield code="0">(DE-588)4129931-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">X:MVB</subfield><subfield code="q">text/html</subfield><subfield code="u">http://deposit.dnb.de/cgi-bin/dokserv?id=4219274&prov=M&dok_var=1&dok_ext=htm</subfield><subfield code="3">Inhaltstext</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025942021&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-025942021</subfield></datafield></record></collection> |
genre | (DE-588)4188171-0 Verzeichnis gnd-content |
genre_facet | Verzeichnis |
id | DE-604.BV040963696 |
illustrated | Illustrated |
indexdate | 2024-08-21T00:43:03Z |
institution | BVB |
isbn | 9783955610555 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-025942021 |
oclc_num | 858922490 |
open_access_boolean | |
owner | DE-11 DE-858 DE-859 DE-573 DE-83 DE-706 |
owner_facet | DE-11 DE-858 DE-859 DE-573 DE-83 DE-706 |
physical | VI, 185 S. Ill. |
publishDate | 2013 |
publishDateSearch | 2013 |
publishDateSort | 2013 |
publisher | O'Reilly |
record_format | marc |
series2 | O'Reillys Taschenbibliothek |
spelling | Holmes, Lee Verfasser aut Windows PowerShell 3.0 - kurz & gut Lee Holmes 3. Aufl. Beijing [u.a.] O'Reilly 2013 VI, 185 S. Ill. txt rdacontent n rdamedia nc rdacarrier O'Reillys Taschenbibliothek Windows PowerShell 3.0 (DE-588)1031799583 gnd rswk-swf Windows PowerShell 2.0 (DE-588)7687120-4 gnd rswk-swf Befehlsvorrat (DE-588)4129931-0 gnd rswk-swf (DE-588)4188171-0 Verzeichnis gnd-content Windows PowerShell 3.0 (DE-588)1031799583 s Befehlsvorrat (DE-588)4129931-0 s DE-604 Windows PowerShell 2.0 (DE-588)7687120-4 s 1\p DE-604 X:MVB text/html http://deposit.dnb.de/cgi-bin/dokserv?id=4219274&prov=M&dok_var=1&dok_ext=htm Inhaltstext DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025942021&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis 1\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk |
spellingShingle | Holmes, Lee Windows PowerShell 3.0 - kurz & gut Windows PowerShell 3.0 (DE-588)1031799583 gnd Windows PowerShell 2.0 (DE-588)7687120-4 gnd Befehlsvorrat (DE-588)4129931-0 gnd |
subject_GND | (DE-588)1031799583 (DE-588)7687120-4 (DE-588)4129931-0 (DE-588)4188171-0 |
title | Windows PowerShell 3.0 - kurz & gut |
title_auth | Windows PowerShell 3.0 - kurz & gut |
title_exact_search | Windows PowerShell 3.0 - kurz & gut |
title_full | Windows PowerShell 3.0 - kurz & gut Lee Holmes |
title_fullStr | Windows PowerShell 3.0 - kurz & gut Lee Holmes |
title_full_unstemmed | Windows PowerShell 3.0 - kurz & gut Lee Holmes |
title_short | Windows PowerShell 3.0 - kurz & gut |
title_sort | windows powershell 3 0 kurz gut |
topic | Windows PowerShell 3.0 (DE-588)1031799583 gnd Windows PowerShell 2.0 (DE-588)7687120-4 gnd Befehlsvorrat (DE-588)4129931-0 gnd |
topic_facet | Windows PowerShell 3.0 Windows PowerShell 2.0 Befehlsvorrat Verzeichnis |
url | http://deposit.dnb.de/cgi-bin/dokserv?id=4219274&prov=M&dok_var=1&dok_ext=htm http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025942021&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT holmeslee windowspowershell30kurzgut |