This demonstrates my process of learning the Powershell scripting language.
- Subcommands: building git-like
command <subcommand> [args]
tools. - Windows Update: updating Windows from a prompt.
- Documenting functions / Cmdlets: an example from the MsSqlDockerScripts module.
- Returning objects: an example from the MsSqlDockerScripts module.
- MsSqlDockerScripts (module): a module for creating, importing and exporting MSSQL docker instances. Also demonstrates the structure of a module without a manifest.
- Windows setup from a PS prompt: from the kparkovs-awesome repository.