by George Chrysovaladis Grammatikos | Jun 21, 2019 | Azure, Compute, DevOps, VM
Reading Time: 5 minutesMicrosoft on 18 June 2019 announced a new service called AzureBastion [Preview], this is a service where the users can connect remotely to Azure VM without the danger of exposing RDP or SSH ports. This way critical VM deployments that need to be...
by George Chrysovaladis Grammatikos | Jun 27, 2017 | IT, IT-Troubleshooting
Reading Time: < 1 minuteTo access a VM from a Remote Server you must follow the next steps : 1. Download psexec 2. Run CMD with Administrative privileges 3. Execute the following command : psexec \\ 10.x.x.x cmd -u “USERNAME” -p...
by George Chrysovaladis Grammatikos | May 17, 2017 | IT, IT-Troubleshooting
Reading Time: < 1 minuteBy using the following command you can check the remaining days of RDS. Open CMD, and run the following command : wmic /namespace:\\root\CIMV2\TerminalServices PATH Win32_TerminalServiceSetting WHERE (__CLASS !=””) CALL...
by George Chrysovaladis Grammatikos | May 17, 2017 | IT, IT-Troubleshooting
Reading Time: < 1 minuteAs 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...