We all know that Microsoft updates are as important as having an antivirus or firewall in your network. Updates can be a hassle or blocking factor when it comes to Hyper-V nodes and clusters. Many solutions exists to apply updates with administrative efforts but nowadays we need to be able to do things in IT […]
General
Common Exchange Commands used
Quite often when you’ve called to install or troubleshoot Microsoft Exchange, you need to run several commands by the Exchange Management shell and remembering these commands sometimes is not easy, I’ve listed a few commands I often usd (I prefer powershell than the console). 1. CD to Exchange Scripts folder cd $exscripts or set-location “Path […]
Backup DAG with Windows Server Backup
Any serious company out there will not use Windows Server Backup to backup an Exchange Server or even an Exchange Server DAG. Of course we also need to mention that not every company can afford fancy backup software. Netherless Windows Server Backup can backup an Exchange Server or an Exchange DAG (2x MBX servers), but […]
Setting Up Work Folders – Windows Server 2012 R2
Howdy People, A new concept introduced in Windows Server 2012 R2 is work folders. What are Work Folders? Work Folders allows users to sync their data from the corporate network to their personal device without compromising data. The server and the user data is always synced. Work Folders can also remove the use of a […]
Vimal Caleechurn | General | Windows Server 2012 R2, WorkFolders | 0 Comments
CentOS (Linux) Network adapter Configuration on Hyper-V R2 Virtual Machine
Hyper-V does support Linux operating System in Virtual Machines but the network configuration might be a bit tricky. Installation of CentOS is done just like any other Install, pop in your ISO or CD and install. Once your install is done, follow these steps to install the integration services. Down the integration services from Here. […]