racker/azr-vmss

Name: azr-vmss

Owner: racker

Description: Repository for VMSS Scripting Automation

Created: 2018-05-22 18:41:07.0

Updated: 2018-05-22 19:02:08.0

Pushed: 2018-05-22 19:02:07.0

Homepage: null

Size: 45

Language: PowerShell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Azure VMSS Runcommand Execution

This repository contains files for VMSS scripting automation.

Synopsis

Iterate thru each VMSS instance either Windows or Linux and run either a PowerShell or Bash Script .

Description

This script will query the Azure subscription for existing VMSS deployments and allow you to select which one you want to work with and run a script agains.

In order to authenticate you will need to have an account in the customer subscription to execute the command.

You will need to be running AzureRM module version 6 or higher, if not the script will exit.

Update you Azure modules by running the following command in this link:

https://docs.microsoft.com/en-us/powershell/module/powershellget/update-module?view=powershell-6

Example script execution
.\azr-vmss-runcommand

Follow prompts

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.