Remote Manage Workgroup Windows Server 2016 Core

I wrote an article about how to manage Windows Server 2016 TP remotely. Today I had some spare time to re-build my lab environment by the latest release of Windows Server 2016 Core. It’s easy to remotely manage a Windows Server in a domain, but a trick for workgroup Windows Server. Following is an improved … Read more

Mouse Cursor Disappeared in Remote Desktop in mRemoteNG

mRemoteNG is a very nice fork of open source remote tools. It supports multi-protocol. The official website says: mRemoteNG supports the following protocols:RDP (Remote Desktop/Terminal Server)VNC (Virtual Network Computing)ICA (Citrix Independent Computing Architecture)SSH (Secure Shell)Telnet (TELecommunication NETwork)HTTP/HTTPS (Hypertext Transfer Protocol)rloginRaw Socket Connections But one thing makes me frustrated is the mouse cursor disappeared randomly when … Read more

Highlight Scripts in Microsoft OneNote 2016

I usually document my scripts in OneNote. It would be perfect if OneNote 2016 can highlight scripts. I found a nice plugin call “NoteHighlight2016” for OneNote 2016. It’s not only for 32 bit but also for 64 bit. You can download it in Github. The default codes are C#, SQL, CSS, JS, HTML, XML, JAVA, … Read more

Show CDP Neighbor of Cisco UCS Uplinks

There are two ways to know which network switch ports the network uplinks of Cisco UCS Fabric Interconnects are connected to. By CLI SSH to the Cisco UCS Manager. Connect to FI-A. # connect nxos a Show neighbor of network uplinks. # show cdp neighbor interface ethernet <port num> By PowerShell Make sure Cisco PowerTool … Read more