gitextract_gc06ac9l/ ├── .github/ │ └── CODE_OF_CONDUCT.md ├── .vscode/ │ ├── extensions.json │ ├── settings.json │ └── tasks.json ├── LICENSE ├── LearnPowerShell/ │ ├── EP1 - PowerShell Basics.ps1 │ ├── EP10 - PowerShell Script.ps1 │ ├── EP11 - PowerShell Functions.ps1 │ ├── EP12 - Manage Cloud with PowerShell.ps1 │ ├── EP13 - PowerShell Modules/ │ │ ├── EP13 - PowerShell Modules.ps1 │ │ └── LearnPowerShell/ │ │ ├── LearnPowerShell.psd1 │ │ └── LearnPowerShell.psm1 │ ├── EP2 - PowerShell Pipeline.ps1 │ ├── EP3 - State of the Shell.ps1 │ ├── EP4 - PowerhShell Development.ps1 │ ├── EP5 - PowerShell Variables.ps1 │ ├── EP6 - PowerShell Logic.ps1 │ ├── EP7 - PowerShell Input Output.ps1 │ ├── EP8 - PowerShell Error Handling.ps1 │ └── EP9 - PowerShell Remoting.ps1 └── README.md