├── CONTRIBUTING.md ├── README.md ├── SUMMARY.md ├── book.json ├── cover.jpg ├── cover.png └── manuscript ├── About.md ├── a-crowd-isnt-an-individual.md ├── accumulating-output-in-a-function.md ├── backtick-grave-accent-escape.md ├── bloody-awful-punctuation.md ├── book.txt ├── commands-default-output-can-liemd.md ├── commands_that_need_a_user_profile_may_fail_when_ru.md ├── contains-isnt-like.md ├── dontconcatenatestrings.md ├── filter-values-diversity.md ├── foreach-vs-foreach-vs-foreach.md ├── format-right.md ├── getting-folder-sizes.md ├── images ├── .gitkeep ├── PSObject1.jpg ├── PSObject2.jpg ├── image005.png ├── image006.gif ├── image007.png ├── image008.gif ├── image009.png ├── image010.gif ├── image011.png ├── image012.gif ├── image013.png ├── image014.gif ├── image015.png ├── image016.gif ├── image017.png ├── image018.gif ├── image019.png ├── image020.gif ├── image021.png ├── image022.gif ├── image023.png ├── image024.gif ├── image025.png ├── image026.gif ├── image027.png ├── image028.gif ├── image029.png ├── image030.gif ├── image031.png ├── image032.gif ├── image033.png ├── image034.gif ├── image037.png ├── image038.gif ├── image039.png ├── image040.gif ├── image041.png ├── image042.gif ├── image043.png ├── image044.gif ├── image045.png ├── image046.gif ├── image047.png ├── image048.gif ├── image049.png ├── image050.gif ├── image051.png ├── image052.gif ├── image053.png ├── image054.gif ├── image055.png ├── image056.gif ├── image057.png ├── image058.gif ├── image059.png ├── image060.gif ├── image061.png ├── image062.gif ├── image063.png ├── image064.gif ├── image065.png ├── image066.gif ├── image067.png ├── image068.gif ├── image069.png ├── image070.gif ├── image071.png ├── image072.gif ├── image073.png ├── image074.gif ├── image075.png └── title_page.png ├── isnt-part-of-the-variable-name.md ├── new-object_psobject_vs_pscustomobject.md ├── not-everything-produces-output.md ├── one-html-page-at-a-time-please.md ├── powershellexe-isnt-powershell.md ├── properties-vs-values.md ├── remote-variables.md ├── running_something_as_the_currently_logged-in_user.md ├── sample.txt ├── tab-completion.md ├── these-arent-your-fathers-commands.md ├── use-the-pipeline-not-an-array.md ├── where-is-the-____-command.md ├── writing-to-sql-server.md └── you-cant-have-what-you-dont-have.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /book.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/book.json -------------------------------------------------------------------------------- /cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/cover.jpg -------------------------------------------------------------------------------- /cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/cover.png -------------------------------------------------------------------------------- /manuscript/About.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/About.md -------------------------------------------------------------------------------- /manuscript/a-crowd-isnt-an-individual.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/a-crowd-isnt-an-individual.md -------------------------------------------------------------------------------- /manuscript/accumulating-output-in-a-function.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/accumulating-output-in-a-function.md -------------------------------------------------------------------------------- /manuscript/backtick-grave-accent-escape.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/backtick-grave-accent-escape.md -------------------------------------------------------------------------------- /manuscript/bloody-awful-punctuation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/bloody-awful-punctuation.md -------------------------------------------------------------------------------- /manuscript/book.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/book.txt -------------------------------------------------------------------------------- /manuscript/commands-default-output-can-liemd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/commands-default-output-can-liemd.md -------------------------------------------------------------------------------- /manuscript/commands_that_need_a_user_profile_may_fail_when_ru.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/commands_that_need_a_user_profile_may_fail_when_ru.md -------------------------------------------------------------------------------- /manuscript/contains-isnt-like.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/contains-isnt-like.md -------------------------------------------------------------------------------- /manuscript/dontconcatenatestrings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/dontconcatenatestrings.md -------------------------------------------------------------------------------- /manuscript/filter-values-diversity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/filter-values-diversity.md -------------------------------------------------------------------------------- /manuscript/foreach-vs-foreach-vs-foreach.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/foreach-vs-foreach-vs-foreach.md -------------------------------------------------------------------------------- /manuscript/format-right.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/format-right.md -------------------------------------------------------------------------------- /manuscript/getting-folder-sizes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/getting-folder-sizes.md -------------------------------------------------------------------------------- /manuscript/images/.gitkeep: -------------------------------------------------------------------------------- 1 | # this directory was conjured with black magic :) 2 | -------------------------------------------------------------------------------- /manuscript/images/PSObject1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/PSObject1.jpg -------------------------------------------------------------------------------- /manuscript/images/PSObject2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/PSObject2.jpg -------------------------------------------------------------------------------- /manuscript/images/image005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image005.png -------------------------------------------------------------------------------- /manuscript/images/image006.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image006.gif -------------------------------------------------------------------------------- /manuscript/images/image007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image007.png -------------------------------------------------------------------------------- /manuscript/images/image008.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image008.gif -------------------------------------------------------------------------------- /manuscript/images/image009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image009.png -------------------------------------------------------------------------------- /manuscript/images/image010.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image010.gif -------------------------------------------------------------------------------- /manuscript/images/image011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image011.png -------------------------------------------------------------------------------- /manuscript/images/image012.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image012.gif -------------------------------------------------------------------------------- /manuscript/images/image013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image013.png -------------------------------------------------------------------------------- /manuscript/images/image014.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image014.gif -------------------------------------------------------------------------------- /manuscript/images/image015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image015.png -------------------------------------------------------------------------------- /manuscript/images/image016.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image016.gif -------------------------------------------------------------------------------- /manuscript/images/image017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image017.png -------------------------------------------------------------------------------- /manuscript/images/image018.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image018.gif -------------------------------------------------------------------------------- /manuscript/images/image019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image019.png -------------------------------------------------------------------------------- /manuscript/images/image020.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image020.gif -------------------------------------------------------------------------------- /manuscript/images/image021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image021.png -------------------------------------------------------------------------------- /manuscript/images/image022.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image022.gif -------------------------------------------------------------------------------- /manuscript/images/image023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image023.png -------------------------------------------------------------------------------- /manuscript/images/image024.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image024.gif -------------------------------------------------------------------------------- /manuscript/images/image025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image025.png -------------------------------------------------------------------------------- /manuscript/images/image026.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image026.gif -------------------------------------------------------------------------------- /manuscript/images/image027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image027.png -------------------------------------------------------------------------------- /manuscript/images/image028.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image028.gif -------------------------------------------------------------------------------- /manuscript/images/image029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image029.png -------------------------------------------------------------------------------- /manuscript/images/image030.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image030.gif -------------------------------------------------------------------------------- /manuscript/images/image031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image031.png -------------------------------------------------------------------------------- /manuscript/images/image032.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image032.gif -------------------------------------------------------------------------------- /manuscript/images/image033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image033.png -------------------------------------------------------------------------------- /manuscript/images/image034.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image034.gif -------------------------------------------------------------------------------- /manuscript/images/image037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image037.png -------------------------------------------------------------------------------- /manuscript/images/image038.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image038.gif -------------------------------------------------------------------------------- /manuscript/images/image039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image039.png -------------------------------------------------------------------------------- /manuscript/images/image040.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image040.gif -------------------------------------------------------------------------------- /manuscript/images/image041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image041.png -------------------------------------------------------------------------------- /manuscript/images/image042.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image042.gif -------------------------------------------------------------------------------- /manuscript/images/image043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image043.png -------------------------------------------------------------------------------- /manuscript/images/image044.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image044.gif -------------------------------------------------------------------------------- /manuscript/images/image045.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image045.png -------------------------------------------------------------------------------- /manuscript/images/image046.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image046.gif -------------------------------------------------------------------------------- /manuscript/images/image047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image047.png -------------------------------------------------------------------------------- /manuscript/images/image048.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image048.gif -------------------------------------------------------------------------------- /manuscript/images/image049.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image049.png -------------------------------------------------------------------------------- /manuscript/images/image050.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image050.gif -------------------------------------------------------------------------------- /manuscript/images/image051.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image051.png -------------------------------------------------------------------------------- /manuscript/images/image052.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image052.gif -------------------------------------------------------------------------------- /manuscript/images/image053.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image053.png -------------------------------------------------------------------------------- /manuscript/images/image054.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image054.gif -------------------------------------------------------------------------------- /manuscript/images/image055.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image055.png -------------------------------------------------------------------------------- /manuscript/images/image056.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image056.gif -------------------------------------------------------------------------------- /manuscript/images/image057.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image057.png -------------------------------------------------------------------------------- /manuscript/images/image058.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image058.gif -------------------------------------------------------------------------------- /manuscript/images/image059.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image059.png -------------------------------------------------------------------------------- /manuscript/images/image060.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image060.gif -------------------------------------------------------------------------------- /manuscript/images/image061.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image061.png -------------------------------------------------------------------------------- /manuscript/images/image062.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image062.gif -------------------------------------------------------------------------------- /manuscript/images/image063.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image063.png -------------------------------------------------------------------------------- /manuscript/images/image064.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image064.gif -------------------------------------------------------------------------------- /manuscript/images/image065.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image065.png -------------------------------------------------------------------------------- /manuscript/images/image066.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image066.gif -------------------------------------------------------------------------------- /manuscript/images/image067.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image067.png -------------------------------------------------------------------------------- /manuscript/images/image068.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image068.gif -------------------------------------------------------------------------------- /manuscript/images/image069.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image069.png -------------------------------------------------------------------------------- /manuscript/images/image070.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image070.gif -------------------------------------------------------------------------------- /manuscript/images/image071.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image071.png -------------------------------------------------------------------------------- /manuscript/images/image072.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image072.gif -------------------------------------------------------------------------------- /manuscript/images/image073.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image073.png -------------------------------------------------------------------------------- /manuscript/images/image074.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image074.gif -------------------------------------------------------------------------------- /manuscript/images/image075.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/image075.png -------------------------------------------------------------------------------- /manuscript/images/title_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/images/title_page.png -------------------------------------------------------------------------------- /manuscript/isnt-part-of-the-variable-name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/isnt-part-of-the-variable-name.md -------------------------------------------------------------------------------- /manuscript/new-object_psobject_vs_pscustomobject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/new-object_psobject_vs_pscustomobject.md -------------------------------------------------------------------------------- /manuscript/not-everything-produces-output.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/not-everything-produces-output.md -------------------------------------------------------------------------------- /manuscript/one-html-page-at-a-time-please.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/one-html-page-at-a-time-please.md -------------------------------------------------------------------------------- /manuscript/powershellexe-isnt-powershell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/powershellexe-isnt-powershell.md -------------------------------------------------------------------------------- /manuscript/properties-vs-values.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/properties-vs-values.md -------------------------------------------------------------------------------- /manuscript/remote-variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/remote-variables.md -------------------------------------------------------------------------------- /manuscript/running_something_as_the_currently_logged-in_user.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/running_something_as_the_currently_logged-in_user.md -------------------------------------------------------------------------------- /manuscript/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/sample.txt -------------------------------------------------------------------------------- /manuscript/tab-completion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/tab-completion.md -------------------------------------------------------------------------------- /manuscript/these-arent-your-fathers-commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/these-arent-your-fathers-commands.md -------------------------------------------------------------------------------- /manuscript/use-the-pipeline-not-an-array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/use-the-pipeline-not-an-array.md -------------------------------------------------------------------------------- /manuscript/where-is-the-____-command.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/where-is-the-____-command.md -------------------------------------------------------------------------------- /manuscript/writing-to-sql-server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/writing-to-sql-server.md -------------------------------------------------------------------------------- /manuscript/you-cant-have-what-you-dont-have.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devops-collective-inc/big-book-of-powershell-gotchas/HEAD/manuscript/you-cant-have-what-you-dont-have.md --------------------------------------------------------------------------------