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
- Host: GitHub
- URL: https://github.com/aamnah/ttc2060-scripting-automation
- Owner: aamnah
- Created: 2024-03-04T18:43:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T11:10:58.000Z (over 1 year ago)
- Last Synced: 2025-03-27T06:14:53.575Z (over 1 year ago)
- Topics: bash, powershell
- Language: Shell
- Homepage:
- Size: 4.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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