<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.2" -->
<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/"
	>

<channel>
	<title>KevinTM &#187; Techie</title>
	<link>http://blog.kevintm.com</link>
	<description>"Bridging the Gap Between Fantasy and Reality"</description>
	<pubDate>Wed, 25 Jan 2012 03:22:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<item>
		<title>Old 2003 NTBackup Script remodified.</title>
		<link>http://blog.kevintm.com/?p=554</link>
		<comments>http://blog.kevintm.com/?p=554#comments</comments>
		<pubDate>Wed, 25 Jan 2012 03:21:43 +0000</pubDate>
		<dc:creator>kevintm</dc:creator>
		
		<category><![CDATA[Techie]]></category>

		<guid isPermaLink="false">http://blog.kevintm.com/?p=554</guid>
		<description><![CDATA[1st issue.  Create a new full .bkf file for each day instead of append or replace.

@for /f &#8220;Tokens=1-4 Delims=/ &#8221; %%i in (&#8217;date /t&#8217;) do  @set dt=%%i-%%j-%%k-%%l
@for /f &#8220;Tokens=1&#8243; %%i in (&#8217;time /t&#8217;) do @set tm=-%%i
@set tm=%tm::=-%
@set dtt=%dt%%tm%
@echo Copying backup set:  %dt%.
@echo Please wait&#8230;
@C:\WINDOWS\system32\ntbackup.exe backup systemstate C:, D: &#8220;D:\backup set.bks&#8221; /a /d [...]]]></description>
			<content:encoded><![CDATA[<p>1st issue.  Create a new full .bkf file for each day instead of append or replace.</p>
<blockquote><p><i><br />
@for /f &#8220;Tokens=1-4 Delims=/ &#8221; %%i in (&#8217;date /t&#8217;) do  @set dt=%%i-%%j-%%k-%%l<br />
@for /f &#8220;Tokens=1&#8243; %%i in (&#8217;time /t&#8217;) do @set tm=-%%i<br />
@set tm=%tm::=-%<br />
@set dtt=%dt%%tm%<br />
@echo Copying backup set:  %dt%.<br />
@echo Please wait&#8230;<br />
@C:\WINDOWS\system32\ntbackup.exe backup systemstate C:, D: &#8220;D:\backup set.bks&#8221; /a /d &#8220;Backup %dt%&#8221; /v:no /r:no /rs:no /hc:off /m normal /j &#8220;%dt%&#8221; /l:s /f &#8220;<b>\\backups\Backups\_2003-web\</b>Backup %dt%.bkf&#8221;<br />
</i></p></blockquote>
<p>2nd issue. Delete old backups so space does not fill up on the Backup NAS or USB hard drive. *requires forfiles or robocopy*</p>
<blockquote><p><i><br />
net use t: &#8220;<b>\\backups\Backups\_2003-web</b>&#8221;</p>
<p>forfiles -p t:\ -m *Sun* -d -120 -c &#8220;cmd /c echo purged @FILE on %date% >> t:\purgelog.txt&#8221;<br />
forfiles -p t:\ -m *Mon* -d -7 -c &#8220;cmd /c echo purged @FILE on %date% >> t:\purgelog.txt&#8221;<br />
forfiles -p t:\ -m *Tue* -d -7 -c &#8220;cmd /c echo purged @FILE on %date% >> t:\purgelog.txt&#8221;<br />
forfiles -p t:\ -m *Wed* -d -7 -c &#8220;cmd /c echo purged @FILE on %date% >> t:\purgelog.txt&#8221;<br />
forfiles -p t:\ -m *Thu* -d -7 -c &#8220;cmd /c echo purged @FILE on %date% >> t:\purgelog.txt&#8221;<br />
forfiles -p t:\ -m *Fri* -d -7 -c &#8220;cmd /c echo purged @FILE on %date% >> t:\purgelog.txt&#8221;<br />
forfiles -p t:\ -m *Sat* -d -7 -c &#8220;cmd /c echo purged @FILE on %date% >> t:\purgelog.txt&#8221;</p>
<p>forfiles -p t:\ -m *Sun* -d -120 -c &#8220;cmd /c Del @FILE&#8221;<br />
forfiles -p t:\ -m *Mon* -d -7 -c &#8220;cmd /c Del @FILE&#8221;<br />
forfiles -p t:\ -m *Tue* -d -7 -c &#8220;cmd /c Del @FILE&#8221;<br />
forfiles -p t:\ -m *Wed* -d -7 -c &#8220;cmd /c Del @FILE&#8221;<br />
forfiles -p t:\ -m *Thu* -d -7 -c &#8220;cmd /c Del @FILE&#8221;<br />
forfiles -p t:\ -m *Fri* -d -7 -c &#8220;cmd /c Del @FILE&#8221;<br />
forfiles -p t:\ -m *Sat* -d -7 -c &#8220;cmd /c Del @FILE&#8221;</p>
<p>net use t: /delete /y<br />
</i></p></blockquote>
<p>Change the bold text to match your backup drive.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kevintm.com/?feed=rss2&amp;p=554</wfw:commentRss>
		</item>
		<item>
		<title>PSConfig Arg</title>
		<link>http://blog.kevintm.com/?p=553</link>
		<comments>http://blog.kevintm.com/?p=553#comments</comments>
		<pubDate>Mon, 23 Jan 2012 17:17:04 +0000</pubDate>
		<dc:creator>kevintm</dc:creator>
		
		<category><![CDATA[Techie]]></category>

		<guid isPermaLink="false">http://blog.kevintm.com/?p=553</guid>
		<description><![CDATA[After running a sharepoint sp1 update on a 2011 sbs, backups stopped working.  Try this to fix it. 
1. Open an Administrative command prompt.
2. Change directory to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN
3. Run PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures
Source
]]></description>
			<content:encoded><![CDATA[<p>After running a sharepoint sp1 update on a 2011 sbs, backups stopped working.  Try this to fix it. </p>
<p>1. Open an Administrative command prompt.<br />
2. Change directory to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN<br />
3. Run PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures</p>
<p><a href="http://blogs.technet.com/b/sbs/archive/2011/05/24/you-must-manually-run-psconfig-after-installing-sharepoint-2010-patches.aspx">Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kevintm.com/?feed=rss2&amp;p=553</wfw:commentRss>
		</item>
		<item>
		<title>Old topic review: increase exchange 2003 database limit.</title>
		<link>http://blog.kevintm.com/?p=552</link>
		<comments>http://blog.kevintm.com/?p=552#comments</comments>
		<pubDate>Sat, 31 Dec 2011 21:28:01 +0000</pubDate>
		<dc:creator>kevintm</dc:creator>
		
		<category><![CDATA[Techie]]></category>

		<guid isPermaLink="false">http://blog.kevintm.com/?p=552</guid>
		<description><![CDATA[To increase the Exchange Server 2003 SP2 database size, follow these steps:
Important Before you increase the maximum size of an Exchange database, verify that sufficient hard disk space is available for the larger database.
On the computer that is running Exchange 2003 SP2, click Start, click Run, type regedit, and then click OK.
Click one of the [...]]]></description>
			<content:encoded><![CDATA[<p>To increase the Exchange Server 2003 SP2 database size, follow these steps:</p>
<p>Important Before you increase the maximum size of an Exchange database, verify that sufficient hard disk space is available for the larger database.<br />
On the computer that is running Exchange 2003 SP2, click Start, click Run, type regedit, and then click OK.<br />
Click one of the following registry subkeys, as appropriate for the store that you want to increase:<br />
For a mailbox store, click the following registry subkey:<br />
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIS\Server name\Private-Mailbox Store GUIDFor a public folder store, click the following registry subkey:<br />
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIS\Server name\Public-Public Store GUIDOn the Edit menu, point to New, and then click DWORD Value.<br />
In the New Value #1 box, type Database Size Limit in Gb, and then press ENTER.<br />
Right-click Database Size Limit in Gb, and then click Modify.<br />
Click Decimal, and then type an integer from 1 to 75 in the Value data box.</p>
<p>Note These integer values represent the maximum size of the database in gigabytes (GB). For example, a value of 75 represents a database that has a maximum size of 75 GB.<br />
Click OK, and then exit Registry Editor.<br />
Restart the Microsoft Exchange Information Store service. To do this, follow these steps:<br />
Click Start, click Run, type cmd, and then click OK.<br />
At the command prompt, type the following command, and then press ENTER:<br />
net stop msexchangeisAfter the Microsoft Exchange Information Store service has stopped successfully, type the following command, and then press ENTER:<br />
net start msexchangeisExamine the Application log to verify that the database size has been set successfully. To do this, follow these steps:<br />
Click Start, click Run, type eventvwr, and then click OK.<br />
In the Event Viewer tool, click Application.<br />
Double-click event ID 1216 to verify that the database size has been set successfully.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kevintm.com/?feed=rss2&amp;p=552</wfw:commentRss>
		</item>
		<item>
		<title>How to Fix XP temp profile issue with regedit</title>
		<link>http://blog.kevintm.com/?p=551</link>
		<comments>http://blog.kevintm.com/?p=551#comments</comments>
		<pubDate>Sun, 20 Nov 2011 00:48:59 +0000</pubDate>
		<dc:creator>kevintm</dc:creator>
		
		<category><![CDATA[Techie]]></category>

		<guid isPermaLink="false">http://blog.kevintm.com/?p=551</guid>
		<description><![CDATA[Start regedit and browse to the following Key: \\HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\ProfileList (here you&#8217;ll see a list of Profile GUIDs.) Click on each one and find your original profile name. The GUID Key will be renamed with .bak on the end and you&#8217;ll find that there is another Profile GUID Key with the same GUID, that is [...]]]></description>
			<content:encoded><![CDATA[<p>Start regedit and browse to the following Key: \\HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\ProfileList (here you&#8217;ll see a list of Profile GUIDs.) Click on each one and find your original profile name. The GUID Key will be renamed with .bak on the end and you&#8217;ll find that there is another Profile GUID Key with the same GUID, that is the replacement, delete it (don&#8217;t delete the .bak version. Now that the replacement Profile GUID key is deleted, or if you prefer - renamed with .new, you can now rename the .bak (original profile GUID) so the you only remove the .bak and hit the Enter key. Next, go into this GUID key and you&#8217;ll notice that the last DWORD value &#8220;State&#8221; is set to &#8220;8100&#8243;, remove the &#8220;8&#8243; from the beginning so that the value is &#8220;100&#8243;.<br />
Exit out of the registry editor.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kevintm.com/?feed=rss2&amp;p=551</wfw:commentRss>
		</item>
		<item>
		<title>How to Distribute Self Signed Certificates in SBS 2008/2011</title>
		<link>http://blog.kevintm.com/?p=550</link>
		<comments>http://blog.kevintm.com/?p=550#comments</comments>
		<pubDate>Fri, 18 Nov 2011 02:10:54 +0000</pubDate>
		<dc:creator>kevintm</dc:creator>
		
		<category><![CDATA[Techie]]></category>

		<guid isPermaLink="false">http://blog.kevintm.com/?p=550</guid>
		<description><![CDATA[Since the certs are now CA based, they can no longer be simply installed via the web browser like they were in sbs 2003.
You must install them with the client app the server generates.
Typically this can be found on the server in c:\users\public\public downloads.    if the public folder is shared it is [...]]]></description>
			<content:encoded><![CDATA[<p>Since the certs are now CA based, they can no longer be simply installed via the web browser like they were in sbs 2003.<br />
You must install them with the client app the server generates.<br />
Typically this can be found on the server in c:\users\public\public downloads.    if the public folder is shared it is usually \\servername\public\public downloads</p>
<p><a href="http://blogs.technet.com/b/sbs/archive/2008/09/30/how-do-i-distribute-the-sbs-2008-self-signed-ssl-certificate-to-my-users.aspx>more details &#038; source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kevintm.com/?feed=rss2&amp;p=550</wfw:commentRss>
		</item>
		<item>
		<title>How to add non-domain pcs and servers to remote web access</title>
		<link>http://blog.kevintm.com/?p=548</link>
		<comments>http://blog.kevintm.com/?p=548#comments</comments>
		<pubDate>Thu, 20 Oct 2011 12:34:03 +0000</pubDate>
		<dc:creator>kevintm</dc:creator>
		
		<category><![CDATA[Techie]]></category>

		<guid isPermaLink="false">http://blog.kevintm.com/?p=548</guid>
		<description><![CDATA[In sbs 2011, I have been impressed with some of the improvements, even over 2008.  I recently ran into a situation where I wanted to add some non domain pcs and servers to my list.  It ended up being much simpler than I expected.   By simply openind active directory,  find [...]]]></description>
			<content:encoded><![CDATA[<p>In sbs 2011, I have been impressed with some of the improvements, even over 2008.  I recently ran into a situation where I wanted to add some non domain pcs and servers to my list.  It ended up being much simpler than I expected.   By simply openind active directory,  find the organization unit for your domain pcs and servers.  Simply use the add computer task and type in the host name for the of or server you wish to add.  Note that devices in the server ou will only be seen in rwa by a user with admin rights.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kevintm.com/?feed=rss2&amp;p=548</wfw:commentRss>
		</item>
		<item>
		<title>SBS 2008/2011 Autodiscover cert issue resolved.</title>
		<link>http://blog.kevintm.com/?p=547</link>
		<comments>http://blog.kevintm.com/?p=547#comments</comments>
		<pubDate>Thu, 13 Oct 2011 13:39:39 +0000</pubDate>
		<dc:creator>kevintm</dc:creator>
		
		<category><![CDATA[Techie]]></category>

		<guid isPermaLink="false">http://blog.kevintm.com/?p=547</guid>
		<description><![CDATA[The details on how to set this record up are all in KB940881, but I’ll briefly summarize it here:
1. Get rid of any CNAME or A records for “autodiscover”, and any wildcard “*” records in the public DNS zone. This is a critical step, so don’t just drift past it.
2. Build the SRV record to [...]]]></description>
			<content:encoded><![CDATA[<p>The details on how to set this record up are all in KB940881, but I’ll briefly summarize it here:</p>
<p>1. Get rid of any CNAME or A records for “autodiscover”, and any wildcard “*” records in the public DNS zone. This is a critical step, so don’t just drift past it.<br />
2. Build the SRV record to look like this:</p>
<p>Service: _autodiscover<br />
Protocol: _tcp<br />
Port Number: 443<br />
Host: remote.domainname.com</p>
<p>Why do you need to do this for Autodiscover to work? Well when you feed an Outlook client an email address, it tries to autoconfigure itself, and it does this by trying to contact a series of hosts as follows:</p>
<p>- https://domainname.com/autodiscover/autodiscover.xml<br />
- https://autodiscover.domainname.com/autodiscover/autodiscover.xml<br />
- http://autodiscover.domainname.com/autodiscover/autodiscover.xml</p>
<p><a href="http://www.thirdtier.net/2009/02/setting-up-an-external-autodiscover-record-for-sbs-2008/">source link</a></p>
<p>&#8212;-</p>
<p>how to create the record in dyndns:<br />
host: _autodiscover._tcp.kevintm.com<br />
TTL: 600<br />
Type: SRV<br />
Data: 1 0 443 remote.kevintm.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kevintm.com/?feed=rss2&amp;p=547</wfw:commentRss>
		</item>
		<item>
		<title>How to get istat 2.0 to work on lion.</title>
		<link>http://blog.kevintm.com/?p=546</link>
		<comments>http://blog.kevintm.com/?p=546#comments</comments>
		<pubDate>Sat, 08 Oct 2011 22:28:11 +0000</pubDate>
		<dc:creator>kevintm</dc:creator>
		
		<category><![CDATA[Techie]]></category>

		<guid isPermaLink="false">http://blog.kevintm.com/?p=546</guid>
		<description><![CDATA[1) download an updated version of MenuCracker - http://sourceforge.net/projects/menucracker/files/
2) Download the istat menu installer from their website - http://mac.brothersoft.com/istat-menus-2.0.html
- get istat 2 not 3*
3) Open the istat menu installer (two finger tap, choose show package contents), and put the updated menucracker file inside, replacing the old one inside it.
4) Install!
]]></description>
			<content:encoded><![CDATA[<p>1) download an updated version of MenuCracker - http://sourceforge.net/projects/menucracker/files/</p>
<p>2) Download the istat menu installer from their website - http://mac.brothersoft.com/istat-menus-2.0.html<br />
- get istat 2 not 3*</p>
<p>3) Open the istat menu installer (two finger tap, choose show package contents), and put the updated menucracker file inside, replacing the old one inside it.</p>
<p>4) Install!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kevintm.com/?feed=rss2&amp;p=546</wfw:commentRss>
		</item>
		<item>
		<title>How to run PHP 4.4.9 and PHP 5.2.1 on Windows 2003 IIS 6 both in ISAPI mode while both connecting to mysql</title>
		<link>http://blog.kevintm.com/?p=545</link>
		<comments>http://blog.kevintm.com/?p=545#comments</comments>
		<pubDate>Fri, 26 Aug 2011 23:43:45 +0000</pubDate>
		<dc:creator>kevintm</dc:creator>
		
		<category><![CDATA[Techie]]></category>

		<guid isPermaLink="false">http://blog.kevintm.com/?p=545</guid>
		<description><![CDATA[How to run PHP 4.4.9 and PHP 5.2.1 on Windows 2003 IIS 6 both in ISAPI mode while both connecting to mysql 4.1.22
I couldn&#8217;t find any direct guide on how to do this, but I was able to piece together multiple guides to come up 
with this solution.  
I&#8217;ll go through what I did [...]]]></description>
			<content:encoded><![CDATA[<p>How to run PHP 4.4.9 and PHP 5.2.1 on Windows 2003 IIS 6 both in ISAPI mode while both connecting to mysql 4.1.22</p>
<p>I couldn&#8217;t find any direct guide on how to do this, but I was able to piece together multiple guides to come up </p>
<p>with this solution.  </p>
<p>I&#8217;ll go through what I did step by step.  Although I believe that it can probably be tweaked and the do not </p>
<p>need to all be done in this specific order.</p>
<p>1) 1st you will need to extract the windows binary files / .zip&#8217;s for both the php 4.4.9 and 5.2.1.  On my </p>
<p>server they are in D:\inetpub\php4 and D:\inetpub\php5 I also created another directory D:\inetpub\phpdlls<br />
- Upon request, I can email them too you.  They are both under 10 Megs.<br />
- My email address is kevin@kevintm.com</p>
<p>2) open Regedit -> [HKLM|SOFTWARE] -> Create a new KEY &#8220;PHP&#8221; -> Under PHP create a new KEY 4.4.9 and 5.2.1<br />
- [HKLM|SOFTWARE|PHP] -> Create a new String Value: IniFilePath | Data: D:\inetpub\php4<br />
- [HKLM|SOFTWARE|PHP|4.4.9] -> Create a new String Value: IniFilePath | Data: D:\inetpub\php4<br />
- [HKLM|SOFTWARE|PHP|5.2.1] -> Create a new String Value: IniFilePath | Data: D:\inetpub\php5</p>
<p>3) Open IIS6 Manager -> Under application Pools, create 2 new pools.  1 pool called PHP4 Sites &#038; 1 pool called </p>
<p>PHP 5 sites.  All of your sites that will use php4 put in the php4 pool. And all of the sites that you want to </p>
<p>use php5, put in the php 5 pool.  You could proboly just leave the php 4 sites in the default pool.  Just try </p>
<p>and keep the sites in seperate pools in either case.</p>
<p>4) In Web Service Extensions.<br />
- Create a new extension. PHP4.  File Name: D:\inetpub\php4\sapi\php4isapi.dll.  Set it to allow.<br />
- Create a new extension. PHP5.  File Name: D:\inetpub\php5\php5isapi.dll. Set it to allow.</p>
<p>5) For each of your sites you will need to go to site properties and do some modifications.<br />
- In the home directory tab. Change the application pool to whichever php version you would like to use on that </p>
<p>site.<br />
- click on the configuration button. -> Add -> Set the executable to the same path that was set in the Web </p>
<p>Service Extensions. For the php version you want to use.  Example: PHP5 would be D:\inetpub\php5\php5isapi.dll<br />
- set extension: &#8220;.php&#8221; Then click ok. Ok. Ok.</p>
<p>6) Copy &#8216;php5ts.dll&#8217; from &#8216;D:\inetpub\php5&#8242; &#038; &#8216;php4ts.dll&#8217; from &#8216;D:\inetpub\php4&#8242; to &#8216;C:\windows\system32&#8242;</p>
<p>7) Copy the dll&#8217;s from &#8216;d:\inetpub\php4\dlls&#8217; to d:\inetpub\phpdlls&#8217;</p>
<p> <img src='http://blog.kevintm.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Right click on my computer -> Properties -> Advanced -> Environment Variables -> Edit the Variable &#8220;Path&#8221;. </p>
<p>-> Add &#8220;D:\inetpub\phpdlls\;&#8221; -> click OK, Ok, OK.</p>
<p>9) rename &#8216;php.ini-recommended&#8217; in &#8216;D:\inetpub\php4&#8242; to &#8216;php.ini&#8217;<br />
- Rename &#8216;php.ini-recommended&#8217; in D:\inetpub\php5&#8242; to &#8216;php.ini&#8217;</p>
<p>10) We have to edit a few lines of code in the D:\inetpub\php5\php.ini to get MYSQL to work.</p>
<p>; Directory in which the loadable extensions (modules) reside.<br />
extension_dir = &#8220;D:/inetpub/php5/ext/&#8221;</p>
<p>Take the &#8220;;&#8221; away in front of the following DLLs<br />
extension=php_mysql.dll<br />
extension=php_mysqli.dll<br />
extension=php_pdo_mysql.dll</p>
<p>11) Restarted Server.  Sometimes just an IISRESET will be good enough, but with the regedit changes, I opted to </p>
<p>just do a quick reboot.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kevintm.com/?feed=rss2&amp;p=545</wfw:commentRss>
		</item>
		<item>
		<title>WMI error&#8217;s after renaming server (2003 Standard R2)</title>
		<link>http://blog.kevintm.com/?p=544</link>
		<comments>http://blog.kevintm.com/?p=544#comments</comments>
		<pubDate>Thu, 23 Jun 2011 02:03:54 +0000</pubDate>
		<dc:creator>kevintm</dc:creator>
		
		<category><![CDATA[Techie]]></category>

		<guid isPermaLink="false">http://blog.kevintm.com/?p=544</guid>
		<description><![CDATA[I was getting a ton of WMI errors in my event log every 45 mins and was unable to run NTBackup after renaming a server.
I found a simple solution to resolve the issue.
1) Disable the WMI service(s)
2) Start -> Run -> %systemroot%\system32\wbem\Repository -> delete all files and folders in here. -> restart the server.
Clear the [...]]]></description>
			<content:encoded><![CDATA[<p>I was getting a ton of WMI errors in my event log every 45 mins and was unable to run NTBackup after renaming a server.<br />
I found a simple solution to resolve the issue.<br />
1) Disable the WMI service(s)<br />
2) Start -> Run -> %systemroot%\system32\wbem\Repository -> delete all files and folders in here. -> restart the server.<br />
Clear the logs and call it fixed.  At least that&#8217;s what fixed my issue.  NTBackup now also works again and no WMI errors pop up.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kevintm.com/?feed=rss2&amp;p=544</wfw:commentRss>
		</item>
	</channel>
</rss>

