All About Microsoft Azure Technology
” typeSpeed=”61″ startDelay=”0″ backSpeed=”40″ backDelay=”500″][typed string0=”
and More
” string1=”
and Beyond …
” typeSpeed=”61″ startDelay=”5000″ backSpeed=”40″ backDelay=”500″]
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...
