├── 2289-PSPunctuationWallChart_1_0_3.pdf ├── LICENSE ├── PowerUp-with-PowerShell.pdf ├── PowerUp-with-PowerShell.pptx ├── README.md ├── powershell-basic-cheat-sheet2.pdf └── powershell-cheat-sheet.pdf /2289-PSPunctuationWallChart_1_0_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSAdministrator/PowerUp-With-PowerShell/38f408b9424a8b48b9b3f874cfa422e492c35ccc/2289-PSPunctuationWallChart_1_0_3.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2017 Josh Rickard 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /PowerUp-with-PowerShell.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSAdministrator/PowerUp-With-PowerShell/38f408b9424a8b48b9b3f874cfa422e492c35ccc/PowerUp-with-PowerShell.pdf -------------------------------------------------------------------------------- /PowerUp-with-PowerShell.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSAdministrator/PowerUp-With-PowerShell/38f408b9424a8b48b9b3f874cfa422e492c35ccc/PowerUp-with-PowerShell.pptx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # PowerUp-With-PowerShell 2 | This repository is for a beginners PowerShell training course I am holding in central Missouri. 3 | 4 | ## Presentation Files 5 | You can find both the PowerPoint and a PDF version of the presentaiton here: 6 | 7 | * [PowerUp with PowerShell Powerpoint Presentation](PowerUp-with-PowerShell.pptx) 8 | * [PowerUp with PowerShell Presentation PDF](PowerUp-with-PowerShell.pdf) 9 | 10 | ## Cheat Sheets 11 | 12 | * [PowerShell Punctuation Wall Chart](2289-PSPunctuationWallChart_1_0_3.pdf) 13 | 14 | ### [Rambling Cookie Monster](https://ramblingcookiemonster.wordpress.com/) 15 | 16 | * [PowerShell Basics Cheat Sheet](powershell-cheat-sheet.pdf) 17 | * [PowerShell Basics Cheat Sheet 2](powershell-basic-cheat-sheet2.pdf) 18 | -------------------------------------------------------------------------------- /powershell-basic-cheat-sheet2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSAdministrator/PowerUp-With-PowerShell/38f408b9424a8b48b9b3f874cfa422e492c35ccc/powershell-basic-cheat-sheet2.pdf -------------------------------------------------------------------------------- /powershell-cheat-sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSAdministrator/PowerUp-With-PowerShell/38f408b9424a8b48b9b3f874cfa422e492c35ccc/powershell-cheat-sheet.pdf --------------------------------------------------------------------------------