by George Chrysovaladis Grammatikos | May 17, 2017 | IT, IT-Troubleshooting
DLLs once deployed in GAC (normally located at c:\windows\assembly) can’t be viewed or used as a normal DLL file. If we need to get the DLL file from the GAC you must follow the following steps. Run regsvr32 /u %windir%\Microsoft.NET\Framework\\shfusion.dll Open...
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...
by George Chrysovaladis Grammatikos | May 17, 2017 | IT, IT-Troubleshooting
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...