Comments : 0

Why Outsource Customer Support and Server Administration?

Category : General, Microsoft Windows Server

The bulk of IT budgets is spent just “treading water” rather than adding new business value. The current economic climate and resulting pressure on IT budgets has made the task of just treading water, that much more difficult, while the need to add real business value to compete in difficult market conditions is even greater. The idea to Outsource Customer Support and Server Administration can help your IT department flip that equation, so that you can reduce costs on core workloads and realign IT resources to help your business compete in challenging market conditions. More than ever, you need to free up those “up and running” resources to help your company compete through IT! Consider the graphic below:

There are “good” and “bad” pressures on IT. The green arrows represent the good pressure: pressure to add new business value by increasing productivity, driving customer connections, etc. The red arrows represent the “bad” pressures: the necessary, day-to-day pressures that require lots of time, resources, and effort to address but that don’t necessarily push the business ahead. It’s these pressures that consume 80 percent of most IT budgets today, according to analysts; that’s a lot of investment spent on “standing still” when you’d rather be spending resources that add new business value and take the business further.

As companies grow, their IT infrastructures grow along with them. But more often, the pace of that growth is uneven, driven as much by the conditions under which the infrastructures operate as by the models they aspire to. You add an application here. You add functionality there. You add people across the board. Yet the more variables you add to your infrastructure, the harder it can be to manage and, more importantly, to keep secure.

So even as the costs for hardware and software are going down, the costs of managing and supporting your infrastructure are increasing. In today’s competitive times, outsourcing non-core activities makes a lot of business and economic sense. Organizations are realizing that they can’t provide each and every service to their clients. As a result, they are focusing more on their core competencies and relying on service providers to manage critical but non-core processes for them. Offshore technical support can no longer be treated as a peripheral process. It requires a experienced and dedicated support team who will work around the clock to deliver higher value to customers.

In addition to this, there are many more reasons why a company should consider outsourcing. Some of the reasons are outlined below:

  • Because you need to focus more on core business activities
  • Because you don’t have the time to do it yourself
  • Because you want to avoid the cost of new technology
  • Because you want to reduce your present operating costs
  • Because you want to reduce capital costs of infrastructure
  • Because you want to make the best use of competitive resources available worldwide
  • Because you don’t have the skills to do it yourself
  • Because you want to maximize customer satisfaction
  • Because you want to benefit from the provider’s expertise in solving problems for a number of clients with similar requirements

In today’s globalized and networked economy, outsourcing has never been so easy or made so much business sense. The question is not “Why outsource?” but rather, “Why not?”.

Comments : 1

Microsoft Windows InTune

Category : General, Microsoft Windows Server

Microsoft recently announced the beta availability of a new cloud-based subscription-based remote infrastructure management solution for mid-sized businesses called InTune. Microsoft Intune allows admins to manage computers from any location instead of forcing them to be at their own console, and it’s not just an enterprise-scale application, either. Windows Intune simplifies how businesses manage and secure PCs using Windows cloud services and Windows 7—making it easier for IT staff to manage and secure PCs from virtually anywhere.

For instance, Intune highlights the ability to manage updates released by Microsoft, as well as block malware using Microsoft’s Malware Protection Engine. The buck does not stop there. It also enables technical support personnel in an organization to monitor PCs and provide remote desktop support for their users. Additionally, Intune also includes tools for tracking hardware and software inventory, including the ability to monitor assets, licenses, and compliance. It also has remote management tools like remote desktop initiated by the client through the Intune service could be very helpful for consultants and corporate IT when a remote user calls with an email problem.

From the first looks of it, the interface seems to be good which is built in Silverlight. Going to give this beta a try and see how it goes.

Comments : 6

Backup Exchange Server 2007 on Windows 2008 using NTBackup

Category : Exchange Server, Microsoft Windows Server

All those System Administrators running their Exchange Server 2007 on a Windows 2003 (64-bit) server have the previlage to get access to the traditional NTBackup utility to backup their exchange stores. But those who are running their Exchange Server 2007 on Windows 2008 (64-bit) must have faced the dilema of which tool to use to backup their mail stores. This is because Windows Server Backup in Windows Server 2008 no longer supports Exchange-aware backups or restores. In order to back up and restore Exchange Server 2007 Service Pack 1 (SP1) on Windows Server 2008, you must use an Exchange-aware application that supports the Volume Shadow Copy Service (VSS) writer for Exchange 2007, such as Microsoft System Center Data Protection Manager, a third-party Exchange-aware VSS-based application, or a third-party Exchange-aware application that uses the streaming backup APIs locally on the Exchange server to make a backup locally on the Exchange server.

What does all this mean? Nothing but shelling out extra $$$ to invest in a backup solution unless you are interested in a very simple backup solution to assure that the logs get truncated and you have backup copies which you can restore. Here is a basic hack which can help one save a couple of $$$.

Step #1

Get access to a Windows 2003 R2 Server which is running a 64-bit OS. Assuming that you are not running your production Exchange Server 2007 in 32-bit environment, we require the 64-bit version library files. If you do not have a one handy, you can get the source files and then expand the DLL’s or install one in a virtual environment.

Step #2

Copy the ntbackup.exe, ntmsapi.dll, and vssapi.dll files from C:\windows\system32 into a new folder on your Exchange Server 2007 running on Windows 2008. I created a folder called NTBackup under Program Files and placed them there.

NT Backup Exchange 2007

NT Backup Exchange 2007

Step # 3

Right click Ntbackup.exe and choose “Run as administrator”.

Your should see the Exchange Server Information Store as part of your backup wizard.

Select the Information Stores that you want to backup. Choose the Backup media or filename and the path where you want to store your backups. Once you have finished the configuration, click on Start Backup and the exchange store backups should start.

Once the backup is complete, you should see all the transaction logs getting truncated (hope circular logging is not enabled) and also the mail store would be stamped with the Last Full Backup date and time stamp.

One thing to note though: you cannot back up a storage group in a Standby Continuous Replication (SCR) environment. Backups of storage group copies are available for Local Continuous Replication (LCR) or Cluster Continuous Replication only.