├── LICENSE ├── README.md ├── genLinks.ps1 └── powershell-101 ├── 01-Hello World.dib ├── 02-The Basics of Strings.dib ├── 03-Searching Strings.dib ├── 04-Numbers and Integer Math.dib ├── 05-Numbers and Integer Precision.dib ├── 06-Numbers and Decimals.dib ├── 07-Branches (if).dib ├── 08-What Are Loops.dib ├── 09-Combining Branches and Loops.dib ├── 10-Arrays, Lists, and Collections.dib ├── 11-Search, Sort, and Index Lists.dib ├── 12-Lists of Other Types.dib ├── 13-Functions.dib └── 14-Hashtables.dib /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/powershell-notebooks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/powershell-notebooks/HEAD/README.md -------------------------------------------------------------------------------- /genLinks.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/powershell-notebooks/HEAD/genLinks.ps1 -------------------------------------------------------------------------------- /powershell-101/01-Hello World.dib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/powershell-notebooks/HEAD/powershell-101/01-Hello World.dib -------------------------------------------------------------------------------- /powershell-101/02-The Basics of Strings.dib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/powershell-notebooks/HEAD/powershell-101/02-The Basics of Strings.dib -------------------------------------------------------------------------------- /powershell-101/03-Searching Strings.dib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/powershell-notebooks/HEAD/powershell-101/03-Searching Strings.dib -------------------------------------------------------------------------------- /powershell-101/04-Numbers and Integer Math.dib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/powershell-notebooks/HEAD/powershell-101/04-Numbers and Integer Math.dib -------------------------------------------------------------------------------- /powershell-101/05-Numbers and Integer Precision.dib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/powershell-notebooks/HEAD/powershell-101/05-Numbers and Integer Precision.dib -------------------------------------------------------------------------------- /powershell-101/06-Numbers and Decimals.dib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/powershell-notebooks/HEAD/powershell-101/06-Numbers and Decimals.dib -------------------------------------------------------------------------------- /powershell-101/07-Branches (if).dib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/powershell-notebooks/HEAD/powershell-101/07-Branches (if).dib -------------------------------------------------------------------------------- /powershell-101/08-What Are Loops.dib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/powershell-notebooks/HEAD/powershell-101/08-What Are Loops.dib -------------------------------------------------------------------------------- /powershell-101/09-Combining Branches and Loops.dib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/powershell-notebooks/HEAD/powershell-101/09-Combining Branches and Loops.dib -------------------------------------------------------------------------------- /powershell-101/10-Arrays, Lists, and Collections.dib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/powershell-notebooks/HEAD/powershell-101/10-Arrays, Lists, and Collections.dib -------------------------------------------------------------------------------- /powershell-101/11-Search, Sort, and Index Lists.dib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/powershell-notebooks/HEAD/powershell-101/11-Search, Sort, and Index Lists.dib -------------------------------------------------------------------------------- /powershell-101/12-Lists of Other Types.dib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/powershell-notebooks/HEAD/powershell-101/12-Lists of Other Types.dib -------------------------------------------------------------------------------- /powershell-101/13-Functions.dib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/powershell-notebooks/HEAD/powershell-101/13-Functions.dib -------------------------------------------------------------------------------- /powershell-101/14-Hashtables.dib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/powershell-notebooks/HEAD/powershell-101/14-Hashtables.dib --------------------------------------------------------------------------------