Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions PowerOnOffAzureVM.ps1
Original file line number Diff line number Diff line change
@@ -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)]
Expand Down Expand Up @@ -190,4 +190,4 @@ $serviceMode = "RM"

Set-SCCMAzureVM $azureAcct $targetVMs $serviceMode "Stop"
#Set-SCCMAzureVM $azureAcct $targetVMs $serviceMode "Start"
#>
#>