<?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>Blackforce</title>
	<atom:link href="http://www.blackforce.co.uk/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blackforce.co.uk</link>
	<description>just a few random articles and photos from my life!!</description>
	<lastBuildDate>Fri, 04 May 2012 14:09:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Anonymous Exchange 2007 / 2010 Relay to External Domains through connector</title>
		<link>http://www.blackforce.co.uk/2012/05/04/anonymous-exchange-2007-2010-relay-to-external-domains-through-connector</link>
		<comments>http://www.blackforce.co.uk/2012/05/04/anonymous-exchange-2007-2010-relay-to-external-domains-through-connector#comments</comments>
		<pubDate>Fri, 04 May 2012 14:09:18 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Connector]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=853</guid>
		<description><![CDATA[Run the following command in the EM Shell. It cant be done in the GUI Get-ReceiveConnector "Anonymous Relay" &#124; Add-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "Ms-Exch-SMTP-Accept-Any-Recipient"]]></description>
			<content:encoded><![CDATA[<p>Run the following command in the EM Shell. It cant be done in the GUI</p>
<p><code>Get-ReceiveConnector "Anonymous Relay" | Add-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "Ms-Exch-SMTP-Accept-Any-Recipient"</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2012/05/04/anonymous-exchange-2007-2010-relay-to-external-domains-through-connector/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IMA Service wont start</title>
		<link>http://www.blackforce.co.uk/2012/05/02/ima-service-wont-start</link>
		<comments>http://www.blackforce.co.uk/2012/05/02/ima-service-wont-start#comments</comments>
		<pubDate>Wed, 02 May 2012 08:52:06 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[dsmaint]]></category>
		<category><![CDATA[IMA]]></category>
		<category><![CDATA[Service]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=851</guid>
		<description><![CDATA[If you have a server where the IMA service wont start try the following command on it. dsmaint recreatelhc]]></description>
			<content:encoded><![CDATA[<p>If you have a server where the IMA service wont start try the following command on it.</p>
<p><code>dsmaint recreatelhc</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2012/05/02/ima-service-wont-start/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 Catalogs corrupt, EventID 123, ExchangeStoreDB</title>
		<link>http://www.blackforce.co.uk/2012/03/16/exchange-2010-catalogs-corrupt-eventid-123-exchangestoredb</link>
		<comments>http://www.blackforce.co.uk/2012/03/16/exchange-2010-catalogs-corrupt-eventid-123-exchangestoredb#comments</comments>
		<pubDate>Fri, 16 Mar 2012 12:58:48 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Catalogs]]></category>
		<category><![CDATA[corrupt]]></category>
		<category><![CDATA[DAG]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=845</guid>
		<description><![CDATA[If you see the error in the event log with an ID of 123 and source ExchangeStoreDB :- At &#8217;3/16/2012 11:42:51 AM&#8217; the Microsoft Exchange Information Store Database &#8216;DATABASENAME&#8217; copy on this server experienced a corrupted search catalog. Consult the event log on the server for other &#8220;ExchangeStoreDb&#8221; and &#8220;MSExchange Search Indexer&#8221; events for more [...]]]></description>
			<content:encoded><![CDATA[<p>If you see the error in the event log with an ID of 123 and source ExchangeStoreDB :-</p>
<p>At &#8217;3/16/2012 11:42:51 AM&#8217; the Microsoft Exchange Information Store Database &#8216;DATABASENAME&#8217; copy on this server experienced a corrupted search catalog. Consult the event log on the server for other &#8220;ExchangeStoreDb&#8221; and &#8220;MSExchange Search Indexer&#8221; events for more specific information about the failure. Reseeding the catalog is recommended via the &#8216;Update-MailboxDatabaseCopy&#8217; task.</p>
<p>Then you need to reseed the catalogs on the backup server.</p>
<p>Carry out the following steps.</p>
<p>1) Suspend the Database on the backup server. Right click, suspend.<br />
2) Open Exchange Management Shell, Run the command.</p>
<p><code>Update-MailboxDatabaseCopy –Identity DATABASENAME\BACKUPSERVER –SourceServer MOUNTEDSERVER</code></p>
<p>3) This will then copy across the catalogs<br />
4) Unsuspend it</p>
<p>Source : <a href="http://technet.microsoft.com/en-us/library/dd335201.aspx">Technet</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2012/03/16/exchange-2010-catalogs-corrupt-eventid-123-exchangestoredb/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Exchange Build Numbers</title>
		<link>http://www.blackforce.co.uk/2012/03/14/microsoft-exchange-build-numbers</link>
		<comments>http://www.blackforce.co.uk/2012/03/14/microsoft-exchange-build-numbers#comments</comments>
		<pubDate>Wed, 14 Mar 2012 11:30:17 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Television]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Numbers]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=843</guid>
		<description><![CDATA[Microsoft Exchange Server 2003 6.5.6944 Microsoft Exchange Server 2003 SP1 6.5.7226 Microsoft Exchange Server 2003 SP2 6.5.7638 Microsoft Exchange Server 2003 post-SP2 6.5.7653.33 Microsoft Exchange Server 2003 post-SP2 6.5.7654.4 Microsoft Exchange Server 2007 8.0.685.24 or 8.0.685.25 Microsoft Exchange Server 2007 SP1 8.1.0240.006 Microsoft Exchange Server 2007 SP2 8.2.0176.002 Microsoft Exchange Server 2007 SP3 8.3.0083.006 Microsoft [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft Exchange Server  2003                     6.5.6944<br />
Microsoft Exchange Server  2003 SP1                 6.5.7226<br />
Microsoft Exchange Server  2003 SP2                 6.5.7638<br />
Microsoft Exchange Server  2003 post-SP2            6.5.7653.33<br />
Microsoft Exchange Server  2003 post-SP2            6.5.7654.4<br />
Microsoft Exchange Server  2007                     8.0.685.24 or 8.0.685.25<br />
Microsoft Exchange Server  2007 SP1                 8.1.0240.006<br />
Microsoft Exchange Server  2007 SP2                 8.2.0176.002<br />
Microsoft Exchange Server  2007 SP3                 8.3.0083.006<br />
Microsoft Exchange Server  2010                     14.00.0639.021<br />
Microsoft Exchange Server  2010 SP1                 14.01.0218.015</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2012/03/14/microsoft-exchange-build-numbers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List delegates in Exchange using EMC</title>
		<link>http://www.blackforce.co.uk/2012/03/08/list-delegates-in-exchange-using-emc</link>
		<comments>http://www.blackforce.co.uk/2012/03/08/list-delegates-in-exchange-using-emc#comments</comments>
		<pubDate>Thu, 08 Mar 2012 08:43:05 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Delegates]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[mailboxes]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=838</guid>
		<description><![CDATA[Run the following command in the EMC to list all mailboxes who have delegates on them. Get-Mailbox -resultsize unlimited &#124; Where {$_.GrantSendOnBehalfTo -ne $null} &#124; select Name, @{Name='GrantSendOnBehalfTo';Expression={[string]::join(";", ($_.GrantSendOnBehalfTo))}} &#124; Export-CSV C:\SendOnBehalfTo.csv -noTypeInformation]]></description>
			<content:encoded><![CDATA[<p>Run the following command in the EMC to list all mailboxes who have delegates on them.</p>
<p><code>Get-Mailbox -resultsize unlimited | Where {$_.GrantSendOnBehalfTo -ne $null} | select Name, @{Name='GrantSendOnBehalfTo';Expression={[string]::join(";", ($_.GrantSendOnBehalfTo))}} | Export-CSV C:\SendOnBehalfTo.csv -noTypeInformation</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2012/03/08/list-delegates-in-exchange-using-emc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access 2003 Preparing to Install Message</title>
		<link>http://www.blackforce.co.uk/2012/02/03/access-2003-preparing-to-install-message</link>
		<comments>http://www.blackforce.co.uk/2012/02/03/access-2003-preparing-to-install-message#comments</comments>
		<pubDate>Fri, 03 Feb 2012 16:42:53 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Installing]]></category>
		<category><![CDATA[Jet]]></category>
		<category><![CDATA[Microsoft Access]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=831</guid>
		<description><![CDATA[If Microsoft Access 2003 keeps saying preparing to install everytime you load it just import this file into your registry. http://cl.ly/DtZZ Job done]]></description>
			<content:encoded><![CDATA[<p>If Microsoft Access 2003 keeps saying preparing to install everytime you load it just import this file into your registry.</p>
<p><a href="http://cl.ly/DtZZ" title="http://cl.ly/DtZZ">http://cl.ly/DtZZ</a></p>
<p>Job done <img src='http://www.blackforce.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2012/02/03/access-2003-preparing-to-install-message/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Config Database Log file Big</title>
		<link>http://www.blackforce.co.uk/2012/02/01/sharepoint-config-database-log-file-big</link>
		<comments>http://www.blackforce.co.uk/2012/02/01/sharepoint-config-database-log-file-big#comments</comments>
		<pubDate>Wed, 01 Feb 2012 11:58:21 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=828</guid>
		<description><![CDATA[Most of the times its located in : C:\Windows\SYSMSI\SSEE\MSSQL.2005\MSSQL\Data If it needs shrinking do the following :- Backup the database using SQL Management. Connect to the instance using \\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query as the server name. Once backed up right click on the Database Sharepoint Config and click new query. Execute each of the following querys in turn [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the times its located in :</p>
<p>C:\Windows\SYSMSI\SSEE\MSSQL.2005\MSSQL\Data</p>
<p>If it needs shrinking do the following :-</p>
<p>Backup the database using SQL Management. Connect to the instance using</p>
<p><code>\\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query</code></p>
<p>as the server name.</p>
<p>Once backed up right click on the Database Sharepoint Config and click new query.</p>
<p>Execute each of the following querys in turn</p>
<p><code>BACKUP LOG [Sharepoint_Config_blahblahblah] TO DISK='D:\temp\configLogBackup.bak'<br />
GO</code></p>
<p><code>BACKUP LOG [Sharepoint_Config_blahblahblah] WITH TRUNCATE_ONLY<br />
USE [Sharepoint_Config_blahblahblah]<br />
GO</code></p>
<p><code>DBCC SHRINKFILE (N'Sharepoint_Config_blahblahblah_log' , 50)<br />
GO</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2012/02/01/sharepoint-config-database-log-file-big/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rebuild VSS</title>
		<link>http://www.blackforce.co.uk/2012/01/16/rebuild-vss</link>
		<comments>http://www.blackforce.co.uk/2012/01/16/rebuild-vss#comments</comments>
		<pubDate>Mon, 16 Jan 2012 14:56:17 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[VSS]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=821</guid>
		<description><![CDATA[Server 2008 net stop "System Event Notification Service" net stop "Background Intelligent Transfer Service" net stop "COM+ Event System" net stop "Microsoft Software Shadow Copy Provider" net stop "Volume Shadow Copy" cd /d %windir%\system32 net stop vss net stop swprv regsvr32 /s ATL.DLL regsvr32 /s comsvcs.DLL regsvr32 /s credui.DLL regsvr32 /s CRYPTNET.DLL regsvr32 /s CRYPTUI.DLL [...]]]></description>
			<content:encoded><![CDATA[<p><b>Server 2008</b></p>
<p><code>net stop "System Event Notification Service"<br />
net stop "Background Intelligent Transfer Service"<br />
net stop "COM+ Event System"<br />
net stop "Microsoft Software Shadow Copy Provider"<br />
net stop "Volume Shadow Copy"<br />
cd /d %windir%\system32<br />
net stop vss<br />
net stop swprv<br />
regsvr32 /s ATL.DLL<br />
regsvr32 /s comsvcs.DLL<br />
regsvr32 /s credui.DLL<br />
regsvr32 /s CRYPTNET.DLL<br />
regsvr32 /s CRYPTUI.DLL<br />
regsvr32 /s dhcpqec.DLL<br />
regsvr32 /s dssenh.DLL<br />
regsvr32 /s eapqec.DLL<br />
regsvr32 /s esscli.DLL<br />
regsvr32 /s FastProx.DLL<br />
regsvr32 /s FirewallAPI.DLL<br />
regsvr32 /s kmsvc.DLL<br />
regsvr32 /s lsmproxy.DLL<br />
regsvr32 /s MSCTF.DLL<br />
regsvr32 /s msi.DLL<br />
regsvr32 /s msxml3.DLL<br />
regsvr32 /s ncprov.DLL<br />
regsvr32 /s ole32.DLL<br />
regsvr32 /s OLEACC.DLL<br />
regsvr32 /s OLEAUT32.DLL<br />
regsvr32 /s PROPSYS.DLL<br />
regsvr32 /s QAgent.DLL<br />
regsvr32 /s qagentrt.DLL<br />
regsvr32 /s QUtil.DLL<br />
regsvr32 /s raschap.DLL<br />
regsvr32 /s RASQEC.DLL<br />
regsvr32 /s rastls.DLL<br />
regsvr32 /s repdrvfs.DLL<br />
regsvr32 /s RPCRT4.DLL<br />
regsvr32 /s rsaenh.DLL<br />
regsvr32 /s SHELL32.DLL<br />
regsvr32 /s shsvcs.DLL<br />
regsvr32 /s /i swprv.DLL<br />
regsvr32 /s tschannel.DLL<br />
regsvr32 /s USERENV.DLL<br />
regsvr32 /s vss_ps.DLL<br />
regsvr32 /s wbemcons.DLL<br />
regsvr32 /s wbemcore.DLL<br />
regsvr32 /s wbemess.DLL<br />
regsvr32 /s wbemsvc.DLL<br />
regsvr32 /s WINHTTP.DLL<br />
regsvr32 /s WINTRUST.DLL<br />
regsvr32 /s wmiprvsd.DLL<br />
regsvr32 /s wmisvc.DLL<br />
regsvr32 /s wmiutils.DLL<br />
regsvr32 /s wuaueng.DLL<br />
sfc /SCANFILE=%windir%\system32\catsrv.DLL<br />
sfc /SCANFILE=%windir%\system32\catsrvut.DLL<br />
sfc /SCANFILE=%windir%\system32\CLBCatQ.DLL<br />
net start "COM+ Event System"</code></p>
<p><b>Server 2003</b></p>
<p><code>cd /d %windir%\system32<br />
Net stop vss<br />
Net stop swprv<br />
regsvr32 ole32.dll<br />
regsvr32 oleaut32.dll<br />
regsvr32 vss_ps.dll<br />
vssvc /register<br />
regsvr32 /i swprv.dll<br />
regsvr32 /i eventcls.dll<br />
regsvr32 es.dll<br />
regsvr32 stdprov.dll<br />
regsvr32 vssui.dll<br />
regsvr32 msxml.dll<br />
regsvr32 msxml3.dll<br />
regsvr32 msxml4.dll</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2012/01/16/rebuild-vss/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 : The user has insufficient access rights</title>
		<link>http://www.blackforce.co.uk/2012/01/16/exchange-2010-the-user-has-insufficient-access-rights</link>
		<comments>http://www.blackforce.co.uk/2012/01/16/exchange-2010-the-user-has-insufficient-access-rights#comments</comments>
		<pubDate>Mon, 16 Jan 2012 12:38:03 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[Delete]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Mailbox]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Move]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=818</guid>
		<description><![CDATA[If you see the error message :- The User has insufficient access right When trying to delete, move or carry out other operations on a mailbox do the following : AD Users and Computers View, Show Advanced Double click on user Click Security Click Advanced Tick the box include inheritable permissions]]></description>
			<content:encoded><![CDATA[<p>If you see the error message :-</p>
<p><code> The User has insufficient access right</code></p>
<p>When trying to delete, move or carry out other operations on a mailbox do the following :</p>
<p>AD Users and Computers<br />
View, Show Advanced<br />
Double click on user<br />
Click Security<br />
Click Advanced<br />
Tick the box include inheritable permissions</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2012/01/16/exchange-2010-the-user-has-insufficient-access-rights/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symantec Endpoint 2008 Resetpass</title>
		<link>http://www.blackforce.co.uk/2012/01/13/symantec-endpoint-2008-resetpass</link>
		<comments>http://www.blackforce.co.uk/2012/01/13/symantec-endpoint-2008-resetpass#comments</comments>
		<pubDate>Fri, 13 Jan 2012 08:12:33 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[Endpoint]]></category>
		<category><![CDATA[Resetpass]]></category>
		<category><![CDATA[Symantec]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=816</guid>
		<description><![CDATA[If you forget the password for the management console and the resetpass.bat doesn&#8217;t work. Then try the following :- Right click on command prompt Run as Administrator Then CD to the tools folder and type resetpass. Should work now.]]></description>
			<content:encoded><![CDATA[<p>If you forget the password for the management console and the resetpass.bat doesn&#8217;t work. Then try the following :-</p>
<p>Right click on command prompt<br />
Run as Administrator<br />
Then CD to the tools folder and type resetpass.</p>
<p>Should work now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2012/01/13/symantec-endpoint-2008-resetpass/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

