by George Chrysovaladis Grammatikos | Oct 31, 2017 | IT, Network
Reading Time: < 1 minuteWindows command shell allows you to capture network traffic by using netsh command. Netsh trace start scenario=NetConnection capture=yes report=yes persistent=no maxsize=1024 correlation=yes traceFile=C:\Logs\NetTrace.etl netsh trace stop...
by George Chrysovaladis Grammatikos | Aug 2, 2017 | IT, Network
Reading Time: < 1 minuteIn this post, you can see an easy way to capture a network trace on a Windows machine. You just need to type the following command. Open an elevated command prompt and run : C:\Windows\system32>netsh trace start persisten=yes capture=yes...
by George Chrysovaladis Grammatikos | Jul 19, 2017 | Azure, VM
Reading Time: 2 minutesIn this post, you can see the categories of virtual machines you can open in the cloud, as well as the CPU type of each: A – SERIES (A0 -A7) CPU Intel Xeon® E5-2630 v3 @ 2.4 GHz Cores / Threads : 8 / 16, L3 Cache : 20 MB, Data Width :...
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 minuteDLLs 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...