Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JustinGrote/Powershell-AsAService-Demo
A demonstration repository for several of the ways to run Powershell As A Service (Azure Automation, AWS Lambda, Azure Functions)
https://github.com/JustinGrote/Powershell-AsAService-Demo
Last synced: 3 months ago
JSON representation
A demonstration repository for several of the ways to run Powershell As A Service (Azure Automation, AWS Lambda, Azure Functions)
- Host: GitHub
- URL: https://github.com/JustinGrote/Powershell-AsAService-Demo
- Owner: JustinGrote
- License: mit
- Created: 2019-03-10T20:55:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T18:48:48.000Z (over 5 years ago)
- Last Synced: 2024-05-12T04:34:32.407Z (6 months ago)
- Language: PowerShell
- Homepage:
- Size: 6.34 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - JustinGrote/Powershell-AsAService-Demo - A demonstration repository for several of the ways to run Powershell As A Service (Azure Automation, AWS Lambda, Azure Functions) (PowerShell)
README
# Powershell-AsAService-Demo
A demonstration repository for several of the ways to run Powershell As A Service (Azure Automation, AWS Lambda, Azure Functions)## Getting Started
[![Launch Cloud Shell](https://shell.azure.com/images/launchcloudshell.png "Launch Cloud Shell")](https://shell.azure.com/powershell)
1. Open a Local Powershell Core (6.1) Terminal or use Cloud Shell
3. Clone the repository with `git clone https://github.com/JustinGrote/Powershell-AsAService-Demo.git`
4. Change to the repository and run `.\demoscript.ps1`I hope to eventually make this a PSKoans exercise.
# Issues
*Please* file an issue if you have a problem or you think this isn't easy to use. The goal is to make it better so we are all better!