<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Folgaizer - Tech blog by G. Folga</title>
	<atom:link href="http://folgaizer.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://folgaizer.wordpress.com</link>
	<description>The weblog of an IT pro specializing in Exchange, Linux, Virtualization and other technologies</description>
	<lastBuildDate>Thu, 01 Dec 2011 00:07:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='folgaizer.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Folgaizer - Tech blog by G. Folga</title>
		<link>http://folgaizer.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://folgaizer.wordpress.com/osd.xml" title="Folgaizer - Tech blog by G. Folga" />
	<atom:link rel='hub' href='http://folgaizer.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Romoving LCS 2003 Attributes</title>
		<link>http://folgaizer.wordpress.com/2011/10/26/romoving-lcs-2003-attributes/</link>
		<comments>http://folgaizer.wordpress.com/2011/10/26/romoving-lcs-2003-attributes/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 18:37:09 +0000</pubDate>
		<dc:creator>GustavoF</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://folgaizer.wordpress.com/2011/10/26/romoving-lcs-2003-attributes/</guid>
		<description><![CDATA[Migrating from LCS to Lync is not possible without before going through all intermediate versions. So one way is to start over. For that first we need to remove LCS attributes: Here it is a simple script with Quest&#8217;s ActiveRoles &#8230; <a href="http://folgaizer.wordpress.com/2011/10/26/romoving-lcs-2003-attributes/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=folgaizer.wordpress.com&amp;blog=476465&amp;post=249&amp;subd=folgaizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Migrating from LCS to Lync is not possible without before going through all intermediate versions.<br />
So one way is to start over. For that first we need to remove LCS attributes:</p>
<p>Here it is a simple script with Quest&#8217;s ActiveRoles Management Shell for Active Directory</p>
<p>$list = Get-QADUser  -ObjectAttributes @{&#8220;msRTCSIP-PrimaryHomeServer&#8221;=&#8217;CN=RTC Services,CN=Microsoft,CN=LCS-Servers,CN=Computers,DC=example,DC=com&#8217;} -SearchRoot &#8216;example.com/Users&#8217;<br />
foreach ($item in $list)<br />
{<br />
Set-QADUser $item -ObjectAttribute @{&#8220;msRTCSIP-PrimaryHomeServer&#8221;=$null}<br />
Set-QADUser $item -ObjectAttribute @{&#8220;msRTCSIP-PrimaryUserAddress&#8221;=$null}<br />
Set-QADUser $item -ObjectAttribute @{&#8220;msRTCSIP-UserEnabled&#8221;=$null}<br />
Set-QADUser $item -ObjectAttribute @{&#8220;msRTCSIP-IsMaster&#8221;=$null}<br />
}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/folgaizer.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/folgaizer.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/folgaizer.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/folgaizer.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/folgaizer.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/folgaizer.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/folgaizer.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/folgaizer.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/folgaizer.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/folgaizer.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/folgaizer.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/folgaizer.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/folgaizer.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/folgaizer.wordpress.com/249/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=folgaizer.wordpress.com&amp;blog=476465&amp;post=249&amp;subd=folgaizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://folgaizer.wordpress.com/2011/10/26/romoving-lcs-2003-attributes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b32782d09261adf75f1a2a9b98b5f3df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">GustavoF</media:title>
		</media:content>
	</item>
		<item>
		<title>CSV stuck in Redirected Access/Backup in progress after a faulty backup job</title>
		<link>http://folgaizer.wordpress.com/2011/09/27/csv-stuck-in-redirected-accessbackup-in-progress-after-a-faulty-backup-job/</link>
		<comments>http://folgaizer.wordpress.com/2011/09/27/csv-stuck-in-redirected-accessbackup-in-progress-after-a-faulty-backup-job/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 19:07:34 +0000</pubDate>
		<dc:creator>GustavoF</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[CSV]]></category>

		<guid isPermaLink="false">http://folgaizer.wordpress.com/?p=246</guid>
		<description><![CDATA[&#160; If you follow the step detailed in http://blogs.technet.com/b/askcore/archive/2010/12/16/troubleshooting-redirected-access-on-a-cluster-shared-volume-csv.aspx, about deleting shadows and get: vssadmin &#62; delete shadows /all Error: Shapshots were found, but they were outside of your allowed context. Try with: diskshadow DISKSHADOW&#62; delete shadows all &#8230; Number of &#8230; <a href="http://folgaizer.wordpress.com/2011/09/27/csv-stuck-in-redirected-accessbackup-in-progress-after-a-faulty-backup-job/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=folgaizer.wordpress.com&amp;blog=476465&amp;post=246&amp;subd=folgaizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>If you follow the step detailed in <a href="http://blogs.technet.com/b/askcore/archive/2010/12/16/troubleshooting-redirected-access-on-a-cluster-shared-volume-csv.aspx">http://blogs.technet.com/b/askcore/archive/2010/12/16/troubleshooting-redirected-</a><a href="http://blogs.technet.com/b/askcore/archive/2010/12/16/troubleshooting-redirected-access-on-a-cluster-shared-volume-csv.aspx">access-on-a-cluster-shared-volume-csv.aspx</a>, about deleting shadows and get:</p>
<p>vssadmin</p>
<p>&gt; delete shadows /all</p>
<p>Error: Shapshots were found, but they were outside of your allowed context.</p>
<p>Try with:</p>
<p>diskshadow</p>
<p>DISKSHADOW&gt; delete shadows all</p>
<p>&#8230;</p>
<p>Number of shadow copies deleted: 1</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/folgaizer.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/folgaizer.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/folgaizer.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/folgaizer.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/folgaizer.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/folgaizer.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/folgaizer.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/folgaizer.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/folgaizer.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/folgaizer.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/folgaizer.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/folgaizer.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/folgaizer.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/folgaizer.wordpress.com/246/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=folgaizer.wordpress.com&amp;blog=476465&amp;post=246&amp;subd=folgaizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://folgaizer.wordpress.com/2011/09/27/csv-stuck-in-redirected-accessbackup-in-progress-after-a-faulty-backup-job/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b32782d09261adf75f1a2a9b98b5f3df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">GustavoF</media:title>
		</media:content>
	</item>
		<item>
		<title>How to remove internal routing information from headers in Exchange 2010</title>
		<link>http://folgaizer.wordpress.com/2011/08/30/how-to-remove-internal-routing-information-from-headers-in-exchange-2010/</link>
		<comments>http://folgaizer.wordpress.com/2011/08/30/how-to-remove-internal-routing-information-from-headers-in-exchange-2010/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 20:43:16 +0000</pubDate>
		<dc:creator>GustavoF</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://folgaizer.wordpress.com/?p=241</guid>
		<description><![CDATA[Just deny permission Ms-Exch-Send-Headers-Routing for Anonymous Logon get-SendConnector &#60;connector-name&#62; &#124; Add-AdPermission -User &#8220;NT AUTHORITY\ANONYMOUS LOGON&#8221; -ExtendedRights Ms-Exch-Send-Headers-Routing -Deny Other permissions: Send connector permission Description ms-Exch-Send-Exch50 This permission allows the session to send a message that contains the EXCH50 command. If &#8230; <a href="http://folgaizer.wordpress.com/2011/08/30/how-to-remove-internal-routing-information-from-headers-in-exchange-2010/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=folgaizer.wordpress.com&amp;blog=476465&amp;post=241&amp;subd=folgaizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just deny permission Ms-Exch-Send-Headers-Routing for Anonymous Logon</p>
<p>get-SendConnector &lt;connector-name&gt; | Add-AdPermission -User &#8220;NT AUTHORITY\ANONYMOUS LOGON&#8221; -ExtendedRights Ms-Exch-Send-Headers-Routing -Deny</p>
<p>Other permissions:</p>
<table>
<tbody>
<tr>
<th>Send connector permission</th>
<th>Description</th>
</tr>
<tr>
<td>
<p>ms-Exch-Send-Exch50</p>
</td>
<td>
<p>This permission allows the session to send a message that contains the EXCH50 command. If this permission isn&#8217;t granted, and a message is sent that contains the EXCH50 command, the server sends the message, but doesn&#8217;t include the EXCH50 command.</p>
</td>
</tr>
<tr>
<td>
<p>Ms-Exch-Send-Headers-Routing</p>
</td>
<td>
<p>This permission allows the session to send a message that has all received headers intact. If this permission isn&#8217;t granted, the server removes all received headers.</p>
</td>
</tr>
<tr>
<td>
<p>Ms-Exch-Send-Headers-Organization</p>
</td>
<td>
<p>This permission allows the session to send a message that has all organization headers intact. Organization headers all start with <strong>X-MS-Exchange-Organization-</strong>. If this permission isn&#8217;t granted, the sending server removes all organization headers.</p>
</td>
</tr>
<tr>
<td>
<p>Ms-Exch-Send-Headers-Forest</p>
</td>
<td>
<p>This permission allows the session to send a message that has all forest headers intact. Forest headers all start with <strong>X-MS-Exchange-Forest-</strong>. If this permission isn&#8217;t granted, the sending server removes all forest headers.</p>
</td>
</tr>
</tbody>
</table>
<p>Reference: <a href="http://technet.microsoft.com/en-us/library/aa998662.aspx">http://technet.microsoft.com/en-us/library/aa998662.aspx</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/folgaizer.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/folgaizer.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/folgaizer.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/folgaizer.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/folgaizer.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/folgaizer.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/folgaizer.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/folgaizer.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/folgaizer.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/folgaizer.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/folgaizer.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/folgaizer.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/folgaizer.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/folgaizer.wordpress.com/241/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=folgaizer.wordpress.com&amp;blog=476465&amp;post=241&amp;subd=folgaizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://folgaizer.wordpress.com/2011/08/30/how-to-remove-internal-routing-information-from-headers-in-exchange-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b32782d09261adf75f1a2a9b98b5f3df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">GustavoF</media:title>
		</media:content>
	</item>
		<item>
		<title>Outlook and its mysterious ways</title>
		<link>http://folgaizer.wordpress.com/2011/08/05/outlook-and-its-mysterious-ways/</link>
		<comments>http://folgaizer.wordpress.com/2011/08/05/outlook-and-its-mysterious-ways/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 15:14:39 +0000</pubDate>
		<dc:creator>GustavoF</dc:creator>
				<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Outlook Anywhere]]></category>
		<category><![CDATA[Proxy]]></category>

		<guid isPermaLink="false">http://folgaizer.wordpress.com/?p=236</guid>
		<description><![CDATA[Is it possible to connect with Outlook Anywhere (RPC over HTTPS) via a proxy with authentication? A: Sometimes. Try this: Setup the web proxy in IE Create a folder in the mailbox, in its properties go to Home page, check &#8230; <a href="http://folgaizer.wordpress.com/2011/08/05/outlook-and-its-mysterious-ways/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=folgaizer.wordpress.com&amp;blog=476465&amp;post=236&amp;subd=folgaizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Is it possible to connect with Outlook Anywhere (RPC over HTTPS) via a proxy with authentication?</p>
<p>A: Sometimes.</p>
<p>Try this:</p>
<p>Setup the web proxy in IE</p>
<p>Create a folder in the mailbox, in its properties go to <strong>Home page</strong>, check S<strong>how home page by default for this folder</strong>, add some vaild URL in <strong>Address</strong></p>
<p>Go to that folder, logon to the proxy when asked, and check remember user and password.</p>
<p>Close Outlook and open it.</p>
<p>Go to the same folder, verify that the page opens without asking user and password, and wait.</p>
<p>Tested with:</p>
<p>Outlook 2010</p>
<p>Windows 7 not joined to the same domain as ISA server.</p>
<p>Exhange 2003</p>
<p>ISA Server with NTLM Auth</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/folgaizer.wordpress.com/236/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/folgaizer.wordpress.com/236/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/folgaizer.wordpress.com/236/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/folgaizer.wordpress.com/236/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/folgaizer.wordpress.com/236/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/folgaizer.wordpress.com/236/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/folgaizer.wordpress.com/236/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/folgaizer.wordpress.com/236/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/folgaizer.wordpress.com/236/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/folgaizer.wordpress.com/236/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/folgaizer.wordpress.com/236/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/folgaizer.wordpress.com/236/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/folgaizer.wordpress.com/236/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/folgaizer.wordpress.com/236/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=folgaizer.wordpress.com&amp;blog=476465&amp;post=236&amp;subd=folgaizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://folgaizer.wordpress.com/2011/08/05/outlook-and-its-mysterious-ways/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b32782d09261adf75f1a2a9b98b5f3df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">GustavoF</media:title>
		</media:content>
	</item>
		<item>
		<title>Add possible Owner to a Cluster Shared Volume</title>
		<link>http://folgaizer.wordpress.com/2011/06/17/add-possible-owner-to-a-clustered-shared-volume/</link>
		<comments>http://folgaizer.wordpress.com/2011/06/17/add-possible-owner-to-a-clustered-shared-volume/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 13:27:54 +0000</pubDate>
		<dc:creator>GustavoF</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Cluster Shared Volume]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://folgaizer.wordpress.com/?p=227</guid>
		<description><![CDATA[Once a Shared Volumes becomes a Cluster Shared Volume you can&#8217;t modify the possible owner list from the Failover Cluster Manager Console. If you try to &#8220;Move this shared volume to another node&#8221;, and that node is not a possible &#8230; <a href="http://folgaizer.wordpress.com/2011/06/17/add-possible-owner-to-a-clustered-shared-volume/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=folgaizer.wordpress.com&amp;blog=476465&amp;post=227&amp;subd=folgaizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Once a Shared Volumes becomes a Cluster Shared Volume you can&#8217;t modify the possible owner list from the Failover Cluster Manager Console.</p>
<p>If you try to &#8220;Move this shared volume to another node&#8221;, and that node is not a possible owner you get:</p>
<p>Operation has failed.</p>
<p>The action &#8216;Move to node &lt;nodename&gt;&#8217; did not complete</p>
<p>Error code: 0&#215;80071398. The operation failed because either the specified cluster node is not the owner of the group, or the node is not a possible owner of the group.</p>
<p>It can be changed by command line:</p>
<p>cluster . RES &#8220;Cluster Disk 1&#8243; /ADDOWNER:&lt;nodename&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/folgaizer.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/folgaizer.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/folgaizer.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/folgaizer.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/folgaizer.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/folgaizer.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/folgaizer.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/folgaizer.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/folgaizer.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/folgaizer.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/folgaizer.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/folgaizer.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/folgaizer.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/folgaizer.wordpress.com/227/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=folgaizer.wordpress.com&amp;blog=476465&amp;post=227&amp;subd=folgaizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://folgaizer.wordpress.com/2011/06/17/add-possible-owner-to-a-clustered-shared-volume/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b32782d09261adf75f1a2a9b98b5f3df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">GustavoF</media:title>
		</media:content>
	</item>
		<item>
		<title>Step by step installation of FCS 1.0 on Windows Server 2008 R2 Core</title>
		<link>http://folgaizer.wordpress.com/2010/06/26/step-by-step-installation-of-fcs-1-0-on-windows-server-2008-r2-core/</link>
		<comments>http://folgaizer.wordpress.com/2010/06/26/step-by-step-installation-of-fcs-1-0-on-windows-server-2008-r2-core/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 00:02:07 +0000</pubDate>
		<dc:creator>GustavoF</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[Core Install]]></category>
		<category><![CDATA[FCS]]></category>
		<category><![CDATA[Forefront]]></category>
		<category><![CDATA[Forefront client security]]></category>

		<guid isPermaLink="false">http://folgaizer.wordpress.com/?p=214</guid>
		<description><![CDATA[Installing FCS 1.0 standalone on R2 core is not an easy task. Here are the steps required to get FCS running and updated. 1. Get FCS media. 2. Copy Directory CLIENT\X64 3. Get the latest hotfix for FCS. Current hotfix: Update for &#8230; <a href="http://folgaizer.wordpress.com/2010/06/26/step-by-step-installation-of-fcs-1-0-on-windows-server-2008-r2-core/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=folgaizer.wordpress.com&amp;blog=476465&amp;post=214&amp;subd=folgaizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Installing FCS 1.0 standalone on R2 core is not an easy task.</p>
<p>Here are the steps required to get FCS running and updated.</p>
<p>1. Get FCS media.</p>
<p>2. Copy Directory CLIENT\X64</p>
<p>3. Get the latest hotfix for FCS. Current hotfix: Update for Microsoft Forefront Client Security (KB979536)</p>
<p>4. Slipstream the hotfix with RTM package. That is:</p>
<p>4.1. Run </p>
<p>all-fcsam-kb979536-x64-enu_718720c77c7fc208f618974b9916d991141ad737.exe /extract</p>
<p>4.2. Copy the extracted file mp_ambits.msi to CLIENT\X64</p>
<p>5. Install FCS in standalone mode:</p>
<p>5.1. ClientSetup.exe /NOMOM</p>
<p>5.2. Wait for completion</p>
<p>6. Enable Automatic Updates with sconfig.</p>
<p>7. Opt-in to Microsoft Update&#8230; that&#8217;s the tricky part..</p>
<p>7.1. Create opt-in.vbs.</p>
<p>Set ServiceManager = CreateObject(&#8220;Microsoft.Update.ServiceManager&#8221;)<br />
ServiceManager.ClientApplicationID = &#8220;My App&#8221;</p>
<p>&#8216;add the Microsoft Update Service, GUID<br />
Set NewUpdateService = ServiceManager.AddService2(&#8220;7971f918-a847-4430-9279-4a52d1efe18d&#8221;,7,&#8221;")</p>
<p>5.2. Run cscript.vbs opt-in.vbs</p>
<p>6. Get the first updates with sconfig:<br />
Search for for (A)ll updates or (R)ecommended updates only? a</p>
<p>Searching for all applicable updates&#8230;</p>
<p>List of applicable items on the machine:</p>
<p>1&gt; Microsoft Silverlight (KB982926)<br />
2&gt; Definition Update for Microsoft Forefront Client Security &#8211; KB977939 (Definit<br />
ion 1.85.837.0)</p>
<p>Select an option:<br />
(A)ll updates, (N)o updates or (S)elect a single update?</p>
<p>7. Reboot.</p>
<p>8. Wait for the next definitions update.</p>
<p>References:</p>
<p>Opt-in to Microsoft Update via script: <a href="http://msdn.microsoft.com/en-us/library/aa826676(VS.85).aspx">http://msdn.microsoft.com/en-us/library/aa826676(VS.85).aspx</a></p>
<p>Slipstream FCS: <a href="http://www.itgeek.co.nz/post/Patch-or-slipstream-Microsoft-Forefront-Client-Security.aspx">http://www.itgeek.co.nz/post/Patch-or-slipstream-Microsoft-Forefront-Client-Security.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/folgaizer.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/folgaizer.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/folgaizer.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/folgaizer.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/folgaizer.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/folgaizer.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/folgaizer.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/folgaizer.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/folgaizer.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/folgaizer.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/folgaizer.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/folgaizer.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/folgaizer.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/folgaizer.wordpress.com/214/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=folgaizer.wordpress.com&amp;blog=476465&amp;post=214&amp;subd=folgaizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://folgaizer.wordpress.com/2010/06/26/step-by-step-installation-of-fcs-1-0-on-windows-server-2008-r2-core/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b32782d09261adf75f1a2a9b98b5f3df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">GustavoF</media:title>
		</media:content>
	</item>
		<item>
		<title>Forefront Client Security not downloading updates in Windows Server 2008 R2 Core Install</title>
		<link>http://folgaizer.wordpress.com/2010/06/25/forefront-client-security-not-downloading-updates-in-windows-server-2008-r2-core-install/</link>
		<comments>http://folgaizer.wordpress.com/2010/06/25/forefront-client-security-not-downloading-updates-in-windows-server-2008-r2-core-install/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 20:28:19 +0000</pubDate>
		<dc:creator>GustavoF</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://folgaizer.wordpress.com/?p=211</guid>
		<description><![CDATA[After installing all updates available for FCS, the product is unable to download definition updates. No solution so far. This is the WindowsUpdate.log file where it&#8217;s shown that 0 updates are available  for FCS: 2010-06-25 17:19:37:635 1860 3ac Misc ===========  Logging initialized (build: 7.3.7600.16385, tz: &#8230; <a href="http://folgaizer.wordpress.com/2010/06/25/forefront-client-security-not-downloading-updates-in-windows-server-2008-r2-core-install/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=folgaizer.wordpress.com&amp;blog=476465&amp;post=211&amp;subd=folgaizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After installing all updates available for FCS, the product is unable to download definition updates. No solution so far.</p>
<p>This is the WindowsUpdate.log file where it&#8217;s shown that 0 updates are available  for FCS:</p>
<p>2010-06-25 17:19:37:635 1860 3ac Misc ===========  Logging initialized (build: 7.3.7600.16385, tz: -0300)  ===========<br />
2010-06-25 17:19:37:635 1860 3ac Misc   = Process: C:\Program Files\Microsoft Forefront\Client Security\Client\Antimalware\MSASCui.exe<br />
2010-06-25 17:19:37:635 1860 3ac Misc   = Module: C:\Windows\system32\wuapi.dll<br />
2010-06-25 17:19:37:635 1860 3ac COMAPI &#8212;&#8212;&#8212;&#8212;-<br />
2010-06-25 17:19:37:635 1860 3ac COMAPI &#8211; START &#8211;  COMAPI: Search [ClientId = Microsoft Forefront Client Security]<br />
2010-06-25 17:19:37:635 1860 3ac COMAPI &#8212;&#8212;&#8212;<br />
2010-06-25 17:19:37:932  800 4d4 Misc ===========  Logging initialized (build: 7.3.7600.16385, tz: -0300)  ===========<br />
2010-06-25 17:19:37:932  800 4d4 Misc   = Process: C:\Windows\system32\svchost.exe<br />
2010-06-25 17:19:37:932  800 4d4 Misc   = Module: c:\windows\system32\wuaueng.dll<br />
2010-06-25 17:19:37:932  800 4d4 Service *************<br />
2010-06-25 17:19:37:932  800 4d4 Service ** START **  Service: Service startup<br />
2010-06-25 17:19:37:932  800 4d4 Service *********<br />
2010-06-25 17:19:37:979  800 4d4 Agent   * WU client version 7.3.7600.16385<br />
2010-06-25 17:19:37:979  800 4d4 Agent   * Base directory: C:\Windows\SoftwareDistribution<br />
2010-06-25 17:19:37:979  800 4d4 Agent   * Access type: No proxy<br />
2010-06-25 17:19:37:979  800 4d4 Agent   * Network state: Connected<br />
2010-06-25 17:19:38:495  800 508 Report CWERReporter::Init succeeded<br />
2010-06-25 17:19:38:495  800 508 Agent ***********  Agent: Initializing Windows Update Agent  ***********<br />
2010-06-25 17:19:38:526  800 508 Agent ***********  Agent: Initializing global settings cache  ***********<br />
2010-06-25 17:19:38:573  800 508 Agent   * WSUS server: &lt;NULL&gt;<br />
2010-06-25 17:19:38:573  800 508 Agent   * WSUS status server: &lt;NULL&gt;<br />
2010-06-25 17:19:38:573  800 508 Agent   * Target group: (Unassigned Computers)<br />
2010-06-25 17:19:38:573  800 508 Agent   * Windows Update access disabled: No<br />
2010-06-25 17:19:38:589  800 508 DnldMgr Download manager restoring 0 downloads<br />
2010-06-25 17:19:38:604  800 508 Agent Attempt 0 to obtain post-reboot results.<br />
2010-06-25 17:19:39:010  800 508 Handler Post-reboot status for package Package_for_KB975467~31bf3856ad364e35~amd64~~6.1.1.0: 0&#215;00000000.<br />
2010-06-25 17:19:40:010  800 4d4 Report ***********  Report: Initializing static reporting data  ***********<br />
2010-06-25 17:19:40:010  800 4d4 Report   * OS Version = 6.1.7600.0.0.196880<br />
2010-06-25 17:19:40:010  800 4d4 Report   * OS Product Type = 0x0000000D<br />
2010-06-25 17:19:40:135  800 4d4 Report   * Computer Brand = VMware, Inc.<br />
2010-06-25 17:19:40:135  800 4d4 Report   * Computer Model = VMware Virtual Platform<br />
2010-06-25 17:19:40:135  800 4d4 Report   * Bios Revision = 6.00<br />
2010-06-25 17:19:40:135  800 4d4 Report   * Bios Name = PhoenixBIOS 4.0 Release 6.0    <br />
2010-06-25 17:19:40:135  800 4d4 Report   * Bios Release Date = 2009-09-22T00:00:00<br />
2010-06-25 17:19:40:135  800 4d4 Report   * Locale ID = 14346<br />
2010-06-25 17:19:40:432  800 62c Agent *************<br />
2010-06-25 17:19:40:432  800 62c Agent ** START **  Agent: Finding updates [CallerId = Microsoft Forefront Client Security]<br />
2010-06-25 17:19:40:432  800 62c Agent *********<br />
2010-06-25 17:19:40:432  800 62c Agent   * Online = Yes; Ignore download priority = No<br />
2010-06-25 17:19:40:432  800 62c Agent   * Criteria = &#8220;(IsInstalled = 0 and IsHidden = 0 and CategoryIDs contains &#8216;e0789628-ce08-4437-be74-2495b842f43b&#8217; and CategoryIDs contains &#8217;0a487050-8b0f-4f81-b401-be4ceacd61cd&#8217;) or (IsInstalled = 0 and IsHidden = 0 and CategoryIDs contains &#8216;e0789628-ce08-4437-be74-2495b842f43b&#8217; and CategoryIDs contains &#8217;8c3fcc84-7410-4a95-8b89-a166a0190486&#8242;)&#8221;<br />
2010-06-25 17:19:40:432  800 62c Agent   * ServiceID = {00000000-0000-0000-0000-000000000000} Third party service<br />
2010-06-25 17:19:40:432  800 62c Agent   * Search Scope = {Machine}<br />
2010-06-25 17:19:40:432 1860 3ac COMAPI &lt;&lt;&#8211; SUBMITTED &#8212; COMAPI: Search [ClientId = Microsoft Forefront Client Security]<br />
2010-06-25 17:19:40:573  800 62c Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\muv4wuredir.cab:<br />
2010-06-25 17:19:40:604  800 62c Misc  Microsoft signed: Yes<br />
2010-06-25 17:19:44:292  800 62c Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\muv4wuredir.cab:<br />
2010-06-25 17:19:44:292  800 62c Misc  Microsoft signed: Yes<br />
2010-06-25 17:19:44:292  800 62c PT +++++++++++  PT: Starting category scan  +++++++++++<br />
2010-06-25 17:19:44:292  800 62c PT   + ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}, Server URL = <a href="https://www.update.microsoft.com/v6/ClientWebService/client.asmx">https://www.update.microsoft.com/v6/ClientWebService/client.asmx</a><br />
2010-06-25 17:19:48:776  800 62c Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\muv4wuredir.cab:<br />
2010-06-25 17:19:48:792  800 62c Misc  Microsoft signed: Yes<br />
2010-06-25 17:19:49:198  800 62c Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\muv4wuredir.cab:<br />
2010-06-25 17:19:49:198  800 62c Misc  Microsoft signed: Yes<br />
2010-06-25 17:19:49:198  800 62c PT +++++++++++  PT: Synchronizing server updates  +++++++++++<br />
2010-06-25 17:19:49:198  800 62c PT   + ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}, Server URL = <a href="https://www.update.microsoft.com/v6/ClientWebService/client.asmx">https://www.update.microsoft.com/v6/ClientWebService/client.asmx</a><br />
2010-06-25 17:19:51:542  800 62c Agent   * Found 0 updates and 1 categories in search; evaluated appl. rules of 20 out of 20 deployed entities<br />
2010-06-25 17:19:51:542  800 62c Agent *********<br />
2010-06-25 17:19:51:542  800 62c Agent **  END  **  Agent: Finding updates [CallerId = Microsoft Forefront Client Security]<br />
2010-06-25 17:19:51:542  800 62c Agent *************<br />
2010-06-25 17:19:51:542  800 62c Report REPORT EVENT: {0FCAEAEE-C28E-4E77-9FFE-E807B7933732} 2010-06-25 17:19:40:339-0300 1 183 101 {99DCE205-CE79-4832-B451-5C53B9884226} 101 0  Success Content Install Installation Successful: Windows successfully installed the following update: Security Update for Windows Server 2008 R2 x64 Edition (KB975467)<br />
2010-06-25 17:19:51:557 1860 3b4 COMAPI &gt;&gt;&#8211;  RESUMED  &#8212; COMAPI: Search [ClientId = Microsoft Forefront Client Security]<br />
2010-06-25 17:19:51:557 1860 3b4 COMAPI   &#8211; Updates found = 0<br />
2010-06-25 17:19:51:557 1860 3b4 COMAPI &#8212;&#8212;&#8212;<br />
2010-06-25 17:19:51:557 1860 3b4 COMAPI &#8211;  END  &#8211;  COMAPI: Search [ClientId = Microsoft Forefront Client Security]<br />
2010-06-25 17:19:51:557 1860 3b4 COMAPI &#8212;&#8212;&#8212;&#8212;-<br />
2010-06-25 17:19:51:651  800 62c Report CWERReporter finishing event handling. (00000000)<br />
2010-06-25 17:19:56:542  800 62c Report REPORT EVENT: {505DA39E-7E75-4A61-881C-F541FE3D3789} 2010-06-25 17:19:51:542-0300 1 147 101 {00000000-0000-0000-0000-000000000000} 0 0 Microsoft Forefront Client Secu Success Software Synchronization Windows Update Client successfully detected 0 updates.<br />
2010-06-25 17:19:56:542  800 62c Report CWERReporter finishing event handling. (00000000)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/folgaizer.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/folgaizer.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/folgaizer.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/folgaizer.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/folgaizer.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/folgaizer.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/folgaizer.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/folgaizer.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/folgaizer.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/folgaizer.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/folgaizer.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/folgaizer.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/folgaizer.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/folgaizer.wordpress.com/211/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=folgaizer.wordpress.com&amp;blog=476465&amp;post=211&amp;subd=folgaizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://folgaizer.wordpress.com/2010/06/25/forefront-client-security-not-downloading-updates-in-windows-server-2008-r2-core-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b32782d09261adf75f1a2a9b98b5f3df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">GustavoF</media:title>
		</media:content>
	</item>
		<item>
		<title>Access denied connecting to DNS role on Windows Server 2008 R2 core</title>
		<link>http://folgaizer.wordpress.com/2010/05/17/access-denied-connecting-to-dns-role-on-windows-server-2008-r2-core/</link>
		<comments>http://folgaizer.wordpress.com/2010/05/17/access-denied-connecting-to-dns-role-on-windows-server-2008-r2-core/#comments</comments>
		<pubDate>Mon, 17 May 2010 02:38:30 +0000</pubDate>
		<dc:creator>GustavoF</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://folgaizer.wordpress.com/?p=205</guid>
		<description><![CDATA[You get access denied when connecting to DNS role running on Windows Server R2 core install, from DNS manager in R2 or Windows 7. This happens in the following scenario: w2k8 core is configured in a workgroup, not joined to &#8230; <a href="http://folgaizer.wordpress.com/2010/05/17/access-denied-connecting-to-dns-role-on-windows-server-2008-r2-core/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=folgaizer.wordpress.com&amp;blog=476465&amp;post=205&amp;subd=folgaizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You get access denied when connecting to DNS role running on Windows Server R2 core install, from DNS manager in R2 or Windows 7.</p>
<p>This happens in the following scenario:</p>
<ul>
<li>w2k8 core is configured in a workgroup, not joined to a domain.</li>
<li>From w2k8 r2 or Windows 7 you run cmdkey /add:&lt;ip-core-install&gt; /user:administrator /pass and other remote administration task run without problems, p.e. Event Viewer access.</li>
<li>You have installed DNS-Role after enabled Remote Management</li>
</ul>
<p>To fix this issue install &amp; configure Windows 2008 R2 core in the following order:</p>
<p>0. Install Windows 2008 R2 core</p>
<p>1. Rename server (sconfig)</p>
<p>2. Install DNS-Role</p>
<p>2.1. Run Dism /online /enable-feature /featurename:DNS-Server-Core-Role</p>
<p>2.2. Reboot if needed</p>
<p>3. Run sconfig and enable Remote administration</p>
<p>3.1.  Select 4 (Configure remote management)</p>
<p>3.1.1. Select 1 (Allow MMC Remote Management)</p>
<p>3.1.2. Select 2 (Allow Windows PowerShell)</p>
<p>3.2. Restart</p>
<p>3.3. Run sconfig, option 4, option 3 (Allow Server Manager Remote Management)</p>
<p>4. Use cmdkey &amp; DNS Manager from a remote machine.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/folgaizer.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/folgaizer.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/folgaizer.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/folgaizer.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/folgaizer.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/folgaizer.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/folgaizer.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/folgaizer.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/folgaizer.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/folgaizer.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/folgaizer.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/folgaizer.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/folgaizer.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/folgaizer.wordpress.com/205/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=folgaizer.wordpress.com&amp;blog=476465&amp;post=205&amp;subd=folgaizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://folgaizer.wordpress.com/2010/05/17/access-denied-connecting-to-dns-role-on-windows-server-2008-r2-core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b32782d09261adf75f1a2a9b98b5f3df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">GustavoF</media:title>
		</media:content>
	</item>
		<item>
		<title>Error running tomcat on RHCS</title>
		<link>http://folgaizer.wordpress.com/2009/09/23/error-running-tomcat-on-rhcs/</link>
		<comments>http://folgaizer.wordpress.com/2009/09/23/error-running-tomcat-on-rhcs/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 19:16:29 +0000</pubDate>
		<dc:creator>GustavoF</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://folgaizer.wordpress.com/?p=203</guid>
		<description><![CDATA[Starting tomcat as a resource of Red Hat Cluster Suite you get ==&#62; /var/log/tomcat5/catalina.out &#60;== sudo: sorry, you must have a tty to run sudo Solution: Comment out the following line on /etc/sudores (using visudo) #Defaults    requiretty Then activate &#8230; <a href="http://folgaizer.wordpress.com/2009/09/23/error-running-tomcat-on-rhcs/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=folgaizer.wordpress.com&amp;blog=476465&amp;post=203&amp;subd=folgaizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Starting tomcat as a resource of Red Hat Cluster Suite you get</p>
<p>==&gt; /var/log/tomcat5/catalina.out &lt;==</p>
<p>sudo: sorry, you must have a tty to run sudo</p>
<div>Solution:</div>
<div>Comment out the following line on /etc/sudores (using visudo)</div>
<div>#Defaults    requiretty</div>
<div></div>
<div>Then activate the service with:</div>
<div>clusvcadm -e &lt;tomcat-service&gt;</div>
<div></div>
<div>Additional notes:</div>
<div>Error message in syslog:</div>
<div>Sep 23 16:00:06 nodo2 clurgmgrd[3127]: &lt;notice&gt; status on tomcat-5 &#8220;tomcat5-res&#8221; returned 1 (generic error)</div>
<div></div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">==&gt; /var/log/tomcat5/catalina.out &lt;==</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">sudo: sorry, you must have a tty to run sudo</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/folgaizer.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/folgaizer.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/folgaizer.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/folgaizer.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/folgaizer.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/folgaizer.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/folgaizer.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/folgaizer.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/folgaizer.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/folgaizer.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/folgaizer.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/folgaizer.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/folgaizer.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/folgaizer.wordpress.com/203/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=folgaizer.wordpress.com&amp;blog=476465&amp;post=203&amp;subd=folgaizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://folgaizer.wordpress.com/2009/09/23/error-running-tomcat-on-rhcs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b32782d09261adf75f1a2a9b98b5f3df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">GustavoF</media:title>
		</media:content>
	</item>
		<item>
		<title>Upgrading Exchange 2010 Beta to RC1</title>
		<link>http://folgaizer.wordpress.com/2009/08/19/upgrading-exchange-2010-beta-to-rc1/</link>
		<comments>http://folgaizer.wordpress.com/2009/08/19/upgrading-exchange-2010-beta-to-rc1/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 01:36:06 +0000</pubDate>
		<dc:creator>GustavoF</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://folgaizer.wordpress.com/?p=198</guid>
		<description><![CDATA[Requirements for upgrading Exchange 2010 Beta to RC1 on Windows Server 2008: Software pre-req.: Windows Server 2008, Service Pack 2. Windows Remote Management (WinRM) 2.0 and Windows PowerShell V2 Configuration: sc config NetTcpPortSharing start= auto Upgrade Order: 1. Mailbox servers &#8230; <a href="http://folgaizer.wordpress.com/2009/08/19/upgrading-exchange-2010-beta-to-rc1/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=folgaizer.wordpress.com&amp;blog=476465&amp;post=198&amp;subd=folgaizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Requirements for upgrading Exchange 2010 Beta to RC1 on Windows Server 2008:</p>
<p>Software pre-req.:</p>
<ul>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=a4dd31d5-f907-4406-9012-a5c3199ea2b3&amp;displaylang=en" target="_blank">Windows Server 2008, Service Pack 2.</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkID=160491" target="_blank">Windows Remote Management (WinRM) 2.0 and Windows PowerShell V2</a></li>
</ul>
<p>Configuration:</p>
<pre style="background-image:initial;background-repeat:initial;background-attachment:initial;background-color:#dddddd;border-top-color:#c8cdde;border-top-style:solid;border-top-width:1px;padding-left:5px;padding-right:5px;padding-top:5px;display:block;font-family:Courier, Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#000066;white-space:pre-wrap;background-position:initial initial;margin:0 0 10px;">sc config NetTcpPortSharing start= auto</pre>
<p>Upgrade Order:</p>
<p>1. Mailbox servers</p>
<p>2. CAS &amp; Hub Servers</p>
<p>If you get this error opening Exchange Management Console:  &#8221;Initialization Failed &#8211; The following error occured when getting role assignment information for &lt;domain&gt;\administrator: The role assignment method, User, isn&#8217;t recognized. It was running the command&#8230;&#8221; , then try removing Administrator account from Exchange Organiztion Administrators Group.  Ref.: <a href="http://social.technet.microsoft.com/Forums/en-US/exchange2010/thread/375cf88d-4879-4dc9-a522-bcbf6bedc1b0">http://social.technet.microsoft.com/Forums/en-US/exchange2010/thread/375cf88d-4879-4dc9-a522-bcbf6bedc1b0</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/folgaizer.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/folgaizer.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/folgaizer.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/folgaizer.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/folgaizer.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/folgaizer.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/folgaizer.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/folgaizer.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/folgaizer.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/folgaizer.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/folgaizer.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/folgaizer.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/folgaizer.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/folgaizer.wordpress.com/198/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=folgaizer.wordpress.com&amp;blog=476465&amp;post=198&amp;subd=folgaizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://folgaizer.wordpress.com/2009/08/19/upgrading-exchange-2010-beta-to-rc1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b32782d09261adf75f1a2a9b98b5f3df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">GustavoF</media:title>
		</media:content>
	</item>
	</channel>
</rss>
