Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

azure powershell runbook to start a virtual machine

## Connect to Azure via your RunAsAccount
$Conn = Get-AutomationConnection -Name AzureRunAsConnection
Connect-AzureRmAccount -ServicePrincipal -Tenant $Conn.TenantID -ApplicationId $Conn.ApplicationID -CertificateThumbprint $Conn.CertificateThumbprint | Out-Null
## To be executed
Start-AzureRmVM -ResourceGroupName "ServerGroup" -Name "Server01"
Comment

PREVIOUS NEXT
Code Example
Shell :: com.github.parse-community.Parse-SDK-Android 
Shell :: cpu analyzer ubuntu 
Shell :: how to get description of repositories using pygithub api 
Shell :: command prompt change directory to network drive 
Shell :: was pasiert bei git merge 
Shell :: partial match find terminal "find" 
Shell :: awk get last argument 
Shell :: install stdimage 
Shell :: hack+0000000000000000000000000000000000000000+sha1+master+git 
Shell :: youtube dl text tracked playlist download 
Shell :: yetanotherforum install 
Shell :: #include <bluetooth/bluetooth.h 
Shell :: ubuntu terminal how to copy and move file 
Shell :: change nmp proxy password 
Shell :: ufw script no prompt 
Shell :: ssms linux install terminal stack overflow 
Shell :: start when start windows 
Shell :: fsl remove_ext 
Shell :: docker compose deps 
Shell :: Excluding files 
Shell :: checkout file of different commit 
Shell :: disable assertions python 
Shell :: ubuntu server configure cordova android 
Shell :: ubuntu português brasil 
Shell :: journalctl since 2 days ago 
Shell :: Setup launcher icon for smartgit 
Shell :: diff files in different repositories 
Shell :: github extension for solidity language 
Shell :: how to perform an action for each line in bash 
Shell :: how to close terminal tab 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =