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