From 95564b13ef0ffc861a6ba1d2c6558bd8be3b3b5a Mon Sep 17 00:00:00 2001 From: Alec Ghazarian Date: Mon, 12 Mar 2018 23:21:35 -0400 Subject: [PATCH] powershell initial commit --- README.md | 1 + powershell.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 powershell.md diff --git a/README.md b/README.md index 225cff8..d2416a8 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,4 @@ * #### [SRE/DevOps](https://github.com/DevOpsandSRE/tech-resources/blob/master/sreanddevops.md) * #### [Web](https://github.com/DevOpsandSRE/tech-resources/blob/master/web.md) * #### [IT Training / Misc Study Material](https://github.com/DevOpsandSRE/tech-resources/blob/master/study.md) +* #### [PowerShell](https://github.com/DevOpsandSRE/tech-resources/blob/master/powershell.md) diff --git a/powershell.md b/powershell.md new file mode 100644 index 0000000..0789deb --- /dev/null +++ b/powershell.md @@ -0,0 +1,7 @@ +### PowerShell Resources +------ + +#### Documentation + +* [Microsoft Docs](https://docs.microsoft.com/en-us/powershell/) +* [PowerShell Source](https://github.com/PowerShell/PowerShell) \ No newline at end of file