Cloudopszone
All About Microsoft Azure & Power Platform services
Recent Posts
Enable IP Forwarding On Azure VM
You can enable IP Forwarding on an Azure VM (ASM), with the following command. $vmname = "MyVM" $servicename = "MyCloudService" $vm = Get-AzureVM -ServiceName $servicename -Name $vmname Set-AzureIPForwarding -ServiceName $ServiceName -VM $VM -Enable [the_ad...
Remote PowerShell To Windows Azure VM
Firstly, to be able to run Remote PowerShell commands you will need to create rules on Azure and Windows Firewall that allow access to RM port. Secondly, you must download and install PowerShell And final, execute the following command, Enter-PSSession -ComputerName...
SEARCH
Search my blog
George Grammatikos
George Chrysovalantis Grammatikos is an Azure Cloud Architect. He has more than 10 years experience in different technologies like BI & SQL Server Professional level solutions, Azure technologies, networking, security etc. He writes technical blogs for his blog “cloudopszone.com”, MS wiki articles and participates in discussions on Microsoft Wiki and other technical blogs.
