<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to reset admin password for Sophos NAC Advanced</title>
	<atom:link href="http://www.takeabyte.com.au/2008/09/how-to-reset-admin-password-for-sophos-nac-advanced/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.takeabyte.com.au/2008/09/how-to-reset-admin-password-for-sophos-nac-advanced/</link>
	<description>Helping the IT Crowd</description>
	<lastBuildDate>Wed, 28 Jul 2010 10:24:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: SteveO</title>
		<link>http://www.takeabyte.com.au/2008/09/how-to-reset-admin-password-for-sophos-nac-advanced/comment-page-1/#comment-3733</link>
		<dc:creator>SteveO</dc:creator>
		<pubDate>Tue, 21 Jul 2009 18:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=73#comment-3733</guid>
		<description>Oddly copy and paste went a bit wrong there, the ? in that command should be a &#039; :)</description>
		<content:encoded><![CDATA[<p>Oddly copy and paste went a bit wrong there, the ? in that command should be a &#8216; <img src='http://www.takeabyte.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SteveO</title>
		<link>http://www.takeabyte.com.au/2008/09/how-to-reset-admin-password-for-sophos-nac-advanced/comment-page-1/#comment-3731</link>
		<dc:creator>SteveO</dc:creator>
		<pubDate>Tue, 21 Jul 2009 18:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=73#comment-3731</guid>
		<description>This will also work for the Sophos NAC that is bundled with Endpoint Security and Control

There is however an error in the command you have posted, if you have installed the NAC databases to the default instance on the local machine the command should be:

osql -E -S .\ -d SecurityStore -Q “update EF_Account set setPassword =’1? where name =’Admin’”

If you have used a named instance, like when you install the integrated NAC databases, you generally have a sophos instance, the command should look like this:

osql -E -S .\SOPHOS -d SecurityStore -Q “update EF_Account set setPassword =’1? where name =’Admin’”

If you are not running the command locally on the machine where the NAC databases are hosted, you will need to replace the . for the server name, e.g.

osql -E -S server\SOPHOS -d SecurityStore -Q “update EF_Account set setPassword =’1? where name =’Admin’”</description>
		<content:encoded><![CDATA[<p>This will also work for the Sophos NAC that is bundled with Endpoint Security and Control</p>
<p>There is however an error in the command you have posted, if you have installed the NAC databases to the default instance on the local machine the command should be:</p>
<p>osql -E -S .\ -d SecurityStore -Q “update EF_Account set setPassword =’1? where name =’Admin’”</p>
<p>If you have used a named instance, like when you install the integrated NAC databases, you generally have a sophos instance, the command should look like this:</p>
<p>osql -E -S .\SOPHOS -d SecurityStore -Q “update EF_Account set setPassword =’1? where name =’Admin’”</p>
<p>If you are not running the command locally on the machine where the NAC databases are hosted, you will need to replace the . for the server name, e.g.</p>
<p>osql -E -S server\SOPHOS -d SecurityStore -Q “update EF_Account set setPassword =’1? where name =’Admin’”</p>
]]></content:encoded>
	</item>
</channel>
</rss>
