Commit 180e1c95 authored by bobloblaw's avatar bobloblaw
Browse files

Updates powershell_scripting2.md

Auto commit by GitBook Editor
parent c083c8ac
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
# Powershell scripting

https://www.youtube.com/watch?v=czJrXiLs0wM

## Variables

Variables are declared like this

```
```powershell
$test = "something"
```

@@ -40,3 +40,4 @@ set-ExecutionPolicy unrestricted

## References
https://github.com/samratashok/nishang
https://www.youtube.com/watch?v=czJrXiLs0wM