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 +#>