From 06a3e51b72daa27da91fd0b1aac810ed81a51571 Mon Sep 17 00:00:00 2001 From: Kevin Ye Date: Wed, 20 Jan 2016 22:22:18 +0800 Subject: [PATCH] Add comment to the script add comment --- PowerOnOffAzureVM.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PowerOnOffAzureVM.ps1 b/PowerOnOffAzureVM.ps1 index 5e86225..7c2b2f0 100644 --- a/PowerOnOffAzureVM.ps1 +++ b/PowerOnOffAzureVM.ps1 @@ -1,7 +1,7 @@ -# +# # PowerOnOffAzureVM.ps1 # The purpose of this script is to start and shutdown Azure VMs hosting in the given Azure subscription -# +# Author: Kevin Ye Function Set-SCCMAzureVM{ Param( [Parameter(mandatory=$true)] @@ -190,4 +190,4 @@ $serviceMode = "RM" Set-SCCMAzureVM $azureAcct $targetVMs $serviceMode "Stop" #Set-SCCMAzureVM $azureAcct $targetVMs $serviceMode "Start" -#> \ No newline at end of file +#>