I just rebuilt my workstation and now on the new system I would like to have all my saved Putty sessions. Putty doesn’t have a built in export feature for this. So I went looking for where Putty store its sessions info. As there it is. In the registry, like so many other things. Here […]
Category: How-To
Looking to change the network profile of my public facing adapter from Public to Private I recently found out I can use the PowerShell command Get-NetConnectionProfile to return the the connection profile associated with one or more physical network adapters. Once I have this information I can then modify the NetworkCategory to what I wish by […]
Get-NetAdapter cmdlet returns to you the basic network adapter properties of visible adapters installed on your system. This is a very useful tool to gather some details about your installed network adapters. More info and features can be found here: http://technet.microsoft.com/en-us/library/jj130867.aspx
Looking for a quick way to get to your network connections: Control PanelNetwork and InternetNetwork Connections From the run prompt (shortcut keys: WinKey+R) enter ncpa.cpl. You will immediately open a window that takes you to the network connections UI without traveling thought the network sharing center. If you want to create a quick shortcut you can […]
Switching Exchange 2013 over to a public accessible address requires a valid FQDN and a valid SSL Certificate. After installing the certificate on the server we need to find our way to the Exchange Administration Center. Once here do the following: Select Servers, then Certificates Choose the valid Certificate you plan to use and Click […]
I wanted to update CrashPlan to the latest version. So I download the latest Linux install and what I found after attempting to install was that I needed to uninstall the existing version before installing the new one. The following steps Stop the CrashPlan process from running /etc/init.d/crashplan stop Manually delete the following directories /usr/local/crashplan […]