<?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>Platinum Computer Solutions</title>
	<atom:link href="http://www.platinumpc.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.platinumpc.com</link>
	<description>Small Business Specialist!</description>
	<lastBuildDate>Thu, 26 Apr 2012 15:38:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How do I setup Windows updates on a Server?</title>
		<link>http://www.platinumpc.com/how-do-i-setup-windows-updates-on-a-server/</link>
		<comments>http://www.platinumpc.com/how-do-i-setup-windows-updates-on-a-server/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 22:21:58 +0000</pubDate>
		<dc:creator>John Northcutt</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[Tech Help FAQ]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[Computer Repair]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[technolgoy]]></category>

		<guid isPermaLink="false">http://www.platinumpc.com/?p=983</guid>
		<description><![CDATA[1. Log onto your Active Directory server that holds the accounts for the required users. 2. Click Start. 3. Click Run. 4. Enter mmc. 5. Click Enter. 6. Click File. 7. Click Add/Remove Snapin&#8230; 8. Click Add. 9. Click Group Policy Manager. 10. Click Add. 11. Click Ok. 12. Expand the Forest. 13. Expand the [...]]]></description>
			<content:encoded><![CDATA[<p>1. Log onto your Active Directory server that holds the accounts for the required users.<br />
2. Click Start.<br />
3. Click Run.<br />
4. Enter mmc.<br />
5. Click Enter.<br />
6. Click File.<br />
7. Click Add/Remove Snapin&#8230;<br />
8. Click Add.<br />
9. Click Group Policy Manager.<br />
10. Click Add.<br />
11. Click Ok.<br />
12. Expand the Forest.<br />
13. Expand the Domain Name.<br />
14. There will be several Group Policies listed, (possibly only one with all the policies in it.)<br />
15. Right-click on the appropriate Group policy and click edit.<br />
16. Group policy object editor will open.<br />
17. Browse through the settings and enable or disable as required.</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://www.platinumpc.com/how-do-i-setup-windows-updates-on-a-server/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.platinumpc.com/how-do-i-setup-windows-updates-on-a-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a good Windows Server Logon script?</title>
		<link>http://www.platinumpc.com/what-is-a-good-windows-server-logon-script/</link>
		<comments>http://www.platinumpc.com/what-is-a-good-windows-server-logon-script/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 15:53:30 +0000</pubDate>
		<dc:creator>John Northcutt</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[Tech Help FAQ]]></category>
		<category><![CDATA[Backup Data]]></category>
		<category><![CDATA[Batch File]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[Computer Repair]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://tech.platinumpc.com/?p=881</guid>
		<description><![CDATA[Logon scripts are very useful. Below is a simple script that can be modified to suit your needs. &#160; &#160; &#160; &#160; @ECHO OFF echo. echo. echo   Welcome %USERNAME% to Platinum Computer Solutions!!! echo   Main Office information system network. echo. echo. Rem Logon script REM Drive Mappings********************** echo J: drive mapped to the Data Directory [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-977" title="dedicated_server" src="http://www.platinumpc.com/wp-content/uploads/dedicated_server.png" alt="" width="128" height="128" />Logon scripts are very useful. Below is a simple script that can be modified to suit your needs.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>@ECHO OFF<br />
echo.<br />
echo.<br />
echo   Welcome %USERNAME% to Platinum Computer Solutions!!!<br />
echo   Main Office information system network.<br />
echo.<br />
echo.<br />
Rem Logon script</p>
<p>REM Drive Mappings**********************<br />
echo J: drive mapped to the Data Directory<br />
NET USE J: \\thor\DATA /yes</p>
<p>echo P: drive mapped to the Public Directory<br />
NET USE P: \\thor\PUBLIC /yes</p>
<p>echo S: drive mapped to the User Directory<br />
NET USE S: \\thor\PROFILES\%USERNAME%</p>
<p>echo U: drive mapped to the Utility Directory<br />
NET USE U: \\thor\Util /yes</p>
<p>NET TIME \\thor /SET /YES</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://www.platinumpc.com/what-is-a-good-windows-server-logon-script/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.platinumpc.com/what-is-a-good-windows-server-logon-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I remove message stuck in Outlook&#8217;s outbox?</title>
		<link>http://www.platinumpc.com/how-can-i-remove-message-stuck-in-outlooks-outbox/</link>
		<comments>http://www.platinumpc.com/how-can-i-remove-message-stuck-in-outlooks-outbox/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 15:18:14 +0000</pubDate>
		<dc:creator>John Northcutt</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[Tech Help FAQ]]></category>
		<category><![CDATA[Backup Data]]></category>
		<category><![CDATA[Batch File]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[Computer Repair]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://tech.platinumpc.com/?p=864</guid>
		<description><![CDATA[It doesn’t happen too often but when a message is stuck in the Outbox it can be a real pain. Below you’ll find three methods to get the message out of the Outbox. &#160; &#160; &#160; &#160; Method 1 Open the message from the Outbox and close it again. Now select the message and press [...]]]></description>
			<content:encoded><![CDATA[<p id="faq-question-4"><img class="alignleft size-full wp-image-979" title="Microsoft Office 2007 Outlook" src="http://www.platinumpc.com/wp-content/uploads/Microsoft-Office-2007-Outlook.png" alt="" width="128" height="128" />It doesn’t happen too often but when a message is stuck in the Outbox it can be a real pain. Below you’ll find three methods to get the message out of the Outbox.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Method 1</p>
<p>Open the message from the Outbox and close it again. Now select the message and press DELETE</p>
<p>Method 2</p>
<p>Put Outlook in offline mode. To do this go to File-&gt; Work Offline. Now restart Outlook and see if you can delete it (you can try this in combination with method 1). Don’t forget to put Outlook back On-line again.</p>
<p>Method 3</p>
<p>1. Create a new pst-file; File-&gt; New-&gt; Outlook Data File…<br />
2. Set this pst-file as your default delivery location in your Account settings; Tools-&gt; E-mail Accounts-&gt; button Next<br />
3. When you now restart Outlook your original pst-file will show up as the secondary set of folders where should easily be able to remove the file from or even the complete Outbox folder<br />
4. Set the original pst-file as the default delivery location again and restart Outlook; the Outbox folder will be recreated and will be empty.</p>
<p>Method 4</p>
<p>Use the Microsoft MDBVU32.EXE tool to forcefully clear the Outbox. The instructions for this are the same for when removing a stuck read receipt but instead of choosing “MDB-&gt; Open Root Folder” choose “MDB-&gt; Open IPM Outbox”.</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://www.platinumpc.com/how-can-i-remove-message-stuck-in-outlooks-outbox/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.platinumpc.com/how-can-i-remove-message-stuck-in-outlooks-outbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can power surges wreak havoc?</title>
		<link>http://www.platinumpc.com/can-power-surges-wreak-havoc/</link>
		<comments>http://www.platinumpc.com/can-power-surges-wreak-havoc/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 15:14:19 +0000</pubDate>
		<dc:creator>John Northcutt</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[Tech Help FAQ]]></category>
		<category><![CDATA[Backup Data]]></category>
		<category><![CDATA[Batch File]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[Computer Repair]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://tech.platinumpc.com/?p=861</guid>
		<description><![CDATA[Besides hardware damages that can be caused by power fluctuations, there are software damages that can occur when the electricity goes off suddenly. The typical problem is the loss of documents that you are working on when the power goes off. You should save your work frequently. Never be caught with an hours work lost [...]]]></description>
			<content:encoded><![CDATA[<p id="faq-question-3"><img class="alignleft size-full wp-image-972" style="border: 1px solid black; margin: 10px;" title="computer-power-surge" src="http://www.platinumpc.com/wp-content/uploads/computer-power-surge.png" alt="" width="128" height="128" />Besides hardware damages that can be caused by power fluctuations, there are software damages that can occur when the electricity goes off suddenly. The typical problem is the loss of documents that you are working on when the power goes off. You should save your work frequently. Never be caught with an hours work lost because you did not save it. Saving your work every 10-15 minutes is good practice. Another perfect time to save your work is just after you have performed a task which you do not wish to recreate.</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://www.platinumpc.com/can-power-surges-wreak-havoc/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.platinumpc.com/can-power-surges-wreak-havoc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Assistance</title>
		<link>http://www.platinumpc.com/remote-assistance/</link>
		<comments>http://www.platinumpc.com/remote-assistance/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 13:16:31 +0000</pubDate>
		<dc:creator>John Northcutt</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Backup Data]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[Computer Repair]]></category>
		<category><![CDATA[Hurricane Preparation]]></category>
		<category><![CDATA[New Orleans]]></category>
		<category><![CDATA[Platinum Computer Solutions]]></category>

		<guid isPermaLink="false">http://elegantthemes.com/preview/DeepFocus/?p=220</guid>
		<description><![CDATA[Platinum Computer Solutions Remote Assistant is online remote support service that allows remote control of your computer for our technicians to diagnose problems with your system. This is a secure service which provides a fast remote support and does not require additional software or configuration to work through your existing proxy/firewall and NAT networks. &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>Platinum Computer Solutions Remote Assistant is online remote support service that allows remote control of your computer for our technicians to diagnose problems with your system. This is a secure service which provides a fast remote support and does not require additional software or configuration to work through your existing proxy/firewall and NAT networks.</p>
<p>&nbsp;</p>
<div>
<p><strong>Online Remote Computer Service</strong></p>
<ul>
<li>Virus Detection and Removal Services</li>
<li>Spyware Removal and Prevention Measures</li>
<li>Data Recovery</li>
<li>Email and Internet Issues</li>
<li>Broadband configuration</li>
<li>Software and Hardware Installation</li>
<li>Annoying Pop-ups</li>
<li>Slow Computer</li>
<li>Program Installations</li>
<li>Printer Problems</li>
<li>Email Problems</li>
</ul>
<a href='http://www.platinumpc.com/helpdesk1/pcsremote.exe' class='small-button smalllightblue'><span>Click for Remote Assistance</span></a>
</div>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://www.platinumpc.com/remote-assistance/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.platinumpc.com/remote-assistance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hurricane Season PC and Data Protection Plan</title>
		<link>http://www.platinumpc.com/hurricane-season-pc-and-data-protection-plan/</link>
		<comments>http://www.platinumpc.com/hurricane-season-pc-and-data-protection-plan/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 13:15:56 +0000</pubDate>
		<dc:creator>John Northcutt</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tech Help FAQ]]></category>
		<category><![CDATA[Backup Data]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[Computer Repair]]></category>
		<category><![CDATA[Hurricane]]></category>
		<category><![CDATA[Hurricane Preparation]]></category>
		<category><![CDATA[New Orleans]]></category>
		<category><![CDATA[Offsite Backup]]></category>
		<category><![CDATA[Platinum Computer Solutions]]></category>
		<category><![CDATA[technolgoy]]></category>

		<guid isPermaLink="false">http://elegantthemes.com/preview/DeepFocus/?p=217</guid>
		<description><![CDATA[HURRICANE SEASON IS JUNE 1 &#8211; NOVEMBER 30 Hurricane Preparation - These steps should be completed before employees are dismissed from work due to a threatening hurricane.  Please follow the guidelines in the plan in addition to the steps listed below. Backup Data Files - Although backups should be part of regular procedures, a separate [...]]]></description>
			<content:encoded><![CDATA[<p><strong>HURRICANE SEASON IS JUNE 1 &#8211; NOVEMBER 30</strong></p>
<p><strong>Hurricane Preparation </strong>- These steps should be completed before employees are dismissed from work due to a threatening hurricane.  Please follow the guidelines in the plan in addition to the steps listed below.</p>
<p><strong>Backup Data Files </strong>- Although backups should be part of regular procedures, a separate full backup of your critical data should be performed before the office is closed in response to a hurricane threat.  For users who store data files on a network server, your office administrator should perform the backup.  It is crucial at this time that a copy of this backup be moved to a secure location an appropriate distance away in order to avoid the possibility that a hurricane would affect both locations.<br />
<strong>Computer Storage </strong>- As a last step, your computer should be shut down properly and unplugged from the wall outlet.  Do the same for the monitor and all peripherals such as printers, scanners, and speakers.  Move the computer and peripherals away from windows and doors towards the center of the room.  The equipment should be securely supported at least two feet from the floor and covered with plastic sheeting (i.e. trash bag). <strong>REMOVE YOUR MAIN SERVER FROM THE BUILDING AND TAKE IT WITH YOU.</strong></p>
<p><strong>Supervisor Action&#8211;To Be Done Routinely </strong><br />
1. Keep the Individual Unit Plan available in appropriate locations. Distribute the Unit Plan to all personnel (especially new hires) and periodically review it to ensure that the staff is familiar with its contents.</p>
<p>2. Appoint an alternate who will be responsible in your absence or if people cannot contact you.</p>
<p>3. Review the Individual Unit Plan annually, updating as necessary any of the following:</p>
<ul>
<li>Names, addresses, and telephone numbers of all personnel, consultants, services, etc.</li>
<li>Names of personnel assigned specific duties.</li>
<li>Emergency procedures.</li>
<li>Location of supply rooms and local stores.</li>
<li>Floor plans.</li>
<li>Insurance coverage and physical inventory (take pictures or videotape all facilities and equipment). Maintain a written list of equipment.</li>
</ul>
<p>4. Make arrangements for appropriate remote storage of critical computer disks, back-up files, and archival records.</p>
<p>5. Plastic and tape to protect electronic equipment.</p>
<p>6. <strong>REMOVE YOUR MAIN SERVER FROM THE BUILDING AND TAKE IT WITH YOU.</strong><br />
<strong> </strong></p>
<p><strong>Individual Unit Plan</strong><br />
Individual Action steps are only to be taken when authorized by the department or supervisor. Upon notification of a HURRICANE WARNING status, all personnel should attempt to accomplish the following on an individual basis:</p>
<ol>
<li>Back-up critical files and store them in an off-site location.</li>
<li>Turn off (preferably disconnect) all electrical equipment including computers, printers, scanners, lights, etc.</li>
<li>If practical, move desks, file cabinets and equipment away from windows and off the floor; store as much equipment as possible in closets or in windowless rooms away from external walls.</li>
<li>Clear desk tops completely of paper and other articles. Protect books and equipment by covering with plastic sheeting and using masking tape to secure.</li>
<li>In locations where flooding is a possibility, to the extent practical, relocate critical equipment from the ground floor to a higher floor or a higher off-site location.</li>
<li>Lock all file cabinets and desk drawers. Lock and secure all doors and windows.</li>
<li>Notify your immediate supervisor whether you plan to evacuate, stay at home, or stay on campus; provide an address and telephone number where you can be reached if you evacuate.</li>
</ol>
<p><strong>Email Communications</strong></p>
<p>&nbsp;</p>
<ol>
<li>In the event a hurricane does head toward New Orleans, email communication will be possible by logging into the Office webmail system. The address for the office webmail system is as follows: webmail.(your domain name).com (example webmail.platinumpc.com)</li>
<li>To gain access to the office webmail, use your email address and password. The office webmail has only the most recent emails; however, you can receive and send messages.</li>
</ol>
<p>Platinum Computer Solutions Contact Information</p>
<p>Office Number- 504-712-9330<br />
This number will automatically rollover to my cell phone in the event my office line goes down. Remember if the phones are not working, text me.</p>
<p>Email-<br />
- info@platinumpc . com</p>
<p>Website:<br />
www.platinumpc.com<br />
I will try to have updated information on my website about were I am and what is happening.</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://www.platinumpc.com/hurricane-season-pc-and-data-protection-plan/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.platinumpc.com/hurricane-season-pc-and-data-protection-plan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pay Invoice</title>
		<link>http://www.platinumpc.com/pay-invoice/</link>
		<comments>http://www.platinumpc.com/pay-invoice/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 13:15:24 +0000</pubDate>
		<dc:creator>John Northcutt</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Backup Data]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[Computer Repair]]></category>
		<category><![CDATA[Hurricane Preparation]]></category>
		<category><![CDATA[New Orleans]]></category>
		<category><![CDATA[Platinum Computer Solutions]]></category>

		<guid isPermaLink="false">http://elegantthemes.com/preview/DeepFocus/?p=214</guid>
		<description><![CDATA[Making a payment on your open invoices is easy!  We provide different payment options.  Choose the one that best suits your needs! Enter your business name or full name. Enter your invoice number(s) below. Click &#8220;Pay Now&#8221;, enter total amount due under &#8220;Unit Price&#8221;, then Update Totals. Note: E-mail receipts will come from service@paypal.com. Please [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;">
<p>Making a payment on your open invoices is easy!  We provide different payment options.  Choose the one that best suits your needs!</p>
<p><span id="more-219"></span></p>
</div>
<ol>
<li style="text-align: left;"><span style="font-family: Verdana;">Enter your business name or full name.</span></li>
<li><span style="font-family: Verdana;">Enter your invoice number(s) below.</span></li>
<li><span style="font-family: Verdana;">Click &#8220;Pay Now&#8221;, enter total amount due under &#8220;Unit Price&#8221;, then Update Totals.</span></li>
</ol>
<p style="margin: 0pt 10px;"><span style="font-family: Verdana;">Note: E-mail receipts will come from service@paypal.com. Please add it to your accepted E-mail list or address book.</span></p>
<p style="margin: 0pt 10px;"><span style="font-family: Verdana;"><br />
</span></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="5582843" />
<table>
<tbody>
<tr>
<td>
<input type="hidden" name="on0" value="Business or Name" />Business<br />
or Name</td>
</tr>
<tr>
<td>
<input type="text" name="os0" maxlength="60" /></td>
</tr>
<tr>
<td>
<input type="hidden" name="on1" value="Invoice #" />Invoice<br />
#</td>
</tr>
<tr>
<td>
<input type="text" name="os1" maxlength="60" /></td>
</tr>
</tbody>
</table>
<input type="image" name="submit" src="https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif" alt="PayPal - The safer, easier way to pay online!" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /><a href="https://www.platinumpc.com/horizontal_solution_PP.gif" rel="lightbox[219]"><img class="aligncenter" src="https://www.paypal.com/en_US/i/bnr/horizontal_solution_PP.gif" alt="Pay with Paypal" width="210" height="80" /></a></form>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://www.platinumpc.com/pay-invoice/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.platinumpc.com/pay-invoice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HIPAA compliance</title>
		<link>http://www.platinumpc.com/hipaa-compliance/</link>
		<comments>http://www.platinumpc.com/hipaa-compliance/#comments</comments>
		<pubDate>Fri, 21 May 2010 23:01:08 +0000</pubDate>
		<dc:creator>John Northcutt</dc:creator>
				<category><![CDATA[HIPAA compliance]]></category>
		<category><![CDATA[Online Backup]]></category>
		<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[Tech Help FAQ]]></category>

		<guid isPermaLink="false">http://www.platinumpc.com/?p=134</guid>
		<description><![CDATA[Reach HIPAA compliance with Platinum Backup Platinum Backup can help medical services, practitioners and other organizations reach HIPAA compliance for secure off-site storage of electronic records. HIPAA background As you know, in 1996, Congress enacted the Health Insurance Portability and Accountability Act (HIPAA). The legislative goals of HIPAA were to mandate the industry to implement [...]]]></description>
			<content:encoded><![CDATA[<h3>Reach HIPAA compliance with Platinum Backup</h3>
<h3>Platinum Backup can help medical services, practitioners and other organizations reach HIPAA compliance for secure off-site storage of electronic records.</h3>
<h3>HIPAA background</h3>
<h3>As you know, in 1996, Congress enacted the Health Insurance Portability and Accountability Act (HIPAA). The legislative goals of HIPAA were to mandate the industry to implement procedures to reduce the administrative costs of healthcare, develop standard transactions for consistency in the industry, promote security and confidentiality of patient records and to provide incentive for the healthcare industry to use electronic communications to make patient records available no matter where the patient was being treated &#8211; a process that takes days with manual records &#8211; and particularly useful in emergencies. All health care providers, insurance providers, health care clearinghouses or health plans that electronically maintains or transmits health information pertaining to an individual must comply with HIPAA regulations.</h3>
<h3>One of the HIPAA mandates requires those in the healthcare industry to have an off-site backup of critical data and a contingency plan to access this data.</h3>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://www.platinumpc.com/hipaa-compliance/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.platinumpc.com/hipaa-compliance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

