Microsoft Dot Net
Tuesday, November 28, 2017
Find port number used by a process in windows
›
If your process is launched in a java process, then sysinternal tools by itself is not easy enough to figure out the port used by your proc...
Thursday, September 15, 2016
Command to connect to scvmm from powershell
›
For scvmm 2012 Import-Module 'C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\bin\psModules\virtualmachinemanag...
Sunday, May 1, 2016
Windbg download location
›
Get windbg by installing windows debugging tools for Windows 10 https://msdn.microsoft.com/en-us/windows/hardware/hh852365.aspx Whe...
Tuesday, January 19, 2016
Powershell log all commands
›
If you want to log every single powershell command, run on your machine , including the ones run through C# code, one way to do it is to up...
Thursday, August 13, 2015
Java DeepCopy using JAXB
›
import javax.xml.bind.JAXBElement; import javax.xml.namespace.QName; import java.io.Serializable; /** * Returns a deep copy of any objec...
›
Home
View web version