Categories
How-To

How to Stop Other Devices Ringing When iPhone Gets a Phone Call

My wife has left the android world and has gone iPhone. After updating her phone to the latest iOS version we noticed something odd yet cool happening with all other iOS devices we have here at home. In our case it was iPads.  Each started to ring as her phone started ringing. This cool feature […]

Categories
How-To Software Technical

Change Hostname On Windows Server 2012 R2 Server Core

Windows Server 2012 R2 Server Core is installed and now its time to change the hostname from the install default. To change the hostname I will issue the following command: netdom renamecomputer [oldhostname] /newname [newhostname]   You will get the following message once completed: Certain services, such as the Certificate Authority, rely on a fixed machine name. […]

Categories
How-To Software Technical

Disable Windows Firewall On Windows Server 2012 R2 Server Core

After my install of Windows Server 2012 R2 Server Core, I wanted to manage the system via RSAT and Remote Desktop. However the firewall was preventing me from completing such tasks. That said, this is how we can disable the firewall From the command prompt type the following command: netsh advfirewall set allprofiles state off […]

Categories
How-To Software Technical

HowTo Install VMware Tools On Windows Server 2102 R2 Server Core

After installing Windows Server 2012 R2 Server Core as a guest in my VMware Lab I wanted install the VMware software tools that enhances the performance of the guest operating system and improves management of the virtual machine. To do this I logged into the console via the vCenter Client were I could access the server […]

Categories
How-To Software Technical

Quest to automate snapshots in ESXi

I am looking for a way to run a instance and have it revert back to its snapshot every 24 hours. I started toying around with the idea to use the vim-cmd features however there doesn’t seem to be a way to set a task for this. So far here are the steps I used […]

Categories
How-To Software Technical

Retrieve MX records using nslookup

One of my new kids on the block asked me a question tonight; “Jermal, how do I get the mx record of a domain?” To retrieve mx record information we need to use a tool called nslookup which is available in Windows and Linux The quick syntax use is nslookup [-option] [hostname] [server]   Example of […]