<?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>waynestorey.com Blog</title>
	<atom:link href="http://waynestorey.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://waynestorey.com/blog</link>
	<description>Hopefully a useful blog of technology issues, errors and fixes</description>
	<lastBuildDate>Mon, 02 Apr 2012 11:09:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>The Filename or Extension is too Long</title>
		<link>http://waynestorey.com/blog/2012/04/02/the-filename-or-extension-is-too-long/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-filename-or-extension-is-too-long</link>
		<comments>http://waynestorey.com/blog/2012/04/02/the-filename-or-extension-is-too-long/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 11:09:29 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=495</guid>
		<description><![CDATA[When trying to delete files you get the error &#8221;The filename or extension is too long.&#8221; because someone has created a filename with to many characters. To delete this quickly: 1. Open a command prompt and cd to the folder that contains the file. 2. Do a &#8220;dir /x&#8221; to get the Dos 8.3 filename. 3. [...]]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2012/04/02/the-filename-or-extension-is-too-long/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete All Files and Folders Under a Folder</title>
		<link>http://waynestorey.com/blog/2012/02/02/delete-all-files-and-folders-under-a-folder/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=delete-all-files-and-folders-under-a-folder</link>
		<comments>http://waynestorey.com/blog/2012/02/02/delete-all-files-and-folders-under-a-folder/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 11:09:21 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=492</guid>
		<description><![CDATA[Very simple to do with Powershell, Open a powershell command prompt and type: Remove-Item c:\DirYouWantToDelete\* -recurse -force]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2012/02/02/delete-all-files-and-folders-under-a-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Permissions on Registry Hive Recursively</title>
		<link>http://waynestorey.com/blog/2012/01/31/change-permissions-on-registry-hive-recursively/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=change-permissions-on-registry-hive-recursively</link>
		<comments>http://waynestorey.com/blog/2012/01/31/change-permissions-on-registry-hive-recursively/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 19:30:27 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=485</guid>
		<description><![CDATA[Below is a small powershell script that will add the &#8220;Everyone&#8221; Group to Full control for a the registry key HKEY_LOCAL_MACHINE\Software\MyKey. This script will then recursively change the permission on SubKeys and future keys. Save the text to a notepad document and call it something like RegPermissions.ps1 $acl = Get-Acl HKLM:\Software\MyKey # Everyone has Full [...]]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2012/01/31/change-permissions-on-registry-hive-recursively/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Filename, Directory Name, or Volume Label Syntax is Incorrect</title>
		<link>http://waynestorey.com/blog/2012/01/18/the-filename-directory-name-or-volume-label-syntax-is-incorrect/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-filename-directory-name-or-volume-label-syntax-is-incorrect</link>
		<comments>http://waynestorey.com/blog/2012/01/18/the-filename-directory-name-or-volume-label-syntax-is-incorrect/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 09:28:48 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Windows 2008]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=482</guid>
		<description><![CDATA[When you try and add another USB external drive to windows backup you get the following error &#8220; The filename, directory name, or volume label syntax is incorrect&#8221;. This message occurs if you have another drive currently assigned to the backup and it is NOT currently accessible. eg. its offsite or you only have one dock [...]]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2012/01/18/the-filename-directory-name-or-volume-label-syntax-is-incorrect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Backup fails with Event Id 521 Error Code 2155348129</title>
		<link>http://waynestorey.com/blog/2012/01/18/windows-backup-fails-with-event-id-521-error-code-2155348129/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-backup-fails-with-event-id-521-error-code-2155348129</link>
		<comments>http://waynestorey.com/blog/2012/01/18/windows-backup-fails-with-event-id-521-error-code-2155348129/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 18:39:43 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[sharepoint]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=480</guid>
		<description><![CDATA[This error occured on a Windows SBS 2011 server whilst trying to run a Windows Backup to a USB External Drive: Event ID: 521 Task Category: None Description: The backup operation that started at &#8216;XXXXXX&#8217; has failed because the Volume Shadow Copy Service operation to create a shadow copy of the volumes being backed up [...]]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2012/01/18/windows-backup-fails-with-event-id-521-error-code-2155348129/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find SQL Server Version Information from a SQL Backup</title>
		<link>http://waynestorey.com/blog/2012/01/15/find-sql-server-version-information-from-a-sql-backup/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=find-sql-server-version-information-from-a-sql-backup</link>
		<comments>http://waynestorey.com/blog/2012/01/15/find-sql-server-version-information-from-a-sql-backup/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 18:15:19 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Microsoft SQL]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=471</guid>
		<description><![CDATA[You will need to open up SQL Management Studio and create a new query window: Type the following command replacing your path, and clicking Execute as shown RESTORE HEADERONLY FROM DISK = N&#8217;c:\temp\DBBkup.bak&#8217; WITH NOUNLOAD; The results at the bottom should show a tonne of information about the backup. What your most interested in is [...]]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2012/01/15/find-sql-server-version-information-from-a-sql-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase Maximum Acceptable Message Size in Exchange Server 2010</title>
		<link>http://waynestorey.com/blog/2011/11/29/increase-maximum-acceptable-message-size-in-exchange-server-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=increase-maximum-acceptable-message-size-in-exchange-server-2010</link>
		<comments>http://waynestorey.com/blog/2011/11/29/increase-maximum-acceptable-message-size-in-exchange-server-2010/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 19:55:04 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[pop3 connector]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=463</guid>
		<description><![CDATA[On Small Business Server 2011 you receive the following event ID in the event log and messages are not retrieved from a POP3 account using the pop3 connector: &#160; ******************************** Log Name: Microsoft-Windows-Small Business Server/Operational Source: Windows Small Business Server 2011 Standard Event ID: 210 Task Category: Windows SBS POP3 Connector Level: Error One or more messages [...]]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2011/11/29/increase-maximum-acceptable-message-size-in-exchange-server-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cannot Search Within File Contents of PDF Documents on Windows 7 64 bit</title>
		<link>http://waynestorey.com/blog/2011/11/24/cannot-search-within-file-contents-of-pdf-documents-on-windows-7-64-bit/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cannot-search-within-file-contents-of-pdf-documents-on-windows-7-64-bit</link>
		<comments>http://waynestorey.com/blog/2011/11/24/cannot-search-within-file-contents-of-pdf-documents-on-windows-7-64-bit/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 16:45:20 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[ifilter]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[windows search]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=454</guid>
		<description><![CDATA[Check to see if you have the iFilter installed: Open Control Panel and type in the search box &#8220;Change how windows searches&#8221; and click on the link shown: Select Advanced Then select the File Types Tab and scroll down to PDF and you will see &#8220;Registered iFilter is not found&#8221; Cancel and close out of [...]]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2011/11/24/cannot-search-within-file-contents-of-pdf-documents-on-windows-7-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add printer IP port using Powershell</title>
		<link>http://waynestorey.com/blog/2011/07/09/add-printer-ip-port-using-powershell/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=add-printer-ip-port-using-powershell</link>
		<comments>http://waynestorey.com/blog/2011/07/09/add-printer-ip-port-using-powershell/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 01:17:01 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[print]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=450</guid>
		<description><![CDATA[The below will create a TCP/IP printer port using PowerShell: $server=&#8221;servername&#8221; $printerip=&#8221;1.1.1.1&#8243; $port = ([WMICLASS]&#8220;\\$server\ROOT\cimv2:Win32_TCPIPPrinterPort&#8221;).createInstance() $port.Name=&#8221;IP_10.25.128.31&#8243; $port.SNMPEnabled=$false $port.Protocol=1 $port.HostAddress=$printerip $port.Put() $port To Automate it somewhat you can feed the parameters into it using arguments, you can run the commands using excel and copy into a batch file. # This script requires 3 paramaters at the command [...]]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2011/07/09/add-printer-ip-port-using-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The component &#8220;Microsoft Exchange Messaging and Collaboration Services&#8221; cannot be assigned the action &#8220;Remove&#8221;</title>
		<link>http://waynestorey.com/blog/2011/07/08/the-component-microsoft-exchange-messaging-and-collaboration-services-cannot-be-assigned-the-action-remove/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-component-microsoft-exchange-messaging-and-collaboration-services-cannot-be-assigned-the-action-remove</link>
		<comments>http://waynestorey.com/blog/2011/07/08/the-component-microsoft-exchange-messaging-and-collaboration-services-cannot-be-assigned-the-action-remove/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 23:36:58 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=444</guid>
		<description><![CDATA[When trying to uninstall Exchange you get the following error: The component &#8220;Microsoft Exchange Messaging and Collaboration Services&#8221; cannot be assigned the action &#8220;Remove&#8221; because: - One or more users currently use a mailbox store on this server. These users must be moved to a mailbox store on a different server or be mail disabled [...]]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2011/07/08/the-component-microsoft-exchange-messaging-and-collaboration-services-cannot-be-assigned-the-action-remove/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

