<?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>Kreslavsky IT blog &#187; Servers</title>
	<atom:link href="http://www.kreslavsky.com/tag/servers/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kreslavsky.com</link>
	<description>News, guides, and tips to antivirus programmes, scripts, and security</description>
	<lastBuildDate>Sun, 29 Jan 2012 04:57:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Rename all Domain Local Administrator Username Via Script</title>
		<link>http://www.kreslavsky.com/2009/03/rename-all-domain-local-administrator-username-via-script.html</link>
		<comments>http://www.kreslavsky.com/2009/03/rename-all-domain-local-administrator-username-via-script.html#comments</comments>
		<pubDate>Fri, 20 Mar 2009 16:48:25 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[Administrator Account]]></category>
		<category><![CDATA[Adsi]]></category>
		<category><![CDATA[Local Admin]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Winnt]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/?p=692</guid>
		<description><![CDATA[Tweet Use this PowerShell script to rename Local Administrator Account on a list of remote machines. #$erroractionpreference = &#8220;SilentlyContinue&#8221; $a = New-Object -comobject Excel.Application $a.visible = $True $b = $a.Workbooks.Add() $c = $b.Worksheets.Item(1) $c.Cells.Item(1,1) = &#8220;Machine Name&#8221; $c.Cells.Item(1,2) = &#8220;Account Renamed&#8221; $c.Cells.Item(1,3) = &#8220;Report Time Stamp&#8221; $d = $c.UsedRange $d.Interior.ColorIndex = 19 $d.Font.ColorIndex = 11 $d.Font.Bold = $True $intRow = 2 foreach ($strComputer in get-content C:MachineList.Txt) { $c.Cells.Item($intRow,1) = $strComputer.ToUpper() # Using .NET method to ping test the servers $ping = new-object System.Net.NetworkInformation.Ping $Reply = $ping.send($strComputer) if($Reply.status -eq &#8220;success&#8221;) { $admin=[adsi](&#8220;WinNT://&#8221; + $strComputer + &#8220;/administrator, user&#8221;) #This is the one line change $admin.psbase.rename(&#8220;whatever&#8221;) $pwage = $admin.passwordage If($pwage -ne $null) { $c.Cells.Item($intRow,2).Interior.ColorIndex = 4 $c.Cells.Item($intRow,2) = &#8220;Yes&#8221; } Else { $c.Cells.Item($intRow,2).Interior.ColorIndex = 3 $c.Cells.Item($intRow,2) = &#8220;No&#8221; } } Else { $c.Cells.Item($intRow,2).Interior.ColorIndex = 3 $c.Cells.Item($intRow,2) = &#8220;Not Pingable&#8221; } $c.Cells.Item($intRow,3) = Get-Date $Reply = &#8220;&#8221; $pwage = &#8220;&#8221; $intRow = $intRow + 1 } $d.EntireColumn.AutoFit() cls Source:http://myitforum.com/cs2/blogs/yli628/]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2009%2F03%2Frename-all-domain-local-administrator-username-via-script.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2009/03/rename-all-domain-local-administrator-username-via-script.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2009/03/rename-all-domain-local-administrator-username-via-script.html"  data-text="Rename all Domain Local Administrator Username Via Script" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2009/03/rename-all-domain-local-administrator-username-via-script.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2009/03/rename-all-domain-local-administrator-username-via-script.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Use this PowerShell script to rename Local Administrator Account on a list of remote machines.</p>
<table style="width: 400px;" border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td width="400" valign="top">#$erroractionpreference = &#8220;SilentlyContinue&#8221;<br />
$a = New-Object -comobject Excel.Application<br />
$a.visible = $True<br />
$b = $a.Workbooks.Add()<br />
$c = $b.Worksheets.Item(1)<br />
$c.Cells.Item(1,1) = &#8220;Machine Name&#8221;<br />
$c.Cells.Item(1,2) = &#8220;Account Renamed&#8221;<br />
$c.Cells.Item(1,3) = &#8220;Report Time Stamp&#8221;<br />
$d = $c.UsedRange<br />
$d.Interior.ColorIndex = 19<br />
$d.Font.ColorIndex = 11<br />
$d.Font.Bold = $True<br />
$intRow = 2<br />
foreach ($strComputer in get-content C:MachineList.Txt)<br />
{<br />
$c.Cells.Item($intRow,1) = $strComputer.ToUpper()<br />
# Using .NET method to ping test the servers<br />
$ping = new-object System.Net.NetworkInformation.Ping<br />
$Reply = $ping.send($strComputer)<br />
if($Reply.status -eq &#8220;success&#8221;)<br />
{<br />
$admin=[adsi](&#8220;WinNT://&#8221; + $strComputer + &#8220;/administrator, user&#8221;)<br />
#This is the one line change<br />
$admin.psbase.rename(&#8220;whatever&#8221;)<br />
$pwage = $admin.passwordage<br />
If($pwage -ne $null)<br />
{<br />
$c.Cells.Item($intRow,2).Interior.ColorIndex = 4<br />
$c.Cells.Item($intRow,2) = &#8220;Yes&#8221;<br />
}<br />
Else<br />
{<br />
$c.Cells.Item($intRow,2).Interior.ColorIndex = 3<br />
$c.Cells.Item($intRow,2) = &#8220;No&#8221;<br />
}<br />
}<br />
Else<br />
{<br />
$c.Cells.Item($intRow,2).Interior.ColorIndex = 3<br />
$c.Cells.Item($intRow,2) = &#8220;Not Pingable&#8221;<br />
}<br />
$c.Cells.Item($intRow,3) = Get-Date<br />
$Reply = &#8220;&#8221;<br />
$pwage = &#8220;&#8221;<br />
$intRow = $intRow + 1<br />
}<br />
$d.EntireColumn.AutoFit()<br />
cls</td>
</tr>
</tbody>
</table>
<p>Source:<a title="http://myitforum.com/cs2/blogs/yli628/" href="http://myitforum.com/cs2/blogs/yli628/">http://myitforum.com/cs2/blogs/yli628/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2009/03/rename-all-domain-local-administrator-username-via-script.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Unable to migrate from vmhost to vmhost2: Host CPU is incompatible with the virtual machine&#8217;s requirements at CPUID level error</title>
		<link>http://www.kreslavsky.com/2008/11/unable-to-migrate-from-vmhost-to-vmhost2-host-cpu-is-incompatible-with-the-virtual-machines-requirements-at-cpuid-level-error.html</link>
		<comments>http://www.kreslavsky.com/2008/11/unable-to-migrate-from-vmhost-to-vmhost2-host-cpu-is-incompatible-with-the-virtual-machines-requirements-at-cpuid-level-error.html#comments</comments>
		<pubDate>Thu, 06 Nov 2008 12:48:25 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[ESX Server]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Comparability]]></category>
		<category><![CDATA[Cpus]]></category>
		<category><![CDATA[Esx]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Host Cpu]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[Vm]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/?p=301</guid>
		<description><![CDATA[Tweet You may see that error when you migrate virtual machine between two ESX servers with different hardware. Please right click on VM and choose &#8220;Edit Options&#8221;, select &#8220;Options&#8221;, select &#8220;CPUID mask&#8221; and change it to &#8220;Hide the NX flag from quest&#8221;. It will give you more comparability between CPUs but will hurt performance.]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2008%2F11%2Funable-to-migrate-from-vmhost-to-vmhost2-host-cpu-is-incompatible-with-the-virtual-machines-requirements-at-cpuid-level-error.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2008/11/unable-to-migrate-from-vmhost-to-vmhost2-host-cpu-is-incompatible-with-the-virtual-machines-requirements-at-cpuid-level-error.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2008/11/unable-to-migrate-from-vmhost-to-vmhost2-host-cpu-is-incompatible-with-the-virtual-machines-requirements-at-cpuid-level-error.html"  data-text="Unable to migrate from vmhost to vmhost2: Host CPU is incompatible with the virtual machine&#8217;s requirements at CPUID level error" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2008/11/unable-to-migrate-from-vmhost-to-vmhost2-host-cpu-is-incompatible-with-the-virtual-machines-requirements-at-cpuid-level-error.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2008/11/unable-to-migrate-from-vmhost-to-vmhost2-host-cpu-is-incompatible-with-the-virtual-machines-requirements-at-cpuid-level-error.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><h3>You may see that error when you migrate virtual machine between two ESX servers with different hardware.</h3>
<p><a href="http://www.kreslavsky.com/wp-content/uploads/2008/11/esx-error11.jpg"><img class="alignnone size-full wp-image-302" title="esx-error" src="http://www.kreslavsky.com/wp-content/uploads/2008/11/esx-error11.jpg" alt="" width="500" height="350" /></a></p>
<h3 class="MsoNormal">Please right click on VM and choose &#8220;Edit Options&#8221;, select &#8220;Options&#8221;, select &#8220;CPUID mask&#8221; and change it to &#8220;Hide the NX flag from quest&#8221;.</h3>
<div id="attachment_303" class="wp-caption alignnone" style="width: 509px"><a href="http://www.kreslavsky.com/wp-content/uploads/2008/11/esx-error1-fix11.jpg"><img class="size-full wp-image-303" title="esx-error-fix" src="http://www.kreslavsky.com/wp-content/uploads/2008/11/esx-error1-fix11.jpg" alt="CPUID" width="499" height="396" /></a><p class="wp-caption-text">CPUID</p></div>
<h3>It will give you more comparability between CPUs but will hurt performance.</h3>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2008/11/unable-to-migrate-from-vmhost-to-vmhost2-host-cpu-is-incompatible-with-the-virtual-machines-requirements-at-cpuid-level-error.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Restoring Active Directory Object from backup</title>
		<link>http://www.kreslavsky.com/2008/08/restoring-active-directory-object-from-backup.html</link>
		<comments>http://www.kreslavsky.com/2008/08/restoring-active-directory-object-from-backup.html#comments</comments>
		<pubDate>Wed, 20 Aug 2008 07:44:49 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Amp Services]]></category>
		<category><![CDATA[Directory Data]]></category>
		<category><![CDATA[Directory History]]></category>
		<category><![CDATA[Directory Object]]></category>
		<category><![CDATA[Domain Controller]]></category>
		<category><![CDATA[Domain Controllers]]></category>
		<category><![CDATA[Domain Name]]></category>
		<category><![CDATA[Good Luck]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Mode Type]]></category>
		<category><![CDATA[Name Domain]]></category>
		<category><![CDATA[Operational Domain]]></category>
		<category><![CDATA[Reboot]]></category>
		<category><![CDATA[Replication System]]></category>
		<category><![CDATA[Restore Data]]></category>
		<category><![CDATA[Risk]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Sub Domain]]></category>
		<category><![CDATA[Syntax]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/?p=252</guid>
		<description><![CDATA[Tweet Due to the risk involved, The procedure must be done very carefully. It is good first to do some training on non operational domain . To restore Active Directory DB from backup: Determine exactly the object name that needs to be restored (OU name). Reboot domain controller into authoritative restore mode. Restore the system state from last backup. Open a command window Run &#8220;ntdsutil&#8221; Type &#8220;authoritative restore&#8221;, press Enter To restore a subtree, type &#8220;restore subtree&#8221; and the entire object name of the subtree to be restored. For example, to restore the sub-OU &#8220;Test ou2&#8243; located in the upper-level OU &#8220;Marketing&#8221;, use the following syntax, being careful to capitalize as necessary: Example &#8220;restore subtree OU= Test ou2,OU= Marketing,DC= your sub domain name ,DC=your domain name ,DC=com&#8221; Type &#8220;quit&#8221; to exit from authoritative restore mode Type &#8220;quit&#8221; to exit from ntdsutil Reboot into normal operating mode Replicating Restored data to other Domain Controllers So basically what we did , we loaded the appropriate subtree into the replication system. and no we need to Replicate the AD as follows: Open the AD Sites &#38; Services MMC Open a DC that is not the one that was just used to restore Active Directory Data Open NTDS Settings Right-click each of the other servers and click &#8220;Replicate Now&#8221; Good luck And remember if you have any way to avoid this procedure , please use the other way Related Blogs Related Blogs on Active Directory History of Active Directory Whitepaper: VMware and VSS: Application Backup and Recovery]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2008%2F08%2Frestoring-active-directory-object-from-backup.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2008/08/restoring-active-directory-object-from-backup.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2008/08/restoring-active-directory-object-from-backup.html"  data-text="Restoring Active Directory Object from backup" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2008/08/restoring-active-directory-object-from-backup.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2008/08/restoring-active-directory-object-from-backup.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><span style="color: #ff0000;"><strong>Due to the risk involved, The procedure must be done very carefully. It is good first to do some training on non operational domain .</strong></span></p>
<p><strong>To restore Active Directory DB from backup:</strong></p>
<ul>
<li>Determine exactly the object name that needs to be restored (OU name).</li>
<li>Reboot domain controller into authoritative restore mode.</li>
<li>Restore the system state from last backup.</li>
<li>Open a command window</li>
<li>Run &#8220;ntdsutil&#8221;</li>
<li>Type &#8220;authoritative restore&#8221;, press Enter</li>
<li>To restore a subtree, type &#8220;restore subtree&#8221; and the entire object name of the subtree to be restored. For example, to restore the sub-OU &#8220;Test ou2&#8243; located in the upper-level OU &#8220;Marketing&#8221;, use the following syntax, being careful to capitalize as necessary: Example <span style="color: #ff0000;">&#8220;restore subtree OU= Test ou2,OU= Marketing,DC= your sub domain name ,DC=your domain name ,DC=com&#8221;</span></li>
</ul>
<ul>
<li>Type &#8220;quit&#8221; to exit from authoritative restore mode</li>
<li>Type &#8220;quit&#8221; to exit from ntdsutil</li>
<li>Reboot into normal operating mode</li>
</ul>
<p><span style="color: #ff0000;"><span style="color: #000000;"><strong>Replicating Restored data to other Domain Controllers</strong></span><br />
</span></p>
<p>So basically what we did , we  loaded the appropriate subtree into the replication system.<br />
and no we need to Replicate the AD as follows:</p>
<ol>
<li>Open the AD Sites &amp; Services MMC</li>
<li>Open a DC that is not the one that was just used to restore Active Directory Data</li>
<li>Open NTDS Settings</li>
<li>Right-click each of the other servers and click &#8220;Replicate Now&#8221;</li>
</ol>
<p>Good luck</p>
<p>And remember if you have any way to avoid this procedure , please use the other way</p>
<h4>Related Blogs</h4>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <strong>Active Directory</strong></li>
<li><a href="http://www.archiving101.com/?p=133">History of <strong>Active Directory</strong></a></li>
<li><a href="http://ictfreak.wordpress.com/2008/08/12/whitepaper-vmware-and-vss-application-backup-and-recovery/">Whitepaper: VMware and VSS: Application Backup and Recovery</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2008/08/restoring-active-directory-object-from-backup.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blackberry Calendar Sync Works One Direction only</title>
		<link>http://www.kreslavsky.com/2008/08/blackberry-calendar-sync-works-one-direction-only.html</link>
		<comments>http://www.kreslavsky.com/2008/08/blackberry-calendar-sync-works-one-direction-only.html#comments</comments>
		<pubDate>Tue, 12 Aug 2008 11:04:00 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[BES Server]]></category>
		<category><![CDATA[Black Berry]]></category>
		<category><![CDATA[BlackBerry Device]]></category>
		<category><![CDATA[Administration Account]]></category>
		<category><![CDATA[Administrative Groups]]></category>
		<category><![CDATA[Black Berry Calendar]]></category>
		<category><![CDATA[Blackberry Server]]></category>
		<category><![CDATA[Click Properties]]></category>
		<category><![CDATA[Direction]]></category>
		<category><![CDATA[Enterprise Server Administration]]></category>
		<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Exchange System]]></category>
		<category><![CDATA[Folders]]></category>
		<category><![CDATA[Information Store]]></category>
		<category><![CDATA[Mailboxes]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Exchange]]></category>
		<category><![CDATA[Object Option]]></category>
		<category><![CDATA[Public Folder]]></category>
		<category><![CDATA[Security Tab]]></category>
		<category><![CDATA[Server Level]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Storage Groups]]></category>
		<category><![CDATA[Sync]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/?p=226</guid>
		<description><![CDATA[Tweet BlackBerry Enterprise Server administration account must have the following permissions (Send As, Receive As, and Administer Information store) at the server level: 1. Go to Microsoft Exchange System Manager. 2. Expand Administrative Groups. 3. Right-click on the Exchange Server(s) that will be hosting the BlackBerry users&#8217; mailboxes. 4. Click Properties. 5. Click the Security tab. 6. Click Add. 7. Select the BlackBerry Enterprise Server administration account. 8. In the Permissions window, mark with &#8220;v&#8221; Send As, Receive As, and Administer Information store permissions are granted. Grant Send As, Receive As, and Administer Information store permissions at the mailbox tore level: 1. Select the mailbox store(s) for the Exchange Server(s) that will be hosting BlackBerry users&#8217; mailboxes. 2. Click Properties. 3. Click the Security tab. 4. Select the Allow inheritable permissions from parent to propagate to the object option. 5. In the Permissions window, verify that Send As, Receive As, and Administer Information store permissions are granted. Grant Send As, Receive As, and Administer Information store permissions at the public folder store level: 1. Open the Microsoft Exchange System Manager that is installed on the server(s) where the BlackBerry users&#8217; public folder store resides. 2. Expand Administrative Groups. 3. Expand Servers and storage groups. 4. Right-click on the public folder store that will be hosting the BlackBerry users&#8217; folders. 5. Click Properties. 6. Click the Security tab. 7. Click Add. 8. Select the BlackBerry Enterprise Server administration account. 9. In the Permissions window, verify that Send As, Receive As, and Administer Information store permissions are granted.]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2008%2F08%2Fblackberry-calendar-sync-works-one-direction-only.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2008/08/blackberry-calendar-sync-works-one-direction-only.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2008/08/blackberry-calendar-sync-works-one-direction-only.html"  data-text="Blackberry Calendar Sync Works One Direction only" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2008/08/blackberry-calendar-sync-works-one-direction-only.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2008/08/blackberry-calendar-sync-works-one-direction-only.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><strong>BlackBerry Enterprise Server administration account must have the following permissions (Send As, Receive As, and Administer Information store) at the server level: </strong></p>
<p>1. Go to Microsoft Exchange System Manager.</p>
<p>2. Expand Administrative Groups.</p>
<p>3. Right-click on the Exchange Server(s) that will be hosting the BlackBerry users&#8217; mailboxes.</p>
<p>4. Click Properties.</p>
<p>5. Click the Security tab.</p>
<p>6. Click Add.</p>
<p>7. Select the BlackBerry Enterprise Server administration account.</p>
<p>8. In the Permissions window, mark with &#8220;v&#8221; Send As, Receive As, and Administer Information store permissions are granted.</p>
<p><strong>Grant Send As, Receive As, and Administer Information store permissions at the mailbox tore level: </strong></p>
<p>1. Select the mailbox store(s) for the Exchange Server(s) that will be hosting BlackBerry users&#8217; mailboxes.</p>
<p>2. Click Properties.</p>
<p>3. Click the Security tab.</p>
<p>4. Select the Allow inheritable permissions from parent to propagate to the object option.</p>
<p>5. In the Permissions window, verify that Send As, Receive As, and Administer Information store permissions are granted.</p>
<p><strong>Grant Send As, Receive As, and Administer Information store permissions at the public folder store level: </strong></p>
<p>1. Open the Microsoft Exchange System Manager that is installed on the server(s) where the BlackBerry users&#8217; public folder store resides.</p>
<p>2. Expand Administrative Groups.</p>
<p>3. Expand Servers and storage groups.</p>
<p>4. Right-click on the public folder store that will be hosting the BlackBerry users&#8217; folders.</p>
<p>5. Click Properties.</p>
<p>6. Click the Security tab.</p>
<p>7. Click Add.</p>
<p>8. Select the BlackBerry Enterprise Server administration account.</p>
<p>9. In the Permissions window, verify that Send As, Receive As, and Administer Information store permissions are granted.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2008/08/blackberry-calendar-sync-works-one-direction-only.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vmware Infrastructure Vmoution Video</title>
		<link>http://www.kreslavsky.com/2008/07/vmware-infrastructure-vmoution-video.html</link>
		<comments>http://www.kreslavsky.com/2008/07/vmware-infrastructure-vmoution-video.html#comments</comments>
		<pubDate>Tue, 29 Jul 2008 08:18:12 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[ESX Server]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Blade]]></category>
		<category><![CDATA[Blade Servers]]></category>
		<category><![CDATA[Dell Poweredge]]></category>
		<category><![CDATA[Dell Servers]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Video Demonstration]]></category>
		<category><![CDATA[Vmotion]]></category>
		<category><![CDATA[VMware Vmoution]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/?p=172</guid>
		<description><![CDATA[Tweet Demonstration of Vmotion on Dell PowerEdge Blade Servers]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2008%2F07%2Fvmware-infrastructure-vmoution-video.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2008/07/vmware-infrastructure-vmoution-video.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2008/07/vmware-infrastructure-vmoution-video.html"  data-text="Vmware Infrastructure Vmoution Video" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2008/07/vmware-infrastructure-vmoution-video.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2008/07/vmware-infrastructure-vmoution-video.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><span style="font-size: small;"><strong><span>Demonstration of <em>Vmotion</em> on Dell PowerEdge Blade Servers</span></strong></span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/E_TtHAgRy_s&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/E_TtHAgRy_s&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2008/07/vmware-infrastructure-vmoution-video.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

