Skip to content

Instantly share code, notes, and snippets.

@chaderoth
Last active December 29, 2017 23:17
Show Gist options
  • Save chaderoth/5c85cde37593aa083979cc6286ced2e2 to your computer and use it in GitHub Desktop.
Save chaderoth/5c85cde37593aa083979cc6286ced2e2 to your computer and use it in GitHub Desktop.
Function Deploy-VM {
Param (
[parameter (Mandatory=$true)]
[ValidateNotNullOrEmpty()]
$VMNames
)
}
@soljurami
Copy link

<script src="https://gist.github.com/chaderoth/5c85cde37593aa083979cc6286ced2e2.js"></script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment