Loading powershell_scripting2.md +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" ``` Loading Loading @@ -40,3 +40,4 @@ set-ExecutionPolicy unrestricted ## References https://github.com/samratashok/nishang https://www.youtube.com/watch?v=czJrXiLs0wM Loading
powershell_scripting2.md +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" ``` Loading Loading @@ -40,3 +40,4 @@ set-ExecutionPolicy unrestricted ## References https://github.com/samratashok/nishang https://www.youtube.com/watch?v=czJrXiLs0wM