Cloudopszone
All About Microsoft Azure & Power Platform services
Recent Posts
Massive Endpoints Creation & Deletion on Windows Azure
Bellow a script which helps you to create || delete massive endpoints on Azure. {Applies on ASM} #Enter Azure Account Add-AzureAccount #Choose Subscription Select-AzureSubscription -SubscriptionName "MySubscripiton" #Massive EndPoint creation from Port 6100 to 6120...
Check RDP Connection using PowerShell
As a Windows Admin, there are several cases, that some users facing connectivity problems with RDP connection. It's easy to check RDP connection by executing the following powershell script. New-Object System.Net.Sockets.TCPClient -ArgumentList "ip address",RDP port...
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.
