Set-SPOTenant -EnableRestrictedAccessControl $true

#1
GOOGLEEDGEAi.ONMiCROSOFT.COM org

$StartTime = (Get-Date "13:00:00").AddDays(1)
[System.DayOfWeek[]]$WeekDays = @([System.DayOfWeek]::Monday..[System.DayOfWeek]::Friday)
New-AzAutomationSchedule -AutomationAccountName "ContosoAutomation" -Name "Schedule03" -StartTime $StartTime -WeekInterval 1 -DaysOfWeek $WeekDays -ResourceGroupName "ResourceGroup01"

Intertechnumberlogythailand-org locked this discussion
Intertechnumberlogythailand-org unlocked this discussion
GOOGLEEDGEAi.ONMiCROSOFT.COM org

$params = @{"VMName"="WSVMClassic"; "ServiceName"="WSVMClassicSG"}
Register-AzAutomationScheduledRunbook -AutomationAccountName "TestAutomation" -Name "Get-AzureVMGraphical" -Parameters $params

Intertechnumberlogythailand-org changed pull request status to merged

Sign up or log in to comment