by George Chrysovaladis Grammatikos | Oct 18, 2018 | Azure, Virtualization, VM
At this post, we are going to describe the ways that we can handle Windows Update issues in an Azure VM and of course in any other Windows OS. Important In any of the following ways, we MUST be very careful because in some cases we need to change the system files or...
by George Chrysovaladis Grammatikos | May 2, 2018 | Azure, Portal
Azure Cloud Shell is a browser bash and PowerShell command line shell. It gives the opportunity to run bash & PowerShell commands from anywhere. In the following steps, you’ll see what Azure Cloud Shell offers and how can be deployed. Open Cloud Shell from...
by George Chrysovaladis Grammatikos | Apr 30, 2018 | IT, Tools
In this post, i will share some of the tools I use daily in work. Name Description Link Cmder Cmder is a useful opensource console application Download SQL Nexus A tool that allows you to create charts & reports for SQL Server performance issues Download Pssdiag...
by George Chrysovaladis Grammatikos | Jun 27, 2017 | IT, IT-Troubleshooting
To 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 “PASSWORD” 4. If successfully...
by George Chrysovaladis Grammatikos | May 17, 2017 | IT, IT-Troubleshooting
By 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...