An open API service indexing awesome lists of open source software.

https://github.com/aamnah/ttc2060-scripting-automation

Scripting and Automation with Bash and PowerShell
https://github.com/aamnah/ttc2060-scripting-automation

bash powershell

Last synced: about 2 months ago
JSON representation

Scripting and Automation with Bash and PowerShell

Awesome Lists containing this project

README

          

# TTC2060 - Basics of Scripting and Automatization

- [Material - PowerShell](https://ttc2060.pages.labranet.jamk.fi/Powershell/01-introduction/)
- [Material - Shell](https://ttc2060.pages.labranet.jamk.fi/Shell/01.-Introduction/)
- [Linux Basics](https://hantt.pages.labranet.jamk.fi/ttc1040-material/materials/04_basic_cmds/)

You should have the `ExecutionPolicy` set as `Bypass`

```ps1
Get-ExecutionPolicy
# Restricted
```

```ps1
Set-ExecutionPolicy Bypass
```

NOTES
---

2023.09.20

- `Get-Unique` only works when the array is sorted
- `$_` means every item in the array