<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HBR Solutions</title>
	<atom:link href="http://hbrsolutions.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://hbrsolutions.com/blog</link>
	<description>IT Offerings: Mail Migration, Networking, Security, Disaster Recovery</description>
	<lastBuildDate>Tue, 02 Apr 2013 10:50:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows 2012 Replica.  A great solution for Small Business Disaster Recovery.</title>
		<link>http://hbrsolutions.com/blog/?p=236</link>
		<comments>http://hbrsolutions.com/blog/?p=236#comments</comments>
		<pubDate>Tue, 02 Apr 2013 10:32:27 +0000</pubDate>
		<dc:creator>Steven Bond</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Technology Consultants]]></category>
		<category><![CDATA[alert system]]></category>
		<category><![CDATA[system integration]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[hbr solutions]]></category>
		<category><![CDATA[high availability]]></category>
		<category><![CDATA[Windows 2012]]></category>

		<guid isPermaLink="false">http://hbrsolutions.com/blog/?p=236</guid>
		<description><![CDATA[Until now if you wanted to implement High Availability in Virtual Machines (VM), you would have to invest in cluster technology and some shared storage. Now the arrival of Windows Server 2012 brings with it a perfectly acceptable disaster recovery solution for Virtual Machines that is free, built into the product and easy to implement.
A [...]]]></description>
			<content:encoded><![CDATA[<p>Until now if you wanted to implement High Availability in Virtual Machines (VM), you would have to invest in cluster technology and some shared storage. Now the arrival of Windows Server 2012 brings with it a perfectly acceptable disaster recovery solution for Virtual Machines that is free, built into the product and easy to implement.</p>
<p>A replica is just what it says, a copy of a live VM stored on a remote server that is updated every five minutes with any changes. At any point in time you can failover to the replica and bring the virtualised workload back online.<br />
What you need to get started</p>
<p>Hyper-V Replicas can be implemented if you have any two physical Windows Server 2012 servers. These must both have the Hyper-V role installed. The location of the servers is not important – they can be in the same rack or on different continents. The only other requirements are that they can be connected by an IP network, they have sufficient storage to host the virtualized workloads to be replicated, and that the network bandwidth is sufficient to cope with the initial transfers.</p>
<p>Replication is very flexible: in or out of domains, and in or out of failover clusters (same cluster or not). It also allows a completely standalone non-domain single replication model – which is the scenario that this article deals with.</p>
<p><strong>Where to begin</strong></p>
<p>First install the Hyper-V role on both machines (using Server Manager, or PowerShell 3.0 if you are a command-line guru). To prepare for replication, set-up an External Replication network using the virtual switch manager. This needs to be done on both servers, with the network name being the same on each. The only other step to prepare for the use of replicas is to have a Virtual Machine (VM) configured on each server. This is because we are going to set both servers up to replicate each other.</p>
<p>We now have two physical servers acting as Hosts or Parents to a VM, using the same replication network.<br />
On Server One, open Hyper-V manager and select the VM you wish to replicate. Right-click on the VM, and select “Enable Replication”. Unsurprisingly, this fires-up a wizard. In the Specify Replica Server Box, enter the FQDN of your second server. You will receive an error stating that the server is not ready to host replicas. There is a convenient Configure Server button – click this.</p>
<p>This opens the Hyper-V Settings window for the second server, with the focus on the Replication configuration section. Check the Enable this<br />
Server for Replication box. Depending on your requirements, these settings allow for unencrypted HTTP traffic (port 80) or encrypted HTTPS communication (port 443). It also allows for authentication from a single server, a group or from any server.</p>
<p>You then want to check the Use Kerberos (HTTP) box, and the Allow Authentication From Any Server Radio button. Apply these settings.  A warning points you to the correct firewall rules to enable. This screenshot shows which rule to set on both servers:</p>
<p><a href="http://hbrsolutions.com/blog/wp-content/uploads/2013/04/Hyper-V-Replica-Image-1.jpg"><img src="http://hbrsolutions.com/blog/wp-content/uploads/2013/04/Hyper-V-Replica-Image-1-300x118.jpg" alt="" title="Hyper-V-Replica-Image-1" width="300" height="118" class="alignnone size-medium wp-image-238" /></a></p>
<p>Simply accept all the defaults for the rest of the wizard. There are also many areas for configuration, to allow for more flexible use of replication.</p>
<p><strong>Now do it all over again</strong></p>
<p>Replication is now enabled, and the initial replication has started. If this is a small machine and the network is quick, go to the second server and see if the replicated VM has appeared. If it has, in the bottom section of Hyper-V manager, you will see there is now a Replication tab. Select the replicated VM and click that Replication tab. You will see it is listed as a replica.<br />
Repeat the above steps for the VM on Server Two.<br />
Provided that you set the Firewall rules correctly, you now have a cross-replicated system, where each server hosts a primary and a replica VM. There is no cluster, no SAN, no shared storage, just replicas as shown below.<br />
<a href="http://hbrsolutions.com/blog/wp-content/uploads/2013/04/Hyper-V-Replica-Image-2.jpg"><img src="http://hbrsolutions.com/blog/wp-content/uploads/2013/04/Hyper-V-Replica-Image-2-300x164.jpg" alt="" title="Hyper-V-Replica-Image-2" width="300" height="164" class="alignnone size-medium wp-image-245" /></a><br />
<a href="http://hbrsolutions.com/blog/wp-content/uploads/2013/04/Hyper-V-Replica-Image-3.jpg"><img src="http://hbrsolutions.com/blog/wp-content/uploads/2013/04/Hyper-V-Replica-Image-3-300x166.jpg" alt="" title="Hyper-V-Replica-Image-3" width="300" height="166" class="alignnone size-medium wp-image-247" /></a></p>
<p>It’s possible to select a time period for replication – and whether it starts manually or automatically. VHDs can be included and excluded from the replication if required. Recovery points can be maintained, and the number of these to be stored is also configurable (between 1 and 15). The transmitted data can be compressed and encrypted if required.<br />
All of these settings can be managed in the VM Settings window.</p>
<p><strong>Failover scenarios</strong></p>
<p>Hyper-V replication allows for several different failover scenarios. From the replica copy itself, these options are available:</p>
<p><a href="http://hbrsolutions.com/blog/wp-content/uploads/2013/04/Hyper-V-Replica-Image-4.jpg"><img src="http://hbrsolutions.com/blog/wp-content/uploads/2013/04/Hyper-V-Replica-Image-4-300x177.jpg" alt="" title="Hyper-V-Replica-Image-4" width="300" height="177" class="alignnone size-medium wp-image-249" /></a><br />
While from the Primary VM, the below are available:<br />
<a href="http://hbrsolutions.com/blog/wp-content/uploads/2013/04/Hyper-V-Replica-Image-5.jpg"><img src="http://hbrsolutions.com/blog/wp-content/uploads/2013/04/Hyper-V-Replica-Image-5-300x176.jpg" alt="" title="Hyper-V-Replica-Image-5" width="300" height="176" class="alignnone size-medium wp-image-250" /></a></p>
<p>So there are: Test Failover, Failover and Planned Failover…</p>
<p><strong>1. Test Failover</strong></p>
<p>This option ensures that your replica VM starts correctly, and is a viable DR solution. By selecting this, a new VM is created which allows the administrator to confirm its status:<br />
<a href="http://hbrsolutions.com/blog/wp-content/uploads/2013/04/Hyper-V-Replica-Image-6.jpg"><img src="http://hbrsolutions.com/blog/wp-content/uploads/2013/04/Hyper-V-Replica-Image-6-300x126.jpg" alt="" title="Hyper-V-Replica-Image-6" width="300" height="126" class="alignnone size-medium wp-image-251" /></a> </p>
<p>To ensure that your Test Failover doesn’t interfere with your production machines, Hyper-V now has the ability to inject a different IP addressing scheme into your Replica. It can also start it using an entirely different network, using the virtual switch.<br />
<a href="http://hbrsolutions.com/blog/wp-content/uploads/2013/04/Hyper-V-Replica-Image-7.jpg"><img src="http://hbrsolutions.com/blog/wp-content/uploads/2013/04/Hyper-V-Replica-Image-7-300x160.jpg" alt="" title="Hyper-V-Replica-Image-7" width="300" height="160" class="alignnone size-medium wp-image-252" /></a> </p>
<p>In the VM Settings – under Network Adaptor – the configuration options cater for IPv4 , IPv6 and advanced options and test failover for networks. This flexibility allows an administrator to carry out failover tests regularly – this is best practice!<br />
Once tested, right-click the original replica VM and click Replication. Stop Test Failover, and the test VM will be deleted.</p>
<p><strong>2.  Failover</strong></p>
<p>This is the one to use when the Primary VM has failed, and you need to get your virtualised workload up and running as soon as possible. Simply select Replication and Failover. The standard warning appears, select your recovery point and click Failover. The replica remains the replica, but is the active VM. The Replication tab highlights the completed failover, and the warning that the primary is offline.<br />
Once the Primary VM is up and running there are several options to return to normal. Though these are outside the scope of a short article. Microsoft has published an 82-page Understanding and Troubleshooting guide for Hyper-V replicas, which will assist with this and any other unanswered questions.</p>
<p><strong>3.  Planned Failover</strong></p>
<p>This is carried-out from the primary VM. When selecting the option from the Replication sub-menu, a prerequisite check is carried-out to ensure that the replica can take over in the absence of the primary. And that all the necessary action is then set in motion; including reversing the replication to ensure the original primary is kept up-to-date when it comes back online.</p>
<p><strong>Summary</strong></p>
<p>This has been a short toe-dipping into what is set to be one of Windows Server 2012 ‘Big Five’ areas of functionality. HBR Solutions along with Windows Server 2012 has the ability to carry out failovers and high-availability on a tiny budget is something small businesses have been crying-out for, and can now embrace with zero additional costs.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhbrsolutions.com%2Fblog%2F%3Fp%3D236&amp;linkname=Windows%202012%20Replica.%20%20A%20great%20solution%20for%20Small%20Business%20Disaster%20Recovery."><img src="http://hbrsolutions.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://hbrsolutions.com/blog/?feed=rss2&amp;p=236</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are Managed Services, and Why Should You Care?</title>
		<link>http://hbrsolutions.com/blog/?p=207</link>
		<comments>http://hbrsolutions.com/blog/?p=207#comments</comments>
		<pubDate>Thu, 14 Jun 2012 15:44:53 +0000</pubDate>
		<dc:creator>Steven Bond</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[IT cleanups]]></category>
		<category><![CDATA[Managed Services]]></category>
		<category><![CDATA[Technology Consultants]]></category>
		<category><![CDATA[alert system]]></category>
		<category><![CDATA[system integration]]></category>

		<guid isPermaLink="false">http://hbrsolutions.com/blog/?p=207</guid>
		<description><![CDATA[
Managed services let you offload specific IT operations to a service provider, known in tech parlance
as a Managed Services Provider. The managed service provider assumes ongoing responsibility for monitoring, managing and/or problem resolution for selected IT systems and functions on your behalf.
Managed services providers can offer services such as alerts, security, patch management, data backup [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hbrsolutions.com/blog/wp-content/uploads/2012/06/managed.jpg"><img src="http://hbrsolutions.com/blog/wp-content/uploads/2012/06/managed-300x289.jpg" alt="" title="managed" width="300" height="289" class="alignnone size-medium wp-image-231" /></a></p>
<p>Managed services let you offload specific IT operations to a service provider, known in tech parlance<br />
as a Managed Services Provider. The managed service provider assumes ongoing responsibility for monitoring, managing and/or problem resolution for selected IT systems and functions on your behalf.</p>
<p>Managed services providers can offer services such as alerts, security, patch management, data backup and recovery for different client devices: desktops, notebooks, servers, storage systems,<br />
networks and applications. Offloading routine infrastructure management to an experienced managed services professional lets you concentrate on running your business, with fewer interruptions due to IT issues.</p>
<p>Managed services providers usually price their services on a subscription basis. Depending on the services they provide, pricing is usually based on the number of devices, with different packages priced at different levels. Some provide customer support onsite when required.</p>
<p>Basic services often start with a monitoring service, which notifies you of problems, which you resolve on your own.  At the upper end of the spectrum, service providers offer fully managed services that cover everything from alerts through problem resolution.</p>
<p>Typically they perform an initial assessment of your current IT environment and management requirements to help you decide what services and service levels you need.</p>
<h3>Why Should You Care?</h3>
<p>Just like larger companies, small businesses need technology to operate efficiently and to compete effectively.  But as reliance on IT grows, the resources to support an increasingly complex IT environment may not. In many small businesses, IT resources are scarce, and can  be quickly overwhelmed with the day-to-day responsibilities of keeping the infrastructure that the business depends on up and running.</p>
<p>If you fall behind in keeping up with things such as backups, patches and security, the odds are that you’ll face an IT outage or another problem down the road that will negatively impact your business. For instance, if your e-mail server, customer relationship management system, financial application or network goes down unexpectedly, you face substantial productivity and revenue losses as a result.</p>
<p>MSPs act as an extension of your IT department, taking care of routine IT infrastructure monitoring and management around the clock—freeing up your IT staff to focus on higher-value projects. By proactively monitoring and maintaining your systems, an MSP can help you avoid many technology problems in the first place. Should an issue occur, an experienced MSP can troubleshoot and resolve it more efficiently.</p>
<p>Unlike traditional outsourcing situations, where you surrender complete control of your IT assets, you decide what you want the service provider to take care of, and what you want to handle. You retain full visibility into the process and management of your systems. In addition, the MSP subscription model gives you more expense predictability than a consultant-type time and billing model.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhbrsolutions.com%2Fblog%2F%3Fp%3D207&amp;linkname=What%20are%20Managed%20Services%2C%20and%20Why%20Should%20You%20Care%3F"><img src="http://hbrsolutions.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://hbrsolutions.com/blog/?feed=rss2&amp;p=207</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing SharePoint 2010 on Windows 8</title>
		<link>http://hbrsolutions.com/blog/?p=200</link>
		<comments>http://hbrsolutions.com/blog/?p=200#comments</comments>
		<pubDate>Tue, 08 May 2012 13:45:43 +0000</pubDate>
		<dc:creator>Steven Bond</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Windows 8 Server Beta]]></category>
		<category><![CDATA[sharepoint server 2010]]></category>

		<guid isPermaLink="false">http://hbrsolutions.com/blog/?p=200</guid>
		<description><![CDATA[Just for kicks I got Windows 8 Preview installed today and thought I&#8217;d see if I could get SharePoint 2010 installed as well.
Fortunately, the setup instructions are pretty much identical to the ones used for Windows 7. The important thing to remember is that you need to make sure IIS uses .NET 2.0 instead of [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">Just for kicks I got Windows 8 Preview installed today and thought I&#8217;d see if I could get SharePoint 2010 installed as well.</div>
<div>Fortunately, the setup instructions are pretty much identical to the ones used for Windows 7. The important thing to remember is that you need to make sure IIS uses .NET 2.0 instead of 4.0.</div>
<div>
<ul>
<li>Install SQL Server 2008. I used R2, but you can use any version listed in the requirements.</li>
<li>Ensure all of the required IIS features are installed through Programs and Features.</li>
<li>The easiest way to do this is to use the script that Microsoft provides. You can do this by copying the following into a Command Prompt.</li>
</ul>
</div>
<div>start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;^</div>
<div id="_mcePaste">IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;^</div>
<div id="_mcePaste">IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;^</div>
<div id="_mcePaste">IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-HealthAndDiagnostics;^</div>
<div id="_mcePaste">IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-ManagementScriptingTools;^</div>
<div id="_mcePaste">IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication;^</div>
<div id="_mcePaste">IIS-RequestFiltering;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;^</div>
<div id="_mcePaste">IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-IIS6ManagementCompatibility;^</div>
<div id="_mcePaste">IIS-Metabase;IIS-WMICompatibility;WAS-WindowsActivationService;WAS-ProcessModel;^</div>
<div id="_mcePaste">WAS-NetFxEnvironment;WAS-ConfigurationAPI;WCF-HTTP-Activation;^</div>
<div id="_mcePaste">WCF-NonHTTP-Activation</div>
<div></div>
<div>
<ul>
<li>Update IIS and Microsoft .NET Framework 3.5.1 to use .NET Framework Version 2.0 instead of 4.0.</li>
<li>You can do this by opening IIS, clicking the root host and then clicking Change .NET Framework Version in the right Actions pane.</li>
<li>Install SharePoint 2010 prerequisites for Windows 7. The only ones I needed to install were the following:
<ul>
<li>Windows Identity Foundation (Windows6.1-KB974405-x64.msu)</li>
<li>Chart Controls</li>
<li>SQL Server Analysis Services &#8211; ADOMD.Net</li>
</ul>
</li>
</ul>
</div>
<div style="padding-left: 90px;">
<ul></ul>
<ul></ul>
<ul></ul>
</div>
<div>Per the setup instructions, before running SharePoint setup, update the SharePoint 2010 config.xml found under [SharePointSetupFiles]\Files\Setup. You will need to change the Setting Value in AllowWindowsClientInstall to True.</div>
<div id="_mcePaste"></div>
<div>Setting Up the Development Environment for SharePoint 2010 on Windows Vista, Windows 7, and Windows Server 2008</div>
<div>http://msdn.microsoft.com/en-us/library/ee554869.aspx</div>
<div>Hardware and software requirements (SharePoint Server 2010)</div>
<div id="_mcePaste">http://technet.microsoft.com/en-us/library/cc262485.aspx</div>
<p><a href="http://hbrsolutions.com/blog/wp-content/uploads/2012/05/SharePoint2010Windows8.png"><img class="alignnone size-medium wp-image-201" title="SharePoint2010Windows8" src="http://hbrsolutions.com/blog/wp-content/uploads/2012/05/SharePoint2010Windows8-300x240.png" alt="" width="300" height="240" /></a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhbrsolutions.com%2Fblog%2F%3Fp%3D200&amp;linkname=Installing%20SharePoint%202010%20on%20Windows%208"><img src="http://hbrsolutions.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://hbrsolutions.com/blog/?feed=rss2&amp;p=200</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HBR Solutions Inc Receives 2012 Best of Matawan Award</title>
		<link>http://hbrsolutions.com/blog/?p=179</link>
		<comments>http://hbrsolutions.com/blog/?p=179#comments</comments>
		<pubDate>Fri, 20 Apr 2012 12:32:00 +0000</pubDate>
		<dc:creator>Steven Bond</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Best of Matawan Award]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Microsoft Office Live]]></category>
		<category><![CDATA[Microsoft Online Services]]></category>
		<category><![CDATA[Technology Consultants]]></category>
		<category><![CDATA[best local business]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[high availability]]></category>

		<guid isPermaLink="false">http://hbrsolutions.com/blog/?p=179</guid>
		<description><![CDATA[
Press Release
FOR IMMEDIATE RELEASE
HBR Solutions Inc Receives 2012 Best of Matawan Award 
U.S. Commerce Association’s Award Plaque Honors the Achievement
NEW YORK, NY, April 13, 2012 &#8212; For the fourth consecutive year, HBR Solutions Inc has been selected for the 2012 Best of Matawan Award in the Online Services Technology Consultants category by the U.S. Commerce [...]]]></description>
			<content:encoded><![CDATA[<h2>
<h3>Press Release</h3>
<div id="_mcePaste" style="text-align: center;">FOR IMMEDIATE RELEASE</div>
<h1><strong><span style="color: #0000ff;">HBR Solutions Inc Receives 2012 Best of Matawan Award</span><strong> </strong></strong></h1>
<div id="_mcePaste">U.S. Commerce Association’s Award Plaque Honors the Achievement</div>
<p>NEW YORK, NY, April 13, 2012 &#8212; For the fourth consecutive year, HBR Solutions Inc has been selected for the 2012 Best of Matawan Award in the Online Services Technology Consultants category by the U.S. Commerce Association (USCA).</p>
<p>The USCA &#8220;Best of Local Business&#8221; Award Program recognizes outstanding local businesses throughout the country. Each year, the USCA identifies companies that they believe have achieved exceptional marketing success in their local community and business category. These are local companies that enhance the positive image of small business through service to their customers and community.</p>
<div id="_mcePaste">Nationwide, only 1 in 250 (less than half of 1%) 2012 Award recipients qualified as Four-Time Award Winners. Various sources of information were gathered and analyzed to choose the winners in each category. The 2012 USCA Award Program focuses on quality, not quantity. Winners are determined based on the information gathered both internally by the USCA and data provided by third parties.</div>
<div id="_mcePaste">About U.S. Commerce Association (USCA)</div>
<p>U.S. Commerce Association (USCA) is a New York City based organization funded by local businesses operating in towns, large and small, across America. The purpose of USCA is to promote local business through public relations, marketing and advertising.</p>
<p>The USCA was established to recognize the best of local businesses in their community. Our organization works exclusively with local business owners, trade groups, professional associations, chambers of commerce and other business advertising and marketing groups. Our mission is to be an advocate for small and medium size businesses and business entrepreneurs across America.</p>
<p>SOURCE: U.S. Commerce Association</p>
<div id="_mcePaste">CONTACT:</div>
<div id="_mcePaste">U.S. Commerce Association</div>
<div id="_mcePaste">Email: PublicRelations@uscaaward.com</div>
<div id="_mcePaste">URL: http://www.uscaaward.com</div>
<div id="_mcePaste">###</div>
<p><strong><strong> </strong></strong><strong><strong> </strong></strong><strong><strong> </strong></strong><strong><strong> </strong></strong><strong><strong> </strong></strong></h2>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhbrsolutions.com%2Fblog%2F%3Fp%3D179&amp;linkname=HBR%20Solutions%20Inc%20Receives%202012%20Best%20of%20Matawan%20Award"><img src="http://hbrsolutions.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://hbrsolutions.com/blog/?feed=rss2&amp;p=179</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Top 10 Tech Mistakes Small Businesses Make (And How To Avoid Them): Pt 5</title>
		<link>http://hbrsolutions.com/blog/?p=177</link>
		<comments>http://hbrsolutions.com/blog/?p=177#comments</comments>
		<pubDate>Wed, 04 Apr 2012 10:19:02 +0000</pubDate>
		<dc:creator>Steven Bond</dc:creator>
				<category><![CDATA[Anti Virus]]></category>
		<category><![CDATA[IT cleanups]]></category>
		<category><![CDATA[Technology Consultants]]></category>
		<category><![CDATA[alert system]]></category>
		<category><![CDATA[anti spam software]]></category>
		<category><![CDATA[best local business]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[full spyware removal]]></category>

		<guid isPermaLink="false">http://hbrsolutions.com/blog/?p=177</guid>
		<description><![CDATA[We’ve made it to the final post of our 5-part series on helping small businesses avoid common and costly tech mistakes. Thanks to those who have stuck with it to the end. If you’ve missed any, check out the previous parts:
Part 1: Weak Tech Support and Old, Cheap or Inconsistent Hardware
Part 2: Inadequate Power Protection [...]]]></description>
			<content:encoded><![CDATA[<p>We’ve made it to the final post of our 5-part series on helping small businesses avoid common and costly tech mistakes. Thanks to those who have stuck with it to the end. If you’ve missed any, check out the previous parts:</p>
<p>Part 1: Weak Tech Support and Old, Cheap or Inconsistent Hardware<br />
Part 2: Inadequate Power Protection and Illegal Software<br />
Part 3: Inadequate Training and Weak Security<br />
Part 4: Insufficient Data Backup and Virus Vulnerability</p>
<p>Tying off our list of the Top 10 Small Business Tech Mistakes are #9 and 10, Spyware Threats and Spam.</p>
<h2><a href="http://hbrsolutions.com/blog/wp-content/uploads/2012/03/virus-for-computer.jpg"><img class="alignnone size-medium wp-image-168" title="virus-for-computer" src="http://hbrsolutions.com/blog/wp-content/uploads/2012/03/virus-for-computer-300x248.jpg" alt="" width="300" height="248" /></a></h2>
<h2>Mistake #9: Spyware Threats</h2>
<p>Spyware programs pose as big a risk to small businesses. Whereas viruses work to replicate themselves, distribute unwanted email, attack other systems or even render PCs inoperable, spyware typically intercepts user information and relays it to third parties, and often redirects user commands. For example, spyware can monitor a user’s personal or confidential information and send it to a hacker, or prompt so many pop-up advertisements that a system essentially becomes unusable.</p>
<p>Making matters worse is that, like viruses, spyware usually installs itself without the user’s knowledge. This covert tactic is a primary factor in why some estimates state that 80% of PCs used in businesses are infected with spyware.</p>
<p>Small businesses should be just as vigilant about protecting their systems from spyware as they are about virus protection. To get started, we recommend the following steps for combating spyware:</p>
<p>•	Install a reputable antispyware program and keep it updated.<br />
•	Perform regular antispyware scans.<br />
•	Do not allow antispyware licenses to expire.<br />
•	Avoid forms of free security software.<br />
•	Avoid clicking links within pop-up advertisements and unsolicited email messages.</p>
<h2>Mistake #10: SPAM</h2>
<p><a href="http://hbrsolutions.com/blog/wp-content/uploads/2010/07/spam-resized-600.jpg"><img class="alignnone size-medium wp-image-128" title="spam-resized-600" src="http://hbrsolutions.com/blog/wp-content/uploads/2010/07/spam-resized-600-300x199.jpg" alt="" width="300" height="199" /></a></p>
<p><a href="http://hbrsolutions.com/blog/wp-content/uploads/2010/07/spam-resized-600.jpg"></a>SPAM can mean several things these days, but most often it refers to unsolicited commercial mass emails received from unknown and/or untrusted senders. Email is an indispensable business tool, which makes it even more problematic that SPAM accounts for almost half of all email you and your staff will receive. Radicatti Research Group Inc. estimates that SPAM costs businesses over $20.5 billion annually in technical expense and decreased productivity. Fortunately, despite it’s prevalence, SPAM is one of the easier issues for small businesses to protect against.</p>
<p>Our recommendations for combatting SPAM line up with those of the The United States Federal Trade Commission, and include:</p>
<p>•	Do not display your email address in public (such as on a website).<br />
•	Avoid responding to or forwarding electronic chain letter email messages.<br />
•	Treat the following types of email with care: money-making opportunities, work at-home schemes, weight-loss programs and product ads, credit recovery/counseling, and advance fee loans<br />
•	Use a reputable email filter.<br />
•	Leverage unique (not easily guessed) email addresses.<br />
•	Review a websites’s privacy policy before providing your email address.<br />
•	Read and ensure you understand web forms before submitting personal information.</p>
<p>We hope that this series has given you some solid, actionable information on how to avoid typical tech mistakes made by small businesses. The benefits of these protection tactics begin with you taking action, and are deepened with the involvement of a professional HBR Solutions specialist. To find an HBR Solutions Specialist in your area, use our Locator; and start the process of transitioning the IT aspects of your business from a potential liability to a professional asset.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhbrsolutions.com%2Fblog%2F%3Fp%3D177&amp;linkname=The%20Top%2010%20Tech%20Mistakes%20Small%20Businesses%20Make%20%28And%20How%20To%20Avoid%20Them%29%3A%20Pt%205"><img src="http://hbrsolutions.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://hbrsolutions.com/blog/?feed=rss2&amp;p=177</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 8.  The end of the PC as we know it.</title>
		<link>http://hbrsolutions.com/blog/?p=173</link>
		<comments>http://hbrsolutions.com/blog/?p=173#comments</comments>
		<pubDate>Thu, 22 Mar 2012 22:17:29 +0000</pubDate>
		<dc:creator>Steven Bond</dc:creator>
				<category><![CDATA[alert system]]></category>

		<guid isPermaLink="false">http://hbrsolutions.com/blog/?p=173</guid>
		<description><![CDATA[
Idecided a few days ago to try out  the latest Beta of Windows 8. The installation of the new OS was a breeze.  I wasn&#8217;t sure what the little fish splash screen was about but who am I to judge.  The installation took about less than 15   minutes on a Virtual Machine which I carved out [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hbrsolutions.com/blog/wp-content/uploads/2012/03/windows_8_metro_ui_video.jpg"><img class="alignnone size-medium wp-image-174" title="windows_8_metro_ui_video" src="http://hbrsolutions.com/blog/wp-content/uploads/2012/03/windows_8_metro_ui_video-300x148.jpg" alt="" width="300" height="148" /></a></p>
<p>Idecided a few days ago to try out  the latest Beta of Windows 8. The installation of the new OS was a breeze.  I wasn&#8217;t sure what the little fish splash screen was about but who am I to judge.  The installation took about less than 15   minutes on a Virtual Machine which I carved out 512MB of RAM.  My fingers where crossed as the OS started, which it did in record time.  I was asked to either create an MSN account or join with an existing, which I already had.  Once I logged in, the unfamiliar GUI (Graphical User Interface) appeared.  Now, I had seen pictures of it in the past, but this was my first time navigating through it.  Fortunately, it was the same interface as my Windows 7.5 phone so nothing to drastic.  I knew there had to be a way to switch from the block tiles to a more familiar Windows screen with its <strong><em>(Start) </em></strong>button on the lower left hand corner.</p>
<p><strong>The Big Change!!</strong></p>
<p><a href="http://hbrsolutions.com/blog/wp-content/uploads/2012/03/windows8-browser-550x287.jpg"><img class="alignnone size-medium wp-image-175" title="windows8-browser-550x287" src="http://hbrsolutions.com/blog/wp-content/uploads/2012/03/windows8-browser-550x287-300x156.jpg" alt="" width="300" height="156" /></a></p>
<p>We all are creatures of habit whether we like it or not.  We have our routines, we know where things are and we get familiar with them like an favorite t-shirt or some old shoes.   Windows 8 certainly broke that familiarity real quick as I scuffled to find where is that familiar Desktop&#8230; its not there!   Windows broke away from what was originally introduced back with Windows 95, that somewhat familiar look on how to navigate through its desktop.  I was completely blind sided and frustrated at the same time.  As I continued to poke around, i started to find a few quick commands that enabled me to switch to something that looked that a Desktop.  I was able to find my familiar icon&#8217;s such as &#8220;My Computer, Settings, etc&#8221;.  My first thought was if I&#8217;m having this much difficulty navigating with this Interface, most Non-Tech users will hate this!  But as I continued to discover this new OS, It started to come to me what Microsoft was doing.  This OS is primary object is for the Tablet PC!</p>
<p>Some of us had probably read in the past that Microsoft was moving in that arena.  Some of us has even played with some pseudo tablet/laptops with Windows 7.  In my mind, I thought Windows 8 was going to be something like that.. but it isn&#8217;t.  The new interface is targeted for touch screens and tablets.  Any new application installation is welcomed to use Microsoft&#8217;s online store.</p>
<p>This new OS, is truly a light version of Windows 7, with faster boot time and able to run Windows 7 applications.  It even comes with a built in installation utility that will check if your older software can run on Windows 8 natively and if it can&#8217;t it will force it into some kind of emulation mode.</p>
<p>Windows 7 will not disappear the moment Windows 8 will be officially on the market.  Microsoft&#8217;s plan is to continue supporting Windows 7 just as it did with Windows XP users for the next several years.  This will give them enough momentum to build more cloud applications and give time to regular users to acclimate themselves to the new interface.  Your Hotmail/MSN account will become important as your application profile changes.  You will be able to logon from your Windows 8 Tablet to a Windows 8 Laptop and have access to the same cloud applications, thus eliminating a lot of installation of software on a local drive.  Just as Samsung came out with their recent Smart TV, one day Microsoft will co develop with different appliances that will help us all access our information must more simply.</p>
<p><strong> </strong></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhbrsolutions.com%2Fblog%2F%3Fp%3D173&amp;linkname=Windows%208.%20%20The%20end%20of%20the%20PC%20as%20we%20know%20it."><img src="http://hbrsolutions.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://hbrsolutions.com/blog/?feed=rss2&amp;p=173</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Top 10 Tech Mistakes Small Businesses Make (And How To Avoid Them): Pt4</title>
		<link>http://hbrsolutions.com/blog/?p=167</link>
		<comments>http://hbrsolutions.com/blog/?p=167#comments</comments>
		<pubDate>Thu, 22 Mar 2012 21:16:15 +0000</pubDate>
		<dc:creator>Steven Bond</dc:creator>
				<category><![CDATA[Anti Virus]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[IT cleanups]]></category>
		<category><![CDATA[anti spam software]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[hacked]]></category>

		<guid isPermaLink="false">http://hbrsolutions.com/blog/?p=167</guid>
		<description><![CDATA[We’ve got Insufficient Data Backup and Virus Vulnerability on deck in Part 4 of our series on Small Business Tech Mistakes, and how you can avoid them.  Let’s get to it!

 
Mistake #7: Insufficient Data Backup
Every small business wrestles with the issue of data backups. Most every organization recognizes the need—sometimes mandated by law—to archive and [...]]]></description>
			<content:encoded><![CDATA[<p>We’ve got <strong>Insufficient Data Backup </strong>and<strong> Virus Vulnerability</strong> on deck in Part 4 of our series on Small Business Tech Mistakes, and how you can avoid them.  Let’s get to it!</p>
<p><a href="http://hbrsolutions.com/blog/wp-content/uploads/2012/03/ComputerBackup.jpg"><img class="alignnone size-full wp-image-169" title="ComputerBackup" src="http://hbrsolutions.com/blog/wp-content/uploads/2012/03/ComputerBackup.jpg" alt="" width="256" height="256" /></a></p>
<p><strong> </strong></p>
<h2>Mistake #7: Insufficient Data Backup</h2>
<p>Every small business wrestles with the issue of data backups. Most every organization recognizes the need—sometimes mandated by law—to archive and secure important business data. However, confusion quickly arises in the details. How should organizations back up their data? What data should be backed up? How often should archive sets be created? How should backups be moved off site?</p>
<p>Also, what is the real impact of data loss?  Glad you asked.</p>
<ul>
<li>There is a 50% chance an organization will go out of business immediately when critical data is lost.</li>
<li>Odds of business failure increase to 90% within two years when businesses lose critical data.</li>
<li>On average, data loss costs 19 days of productivity, according to the ICSA.</li>
</ul>
<p>Recovering data from damaged disks is exponentially more expensive than ensuring you possess adequate backups, not to mention much more time consuming.</p>
<p>For better backups and data protection, we recommend:</p>
<ul>
<li>Reviewing what information (specific files and folders) is critical to your business and developing a plan to ensure that data is regularly backed up and stored or rotated off site.</li>
<li>Determining how much time can safely pass between backup routines within your organization.</li>
<li>Testing backup sets regularly to confirm they are working properly.</li>
<li>Updating backup routines whenever required by software application updates and upgrades.</li>
<li>Automating off-site storage.</li>
<li>Confirming a backup solution creates secure backups that protect critical data from falling into the wrong hands.</li>
</ul>
<h2><a href="http://hbrsolutions.com/blog/wp-content/uploads/2012/03/virus-for-computer.jpg"><img class="alignnone size-medium wp-image-168" title="virus-for-computer" src="http://hbrsolutions.com/blog/wp-content/uploads/2012/03/virus-for-computer-300x248.jpg" alt="" width="300" height="248" /></a></h2>
<h2><a href="http://hbrsolutions.com/blog/wp-content/uploads/2012/03/virus-for-computer.jpg"></a>Mistake #8: Virus Vulnerability</h2>
<p>In the most basic sense, computer viruses are malicious programs that infect a system almost always without the user’s permission or knowledge. Once installed, virus programs work to replicate themselves, transfer information from an infected PC to a hacker’s system, distribute very large volumes of unsolicited email, compromise the PC’s performance, delete data and even render a system unusable.</p>
<p>PCs unprotected by firewalls and proper security software can quickly fall prey to infection. Industry statistics demonstrate that PCs connected to the Internet possess a very high likelihood of being affected, and quickly. A recent BBC report demonstrated a Windows XP machine becoming infected within eight seconds (eight seconds!) of being connected to the Internet.</p>
<p>We recommend small businesses install and properly configure antivirus software on every PC and server, especially since the costs of recovering systems and data far exceeds the expense of protecting them. In addition, the following steps for combating viruses are very helpful:</p>
<ul>
<li>Install an effective antivirus program and keep it updated.</li>
<li>Perform regular antivirus scans.</li>
<li>Do not allow antivirus licenses to expire.</li>
<li>Avoid free security software.</li>
<li>Disable preview panes within email applications.</li>
<li>Prohibit the use of file-sharing programs.</li>
<li>Avoid Web sites known to encourage virus infections.</li>
</ul>
<p>HBR Solutions can work with your organization to design and implement a backup and protections systems tailor-made to meet your business requirements. Operating your business without attention to these critical areas can cause disruptions could prove costly.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhbrsolutions.com%2Fblog%2F%3Fp%3D167&amp;linkname=The%20Top%2010%20Tech%20Mistakes%20Small%20Businesses%20Make%20%28And%20How%20To%20Avoid%20Them%29%3A%20Pt4"><img src="http://hbrsolutions.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://hbrsolutions.com/blog/?feed=rss2&amp;p=167</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Top 10 Tech Mistakes Small Businesses Make (And How To Avoid Them): Pt 3</title>
		<link>http://hbrsolutions.com/blog/?p=161</link>
		<comments>http://hbrsolutions.com/blog/?p=161#comments</comments>
		<pubDate>Fri, 09 Mar 2012 11:20:40 +0000</pubDate>
		<dc:creator>Steven Bond</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[IT cleanups]]></category>
		<category><![CDATA[Product Information]]></category>
		<category><![CDATA[UPS]]></category>
		<category><![CDATA[anti spam software]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[best local business]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[enterprise it solutions]]></category>
		<category><![CDATA[full spyware removal]]></category>
		<category><![CDATA[funny IT stories]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[high availability]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[telecommunications]]></category>
		<category><![CDATA[virus protection]]></category>
		<category><![CDATA[virus removal]]></category>
		<category><![CDATA[workflow process]]></category>

		<guid isPermaLink="false">http://hbrsolutions.com/blog/?p=161</guid>
		<description><![CDATA[Continuing our series on how small businesses can avoid common tech mistakes, Part 3 follows up on our discussion of Inadequate Power Protection and Illegal Software
in Part 2 and digs into Mistakes #5 &#38; 6: Inadequate Training and Weak Security.

Mistake #5: Inadequate Training
Training is a significant issue for small businesses. This is particularly true for [...]]]></description>
			<content:encoded><![CDATA[<p>Continuing our series on how small businesses can avoid common tech mistakes, Part 3 follows up on our discussion of Inadequate Power Protection and Illegal Software<br />
in Part 2 and digs into Mistakes #5 &amp; 6: Inadequate Training and Weak Security.</p>
<h2><a href="http://hbrsolutions.com/blog/wp-content/uploads/2012/03/computer-stress.jpg"><img class="alignnone size-medium wp-image-164" title="computer-stress" src="http://hbrsolutions.com/blog/wp-content/uploads/2012/03/computer-stress-300x184.jpg" alt="" width="300" height="184" /></a></h2>
<h2>Mistake #5: Inadequate Training</h2>
<p>Training is a significant issue for small businesses. This is particularly true for organizations that don’t possess their own training department and thus struggle to maximize software programs, applications and technology capabilities. It is estimated that most office workers understand less than 20% of the available features in the software packages they use. This causes significant inefficiencies as processes and tasks that could be completed in seconds using the automatic features of software programs are performed manually instead.</p>
<p>Here’s a real world example:</p>
<p>An HBR Solutions employee helped maintain high-powered computers for a firm that included 12 highly talented engineers and a single administrative assistant who prepared all of their quotes, proposals and estimates. While the admin was on vacation, a Computer Troubleshooters’ technician was called to assist in locating a critical proposal spreadsheet that the admin had prepared a few weeks earlier. The document was urgently needed, but could not be found on the admin’s PC.</p>
<p>Ultimately, it was discovered the administrative assistant only maintained one proposal spreadsheet. Each time a new proposal was needed, she just typed over the single file with new information (thereby losing any record of previous proposals). Further, she didn’t know how to perform calculations inside a spreadsheet, and all sums and totals were figured manually using a hand calculator.</p>
<p>Like many small business employees, she was entirely self-taught, so while she knew how to function in her job, her limited skill set meant she was working harder than she should have in order to produce results that were less than they should be.</p>
<h2><a href="http://hbrsolutions.com/blog/wp-content/uploads/2012/03/weak-passwords.png"><img class="alignnone size-full wp-image-165" title="weak-passwords" src="http://hbrsolutions.com/blog/wp-content/uploads/2012/03/weak-passwords.png" alt="" width="192" height="193" /></a></h2>
<h2>Mistake #6: Weak Security</h2>
<p>Increased threats from malicious software and viruses are a daily reality for all PC users, and security is of paramount concern. New vulnerabilities in the Windows operating system are identified almost weekly, and the same is true of other software products and hardware devices. Without up-to-date security applications, firmware updates and operating system patches, your small business is vulnerable to attack.</p>
<p>Hackers write and distribute malicious programs that regularly attempt to access your computer and:</p>
<p>•	Steal and/or delete your business data.<br />
•	Steal and/or delete personal, confidential or proprietary information.<br />
•	Corrupt your PCs and render them inoperable.<br />
•	Compromise your computer’s security and turn it into a zombie system that launches attacks on other computers.<br />
•	Turn your PC into a robotic system that sends tens of thousands of unsolicited email messages a day.</p>
<p>Most small businesses are unfamiliar with the steps they need to take to properly protect their systems and data against these attacks. HBR Solutions can assist your organization in locking down its network, securing its systems and hardening every aspect of its technology operations. Typically, we recommend small businesses adopt the following security best practices:</p>
<p>•	Use strong passwords &lt; http://technology-solved.com/news/2012/01/18/password-strength-pt-1-picking-an-unbreakable-password&gt; on all systems and software.<br />
•	Update Windows systems with the latest security patches and hotfixes after professional testing proves the updates reliable and appropriate.<br />
•	Update applications and software programs with the latest patches and hotfixes as they become available.<br />
•	Deploy trusted hardware-based firewalls and confirm they are properly configured.<br />
•	Secure all wireless networks by leveraging the latest encryption technologies.<br />
•	Install and configure reputable antivirus and antispyware applications, and confirm that they regularly update and scan systems for infections.<br />
•	Do not permit antivirus and antispyware applications to expire.<br />
•	Prohibit the use of peer-to-peer file-sharing programs as Kazaa and LimeWire.<br />
•	Discourage employees from clicking or opening any attachments received within email messages from unknown and untrusted senders.</p>
<p>HBR Solutions assists organizations in training staff on the skills they need to make the most of their software investments, and in identifying and resolving weaknesses in computer security protocols. Both of these critical tech mistakes can generate significant costs to recover from, but addressing both preemptively can bring significant benefits to your small business.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhbrsolutions.com%2Fblog%2F%3Fp%3D161&amp;linkname=The%20Top%2010%20Tech%20Mistakes%20Small%20Businesses%20Make%20%28And%20How%20To%20Avoid%20Them%29%3A%20Pt%203"><img src="http://hbrsolutions.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://hbrsolutions.com/blog/?feed=rss2&amp;p=161</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Top 10 Tech Mistakes Small Businesses Make (And How To Avoid Them): Pt 2</title>
		<link>http://hbrsolutions.com/blog/?p=156</link>
		<comments>http://hbrsolutions.com/blog/?p=156#comments</comments>
		<pubDate>Thu, 23 Feb 2012 11:14:37 +0000</pubDate>
		<dc:creator>Steven Bond</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[IT cleanups]]></category>
		<category><![CDATA[NJ]]></category>
		<category><![CDATA[Online Business Applications]]></category>
		<category><![CDATA[Product Information]]></category>
		<category><![CDATA[Technology Consultants]]></category>
		<category><![CDATA[UPS]]></category>
		<category><![CDATA[acquisitions]]></category>
		<category><![CDATA[alert system]]></category>
		<category><![CDATA[best local business]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[enterprise it solutions]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[in-box management capabilities]]></category>
		<category><![CDATA[manufacturing]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[telecommunications]]></category>

		<guid isPermaLink="false">http://hbrsolutions.com/blog/?p=156</guid>
		<description><![CDATA[In Part 1 of this series, we discussed how small business can avoid the issues and expenses caused by having Weak Tech Support and Old, Cheap, or Inconsistent Hardware.  This time we’re tackling Mistakes #3 and 4: Inadequate Power Protection and Illegal Software.

Mistake #3: Inadequate Power Protection
Power protection is an issue that receives little attention but can [...]]]></description>
			<content:encoded><![CDATA[<p>In Part 1 of this series, we discussed how small business can avoid the issues and expenses caused by having Weak Tech Support and Old, Cheap, or Inconsistent Hardware.  This time we’re tackling Mistakes #3 and 4: <strong>Inadequate Power Protection</strong> and <strong>Illegal Software.</strong></p>
<p><a href="http://hbrsolutions.com/blog/wp-content/uploads/2010/07/Room_Alert_26W_11.jpg"><img class="alignnone size-medium wp-image-83" title="Room_Alert_26W_1" src="http://hbrsolutions.com/blog/wp-content/uploads/2010/07/Room_Alert_26W_11-300x214.jpg" alt="" width="300" height="214" /></a></p>
<h2>Mistake #3: Inadequate Power Protection</h2>
<p>Power protection is an issue that receives little attention but can make a very big difference.  Small but consistent power surges (spikes) and drops (brownouts) dramatically reduce any technology device’s lifespan and affect most businesses at some point in time.  Surges and brownouts are is especially troublesome for computers, printers and other peripherals, all of which are essential basic business functions.</p>
<p>Making matters worse, common power strips provide no electronic surge or lightning strike protection, and surge suppressors vary widely in quality and wear out over time (often without indication).</p>
<p>Small businesses can avoid the damage caused by inadequate power protection with the help of a professional computer technician.  A Computer Troubleshooter will work with you to determine how best to protect your equipment and network.  Typical solutions include:</p>
<ol>
<li>Deploying high-quality surge suppressors for all computer equipment, printers, fax machines and other peripherals.</li>
<li>Replacing surge suppressors every two to three years.</li>
<li>Identifying locations where uninterruptible power supplies (UPS) with line conditioning are a better match for protecting critical network equipment and computers.</li>
</ol>
<h2>Mistake #4: Illegal Software</h2>
<p>Software licensing issues can prove perplexing for several reasons, and can also land small businesses in legal and financial distress.  It’s estimated that software piracy costs the industry more than $11 billion annually. As a result, software vendors are very aggressive in pursuing small businesses that deploy and use improperly and illegally licensed software.</p>
<p>What many businesses don’t realize is there’s a good chance that they do not “own” the software they use. Businesses typically buy software licenses that are limited to one computer and cannot legally be moved to another PC.  Also common is the use of “borrowed” software obtained from an employee’s home computer or a friend.</p>
<p>This includes countless copies of Microsoft Office and Microsoft Windows, the staple programs of any business, and Microsoft Office Student &amp; Teacher Edition, which cannot be legally installed in any business.</p>
<p>Many software programs report their usage back to the manufacturer via the Internet, Microsoft and Intuit (Quicken, QuickBooks) programs are well known for this.  The receipt of audit notifications or breach-of-license letters is becoming an increasingly common occurrence as a result.</p>
<p>To protect your business from loss of time and money caused by the use of illegal software, Computer Troubleshooters recommends taking these steps:</p>
<ol>
<li>Purchase software only from reputable technology partners.</li>
<li>Read license agreements carefully when installing software and ensure your organization’s intended use meets the publisher’s requirements.</li>
<li>Store product keys, certificates of authenticity, licenses and original installation media in a single, easily accessible location.</li>
</ol>
<p>With a professional technology consultant’s assistance, small businesses can receive expert help ensuring they properly license software for each and every PC, and have adequate power protection in their workspaces.</p>
<p>For more expert advice on avoiding small business tech mistakes, keep your eyes open for Part 3 of this series.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhbrsolutions.com%2Fblog%2F%3Fp%3D156&amp;linkname=The%20Top%2010%20Tech%20Mistakes%20Small%20Businesses%20Make%20%28And%20How%20To%20Avoid%20Them%29%3A%20Pt%202"><img src="http://hbrsolutions.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://hbrsolutions.com/blog/?feed=rss2&amp;p=156</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Top 10 Tech Mistakes Small Businesses Make (And How To Avoid Them): Pt 1</title>
		<link>http://hbrsolutions.com/blog/?p=153</link>
		<comments>http://hbrsolutions.com/blog/?p=153#comments</comments>
		<pubDate>Tue, 21 Feb 2012 10:58:05 +0000</pubDate>
		<dc:creator>Steven Bond</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[IT cleanups]]></category>
		<category><![CDATA[IT mergers]]></category>
		<category><![CDATA[acquisitions]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[enterprise it solutions]]></category>
		<category><![CDATA[virus protection]]></category>
		<category><![CDATA[virus removal]]></category>

		<guid isPermaLink="false">http://hbrsolutions.com/blog/?p=153</guid>
		<description><![CDATA[Small businesses typically focus on researching, understanding and managing elements related to their businesses. That’s good business sense, after all.  But too few have time to monitor the constant changes in the information technology industry that impact their business.
These changes can include updates to Microsoft Windows, Microsoft Office, proprietary business software, critical business applications, printing [...]]]></description>
			<content:encoded><![CDATA[<p>Small businesses typically focus on researching, understanding and managing elements related to their businesses. That’s good business sense, after all.  But too few have time to monitor the constant changes in the information technology industry that impact their business.</p>
<p>These changes can include updates to Microsoft Windows, Microsoft Office, proprietary business software, critical business applications, printing technologies, web-based tools, email services and a myriad of other technology concerns.</p>
<p>Computer support companies like HBR Solutions Inc.  can help you through the big issues with our professional services, and can also give you a basic awareness of how to avoid small business tech mistakes here in our blog posts.  This post is the first of a 5-part series covering the Top 10 Tech Mistakes Made by Small Businesses.  Over the next few weeks we’ll publish the entire series, and look forward to how it will make a difference in your business!</p>
<p>Let’s dive in with…</p>
<h2><strong>Mistake #1: Weak Tech Support</strong></h2>
<p>Typical small business technology support comes from one of the following sources:</p>
<p>1)      An existing staff member – IT duties are added to this person’s tasks, and most often take a backseat to his/her primary duties.  When tech issues demand attention, other tasks fall behind.</p>
<p>2)      Telephone support from software/hardware manufacturers – all major computer companies offer phone support, but using it requires time on the phone and is restricted to the terms of their limited warranties.</p>
<p>3)      Casual computer technicians who provide service “on-the-side” – if IT is their hobby, their skills and professionalism are likely to be hobby-level.  Their pricing may be off-market, and they may be “stumped” by more difficult computer problems, network issues or proprietary application troubles.</p>
<p>4)      Big-box electronic stores –can be good for consumers that can take their laptop into the store for a one-visit fix and aren’t impacted by the frequent turnover of these stores’ IT talent.  Businesses that need on-site support on whole networks, however, are better served by professionals who come to them with the advantage of an existing relationship and knowledge of previous IT issues you’ve experienced.</p>
<p>Small businesses can avoid and overcome these issues by developing a service relationship with a qualified information technology partner. Professional, dedicated technology consultants:</p>
<ul>
<li>Resolve problems faster</li>
<li>Possess significant computer and network knowledge</li>
<li>Get to know your people and your system, increasing the value of gathered knowledge on every visit</li>
<li>Help minimize disruptions</li>
<li>Fulfill specific technology needs</li>
<li>Complement existing IT staff</li>
<li>Deliver cost-effective, proven solutions</li>
</ul>
<p>This is exactly what Computer Troubleshooters does for numerous small businesses.</p>
<h2>Mistake #2: Old, Cheap or Inconsistent Hardware</h2>
<p>Old and cheap hardware is much more likely to experience frequent problems, failures and downtime and that prove more difficult for technicians to properly service.  Also, inconsistent hardware (such as when each staff member is using a different model PC with different hardware components and software applications) slows technicians down when diagnosing problems.   Over time, these issues add up to a support and repair cost that exceeds the price of replacing your old hardware with new units.</p>
<p>Developing a solid hardware replacement plan can help ensure your organization maximizes its IT investment. Darin Stahl, a lead analyst with Info-Tech Research Group, writes, “When you look at costs—particularly around a four- to six-year lifecycle—it may seem like you are saving money, but really it’s costing you, because you are going to increase your support costs.”</p>
<p>Working regularly with a reputable technology partner to replace computers helps ensure your organization deploys consistent, high-quality hardware, standardizes software applications and maximizes technology investments.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhbrsolutions.com%2Fblog%2F%3Fp%3D153&amp;linkname=The%20Top%2010%20Tech%20Mistakes%20Small%20Businesses%20Make%20%28And%20How%20To%20Avoid%20Them%29%3A%20Pt%201"><img src="http://hbrsolutions.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://hbrsolutions.com/blog/?feed=rss2&amp;p=153</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
