Powershell examples.
TODO:
- interesting libraries (git) https://www.powershellgallery.com/packages/PowerGit/0.9.0
- Create juypter example
- Plaster
- NPM package example - using from typescript
- $isDotSourced = $MyInvocation.InvocationName -eq '.' -or $MyInvocation.Line -eq ''
- -passthru
- fix help for about_
- error handling
# install
brew install powershell
# open shell
pwsh
Add-Content -Path $PROFILE.CurrentUserAllHosts -Value '$(/usr/local/bin/brew shellenv) | Invoke-Expression'
Demonstrate some basic commands in Powershell
Steps README.md
A template script as an example to create others.
Steps README.md
Demonstrate how to deal with json
data in Powershell
Steps README.md
Demonstrate how to run powershell inside a docker container
Steps README.md
Demonstrate how to install and use a mongo
packages
Steps README.md
Demonstrate how to run pester to test a script
Steps README.md
Demonstrate how to use AWS cli and parse answers with powershell
.
Steps README.md
Demonstrate text generation effects.
Steps README.md
Demonstrate iterating over files and directories
Steps README.md
Demonstrate using the official AWS Powershell Module for Batch
Steps README.md
Demonstrate using the official AWS Powershell Module for ECS
Steps README.md
Demonstrate logging libraries for Powershell
Steps README.md
Configure SSH Remoting in Powershell.
Steps README.md
Demonstrate some oh-my-posh
basics
Steps README.md
Demonstrate use of PSScriptAnalyzer
to lint code.
Steps README.md
Use pode
to build a simple webserver.
Steps README.md
Demonstrate use to parser and AST on scripts.
Steps README.md
Demonstrate using dotnet core libraries
Steps README.md