Cloudopszone

All About Microsoft Azure & Power Platform services

RECENT POSTS

Recent Posts

List Heap Tables

Heap table are the tables which they don’t have any  clustered index. : -- List all heap tables SELECT SCH.name + '.' + TBL.name AS TableName FROM sys.tables AS TBL INNER JOIN sys.schemas AS SCH ON TBL.schema_id = SCH.schema_id INNER JOIN sys.indexes AS IDX ON...

read more

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...

read more

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  

read more

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...

read more

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.

Listed in the top 40 Microsoft Azure Blogs