<?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> &#187; tech-nol-o-gy</title>
	<atom:link href="http://willsani.com/category/see-one-do-one-and-teach-one/feed/" rel="self" type="application/rss+xml" />
	<link>http://willsani.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 16:03:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Exchange 2010 Outlook Web App allow XML attachments</title>
		<link>http://willsani.com/2010/09/05/exchange-2010-outlook-web-app-allow-xml-attachments/</link>
		<comments>http://willsani.com/2010/09/05/exchange-2010-outlook-web-app-allow-xml-attachments/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 18:31:38 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[tech-nol-o-gy]]></category>
		<category><![CDATA[mailbox policy]]></category>
		<category><![CDATA[owa]]></category>

		<guid isPermaLink="false">http://willsani.com/?p=969</guid>
		<description><![CDATA[By default Micorosft Exchange Outlook Web App policy does not allow XML attachments, running the following command will allow you to allow it: Set-OwaMailboxPolicy -Identity OwaMailboxPolicy-Default -AllowedFileTypes &#39;.rpmsg&#39;,&#39;.xlsx&#39;,&#39;.xlsm&#39;,&#39;.xlsb&#39;,&#39;.tiff&#39;,&#39;.pptx&#39;,&#39;.pptm&#39;,&#39;.ppsx&#39;,&#39;.ppsm&#39;,&#39;.docx&#39;,&#39;.docm&#39;,&#39;.zip&#39;,&#39;.xls&#39;,&#39;.wmv&#39;,&#39;.wma&#39;,&#39;.wav&#39;,&#39;.vsd&#39;,&#39;.txt&#39;,&#39;.tif&#39;,&#39;.rtf&#39;,&#39;.pub&#39;,&#39;.ppt&#39;,&#39;.png&#39;,&#39;.pdf&#39;,&#39;.one&#39;,&#39;.mp3&#39;,&#39;.jpg&#39;,&#39;.gif&#39;,&#39;.doc&#39;,&#39;.bmp&#39;,&#39;.avi&#39;,&#39;.xml&#39;]]></description>
			<content:encoded><![CDATA[<p>By default Micorosft Exchange Outlook Web App policy does not allow XML <span class="context_menu blackClass" id="ws1036" jquery1283675324239="2595" next="" on_contextmenu="wsPhraseClicked('ws1036')" originalword="attachements," style="margin: 0px;"><span class="word" id="wid13" jquery1283675324239="2615" originalword="attachments,">attachments</span></span>, running the following command will allow you to allow it:</p>
<p><code>Set-OwaMailboxPolicy -Identity OwaMailboxPolicy-Default -AllowedFileTypes &#39;.rpmsg&#39;,&#39;.xlsx&#39;,&#39;.xlsm&#39;,&#39;.xlsb&#39;,&#39;.tiff&#39;,&#39;.pptx&#39;,&#39;.pptm&#39;,&#39;.ppsx&#39;,&#39;.ppsm&#39;,&#39;.docx&#39;,&#39;.docm&#39;,&#39;.zip&#39;,&#39;.xls&#39;,&#39;.wmv&#39;,&#39;.wma&#39;,&#39;.wav&#39;,&#39;.vsd&#39;,&#39;.txt&#39;,&#39;.tif&#39;,&#39;.rtf&#39;,&#39;.pub&#39;,&#39;.ppt&#39;,&#39;.png&#39;,&#39;.pdf&#39;,&#39;.one&#39;,&#39;.mp3&#39;,&#39;.jpg&#39;,&#39;.gif&#39;,&#39;.doc&#39;,&#39;.bmp&#39;,&#39;.avi&#39;,&#39;.xml&#39;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://willsani.com/2010/09/05/exchange-2010-outlook-web-app-allow-xml-attachments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forefront Protection 2010 server script kit automated reporting</title>
		<link>http://willsani.com/2010/09/05/forefront-protection-2010-server-script-kit-automated-reporting/</link>
		<comments>http://willsani.com/2010/09/05/forefront-protection-2010-server-script-kit-automated-reporting/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 09:13:50 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[tech-nol-o-gy]]></category>
		<category><![CDATA[cron task]]></category>
		<category><![CDATA[email reports]]></category>
		<category><![CDATA[exchange 2010]]></category>
		<category><![CDATA[forefront protection 2010]]></category>
		<category><![CDATA[powershell scripting]]></category>

		<guid isPermaLink="false">http://willsani.com/?p=946</guid>
		<description><![CDATA[If you&#39;re like me, you&#39;ve undoubtedly have had the need for a reporting mechanism. I wanted to provide some metrics to my customers when they ask for it, and now we have a way of doing this! Microsoft has released ForeFront Protection 2010 Server Kit to address the ForeFront Protection multi-server management needs. With that [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#39;re like me, you&#39;ve undoubtedly have had the need for a reporting mechanism. I wanted to provide some metrics to my customers when they ask for it, and now we have a way of doing this! Microsoft has released <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=70A3FB33-A4BF-4A08-AA3C-CC05C81E4EE3&amp;amp%3Bdisplaylang=en#QuickDetails" target="_blank">ForeFront Protection 2010 Server Kit</a> to address the ForeFront Protection multi-server management needs.</p>
<p>With that in mind, I spent about 30 minutes to whip up a script to generate and email the server reports. Here is how you do it:</p>
<ol>
<li>Download the latest version of the server kit, copy the script to a directory. I use a Win2k8 R2 VM host to manage my Exchange servers with EMC and execute remote commands. That said, I copied the files there. You&#39;ll need to follow the instructions to set the execution policy to allow &quot;RemoteSigned&quot;.</li>
<li>I ran the discover command to find the servers in my domain, and then I used the DiscoverCSV switch to specify my CAS/HUB hosts:
<p><code>.\FPSSK.ps1 -Report -DiscoverCSV &#39;C:\[DIRECTORY]\FPSSK-[FILE].csv&#39; -Log &#39;C:\[DESTIONATION]&#39;</code></p>
</li>
<li>With the steps above out of the way, set up your email PowerShell script:
<pre><code>$smtpServer = &quot;[FQDN]&quot;
$msg = new-object Net.Mail.MailMessage
$smtp = new-object Net.Mail.SmtpClient($smtpServer)
$msg.From = &quot;[SENDER]&quot;
$msg.To.Add(&rdquo;[RECIPIENT]&quot;)
$msg.Subject = &quot;[SUBJECT]&quot;
# Piping the output from the summary report into the body of the message
$msg.body = (gc &quot;C:\[DESTINATION]\[SUMMARY-TEXT-FILE&quot; | out-string)
# Loop through the destination and attach only the individual server reports
foreach ($file in gci &quot;C:\[DESTINATION]\FPSSK-Report-[SERVER]*.txt&quot;){
    $att = New-Object Net.Mail.Attachment($file.fullname)
    $msg.Attachments.Add($att)
}
$smtp.Send($msg)
$att.Dispose()

</code></pre>
</li>
<li>Create a second script for your cron job commands (I named my file cron.ps1):
<p><code>powershell -command &quot;C:\[DIRECTORY]\FPSSK.ps1 -Report -DiscoverCSV C:\[DIRECTORY]\FPSSK-[FILE].csv -Log C:\[DESTINATION] | C:\[DIRECTORY]\[EMAIL SCRIPT].ps1&quot;</code><br />
			&nbsp;</p>
</li>
<li>Create a new schedule task to run a program/script, and under the actions tab point it to &quot;%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe&quot; with the following arguments: &quot;-NoLogo -File &quot;C:\[DIRECTORY]\[CRON].ps1&quot;</li>
<li>Once you have done this, be sure to test the command file command before executing your cron task.</li>
</ol>
<p>Note: FPSSK will create a report file each time you run the script so, it would be wise to add a few more switches to remove the previous report files before running your new report.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://willsani.com/2010/09/05/forefront-protection-2010-server-script-kit-automated-reporting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DPM 2010 Add firewall rule</title>
		<link>http://willsani.com/2010/08/30/dpm-2010-add-firewall-rule/</link>
		<comments>http://willsani.com/2010/08/30/dpm-2010-add-firewall-rule/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 23:52:27 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[tech-nol-o-gy]]></category>
		<category><![CDATA[dpm 2010]]></category>
		<category><![CDATA[firewall rule]]></category>

		<guid isPermaLink="false">http://willsani.com/?p=939</guid>
		<description><![CDATA[Here is a simply way of adding a Windows firewall rule to allow DPM remote agent push: netsh advfirewall firewall add rule name="Allow DPM Remote Agent Push" dir=in action=allow service=any enable=yes profile=any remoteip=[IP]]]></description>
			<content:encoded><![CDATA[<p>Here is a simply way of adding a Windows firewall rule to allow DPM remote agent push: </p>
<p><code>netsh advfirewall firewall add rule name="Allow DPM Remote Agent Push" dir=in action=allow service=any enable=yes profile=any remoteip=[IP]</code></p>
]]></content:encoded>
			<wfw:commentRss>http://willsani.com/2010/08/30/dpm-2010-add-firewall-rule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 – Import-mailbox and Export-Mailbox cmdlets fail with error code –2147221219</title>
		<link>http://willsani.com/2010/07/27/exchange-2010-%e2%80%93-import-mailbox-and-export-mailbox-cmdlets-fail-with-error-code-%e2%80%932147221219/</link>
		<comments>http://willsani.com/2010/07/27/exchange-2010-%e2%80%93-import-mailbox-and-export-mailbox-cmdlets-fail-with-error-code-%e2%80%932147221219/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 04:30:03 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[tech-nol-o-gy]]></category>
		<category><![CDATA[-2147221219]]></category>
		<category><![CDATA[adsi]]></category>
		<category><![CDATA[cas]]></category>
		<category><![CDATA[exchange 2010]]></category>
		<category><![CDATA[export-mailbox]]></category>
		<category><![CDATA[hub]]></category>
		<category><![CDATA[import-mailbox]]></category>
		<category><![CDATA[RpcClientAccessServer]]></category>

		<guid isPermaLink="false">http://willsani.com/?p=932</guid>
		<description><![CDATA[I have been attempting to figure out an issue with the mailbox-import cmdlet for the last 10 hours. Never mind the fact that nearly every single thread and blog post online points to answer (s), which aren&#39;t necessarily the end all solutions to a problem that&#39;s unique to everyone. The error, -2147221219 is generic, and [...]]]></description>
			<content:encoded><![CDATA[<p>I have been attempting to figure out an issue with the mailbox-import cmdlet for the last 10 hours. Never mind the fact that nearly every single thread and blog post online points to answer (s), which aren&#39;t necessarily the end all solutions to a problem that&#39;s unique to everyone. The error, -2147221219 is generic, and doesn&#39;t necessarily mean the same for everyone. In my case, my deployment consists of two Mailbox Role hosts, and three hosts for the CAS/HUB roles. The CAS array is balanced using an HLB.</p>
<p>After a lot of research and trial and error, I was able to pinpoint the issue. To import PST files using import-mailbox, you have to make sure that you meet the following requirements:</p>
<ul>
<li>Created a Windows 2008R2 VM</li>
<li>Install Exchange with the <span style="text-decoration: underline;">mailbox </span>role only.
<ul>
<li>Create a new database, name is IMPORT.</li>
</ul>
</li>
<li><strike>Install Microsoft Outlook 2010 x64.</strike> <span style="color: rgb(255, 0, 0);">As of SP1 you don&#39;t need Outlook!</span></li>
<li>Before you begin, make sure that you point your IMPORT database to one of the internal CAS hosts:
<ul>
<li>Set-MailboxDatabase [DATABASE] -RpcClientAccessServer [INTERNAL RPCACCESS HOST]</li>
<li>Trust but, verify: Get-MailboxDatabase [DATABASE] | fl RpcClientAccessServer</li>
</ul>
</li>
<li>Once you&#39;ve done this, create the new mailbox, and then move it to the the IMPORT database.</li>
<li>From there, you can run in your mailbox-import command, which should be successful.</li>
</ul>
<p>You should also make sure that your databases have the correct permissions. You can do this through ADSI under CN=Databases,CN=Exchange Administrative Group (ID),CN=Administrative Groups,CN=US,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=[FQDN],DC=[TLD]:</p>
<ul>
<li>Read</li>
<li>Administer information store</li>
<li>Allow impersonations to personal Exchange Information</li>
<li>Create named properties in the information store</li>
<li>Open mail send queue</li>
<li>Send as</li>
<li>Receive as</li>
<li>View information store status</li>
</ul>
<p>Simple conclusion: Make sure that your CAS array is not causing the issue&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://willsani.com/2010/07/27/exchange-2010-%e2%80%93-import-mailbox-and-export-mailbox-cmdlets-fail-with-error-code-%e2%80%932147221219/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 remove public folder/database</title>
		<link>http://willsani.com/2010/07/22/exchange-2010-remove-public-folderdatabase/</link>
		<comments>http://willsani.com/2010/07/22/exchange-2010-remove-public-folderdatabase/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 14:48:25 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[tech-nol-o-gy]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[exchange 2010]]></category>
		<category><![CDATA[ipm_subtree]]></category>
		<category><![CDATA[pf]]></category>
		<category><![CDATA[public folder]]></category>

		<guid isPermaLink="false">http://willsani.com/?p=929</guid>
		<description><![CDATA[If you have dealt with Exchange for as long as I have, then you&#8217;ll know that public folder was/is a poor replacement for better solutions. Microsoft will eventually remove this feature as it moves forward with the future versions of Exchange. That said, I decided to axe public folders from my Exchange deployment because I [...]]]></description>
			<content:encoded><![CDATA[<p>If you have dealt with Exchange for as long as I have, then you&#8217;ll know that public folder was/is a poor replacement for better solutions. Microsoft will eventually remove this feature as it moves forward with the future versions of Exchange.</p>
<p>That said, I decided to axe public folders from my Exchange deployment because I don&#8217;t want to trouble myself with a legacy features that might hinder on my operation. With that in mind, here is how you would remove a public folder/database from Exchange 2010:</p>
<ul>
<li>Start EMS</li>
<li>[PS] get-OfflineAddressBook -Server Exchange02 | remove-OfflineAddressBook</li>
<li>[PS] Get-PublicFolder “\” -Recurse -ResultSize:Unlimited | Remove-PublicFolder -Recurse -ErrorAction:SilentlyContinue</li>
<li>[PS] Get-PublicFolder “\Non_Ipm_Subtree” -Recurse -ResultSize:Unlimited | Remove-PublicFolder -Recurse -ErrorAction:SilentlyContinue</li>
</ul>
<p>You are done. Now you just have to re-create your OAB, and you are set!</p>
]]></content:encoded>
			<wfw:commentRss>http://willsani.com/2010/07/22/exchange-2010-remove-public-folderdatabase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 ECP virtual directory missing</title>
		<link>http://willsani.com/2010/07/21/exchange-2010-ecp-virtual-directory-missing/</link>
		<comments>http://willsani.com/2010/07/21/exchange-2010-ecp-virtual-directory-missing/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 17:41:42 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[tech-nol-o-gy]]></category>
		<category><![CDATA[ecp]]></category>
		<category><![CDATA[reset virtual directory]]></category>
		<category><![CDATA[virtual directory]]></category>

		<guid isPermaLink="false">http://willsani.com/?p=925</guid>
		<description><![CDATA[I was troubleshooting several issues at the same time. During the process, I had to recreate the Exchange IIS website along with the virtual directories. However, after doing so, I found out the ECP virtual directory was not created in IIS. Based on my finding, I decided to run Set-ECPVirtualDirectory command via Powershell. The only [...]]]></description>
			<content:encoded><![CDATA[<p>I was troubleshooting several issues at the same time. During the process, I had to recreate the Exchange IIS website along with the virtual directories. However, after doing so, I found out the ECP virtual directory was not created in IIS. Based on my finding, I decided to run Set-ECPVirtualDirectory command via Powershell. The only problem is that I don&#39;t run a Standalone Exchange server, I have a CAS array running in the background, and because of that, I saw the following error immediately following the command above:</p>
<p><span style="color: rgb(255, 0, 0);">Cannot process argument transformation on parameter &#39;DC&#39;. Cannot convert value &quot;</span><em><span style="color: rgb(255, 0, 0);">SERVER</span></em><span style="color: rgb(255, 0, 0);">\ecp (default Web site)&quot; to type &quot;Microsoft.Exchange.Data.Fqdn&quot;.</span></p>
<p><strike><span style="color: rgb(0, 0, 0);">The solution is rather simple:</span></strike></p>
<p><strike><span style="color: rgb(255, 0, 0);"><span style="color: rgb(0, 0, 0);">New-EcpVirtualDirectory -externalurl &quot;</span><span style="color: rgb(0, 0, 0);">https://fqdn.tld/ecp</span><span style="color: rgb(0, 0, 0);">&quot; -internalurl &quot;</span><span style="color: rgb(0, 0, 0);">https://SERVER/ecp</span><span style="color: rgb(0, 0, 0);">&quot; -</span><span style="color: rgb(0, 0, 0);">Server</span><span style="color: rgb(0, 0, 0);"> &quot;exch01.xxx.local&quot;</span></span></strike></p>
<p><strike><span style="color: rgb(255, 0, 0);"><span style="color: rgb(0, 0, 0);">Once you&#39;ve done this, be sure to close down EMC and re-open it. You should also verify by running GET-ECPVirtualDirectory.</span></span></strike></p>
<p>Upgrade to SP1 and use the reset virtual directory feature!</p>
]]></content:encoded>
			<wfw:commentRss>http://willsani.com/2010/07/21/exchange-2010-ecp-virtual-directory-missing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 changing HUB transport default policy SMTP address</title>
		<link>http://willsani.com/2010/07/08/exchange-2010-changing-hub-transport-default-policy-smtp-address/</link>
		<comments>http://willsani.com/2010/07/08/exchange-2010-changing-hub-transport-default-policy-smtp-address/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 18:13:14 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[tech-nol-o-gy]]></category>

		<guid isPermaLink="false">http://willsani.com/?p=922</guid>
		<description><![CDATA[If you want to change the default policy SMTP address (e.g. *@domain.local) via EMC you may run into an error such as this: Summary: 2 item(s). 0 succeeded, 1 failed. Elapsed time: 00:00:00 Edit Default Policy Failed Error: The operation can&#8217;t be performed on the default e-mail address policy. Exchange Management Shell command attempted: set-EmailAddressPolicy [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">If you want to change the default policy SMTP address (e.g. *@domain.local) via EMC you may run into an error such as this:</div>
<div></div>
<div id="_mcePaste">Summary: 2 item(s). 0 succeeded, 1 failed.</div>
<div id="_mcePaste">Elapsed time: 00:00:00</div>
<div id="_mcePaste">Edit Default Policy</div>
<div id="_mcePaste">Failed</div>
<div id="_mcePaste">Error:</div>
<div id="_mcePaste">The operation can&#8217;t be performed on the default e-mail address policy.</div>
<div id="_mcePaste">Exchange Management Shell command attempted:</div>
<div id="_mcePaste">set-EmailAddressPolicy -ConditionalDepartment @() -ConditionalCompany @() -ConditionalStateOrProvince @() -ConditionalCustomAttribute1 @() -ConditionalCustomAttribute2 @() -ConditionalCustomAttribute3 @() -ConditionalCustomAttribute4 @() -ConditionalCustomAttribute5 @() -ConditionalCustomAttribute6 @() -ConditionalCustomAttribute7 @() -ConditionalCustomAttribute8 @() -ConditionalCustomAttribute9 @() -ConditionalCustomAttribute10 @() -ConditionalCustomAttribute11 @() -ConditionalCustomAttribute12 @() -ConditionalCustomAttribute13 @() -ConditionalCustomAttribute14 @() -ConditionalCustomAttribute15 @() -RecipientContainer $null -EnabledEmailAddressTemplates &#8216;SMTP:@domain.local&#8217; -Name &#8216;Default Policy&#8217; -Identity &#8216;Default Policy&#8217;</div>
<div id="_mcePaste">Elapsed Time: 00:00:00</div>
<div id="_mcePaste"></div>
<div>You can easily bypass this by running the following command from Exchange PowerShell:</div>
<div id="_mcePaste">Get-EmailAddressPolicy def* | Set-EmailAddressPolicy -EnabledEmailAddressTemplates &#8216;SMTP:@NEWDOMAIN&#8217;</div>
]]></content:encoded>
			<wfw:commentRss>http://willsani.com/2010/07/08/exchange-2010-changing-hub-transport-default-policy-smtp-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 Management Console log-in failure.</title>
		<link>http://willsani.com/2010/06/30/exchange-2010-management-console-log-in-failure/</link>
		<comments>http://willsani.com/2010/06/30/exchange-2010-management-console-log-in-failure/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 15:54:41 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[tech-nol-o-gy]]></category>

		<guid isPermaLink="false">http://willsani.com/?p=914</guid>
		<description><![CDATA[I&#8217;ve been focusing on setting up Exchange 2010 with DAG that&#8217;s probably why I haven&#8217;t had the time to post on my blog lately. That said, I ran into an issues with EMC, which I thought I would write about it since, I&#8217;m sure some other folks are running into it as well. When I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been focusing on setting up Exchange 2010 with DAG that&#8217;s probably why I haven&#8217;t had the time to post on my blog lately. That said, I ran into an issues with EMC, which I thought I would write about it since, I&#8217;m sure some other folks are running into it as well.</p>
<p>When I started EMC (logged-in as Domain Admin), I would see an Access denied error. To correct the issue, I simply ran the following from Exchange Management Shell:<br />
<code ="bash">
<div id="_mcePaste">$credential = get-credential (enter admin credentials in the prompt).</div>
<div id="_mcePaste">$session = new-pssession -configurationName Microsoft.Exchange -connectionuri http://[SERVER]/powershell -credential $credential</div>
<div id="_mcePaste">import-pssession $session</div>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://willsani.com/2010/06/30/exchange-2010-management-console-log-in-failure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Behind the logo</title>
		<link>http://willsani.com/2010/05/27/behind-the-logo/</link>
		<comments>http://willsani.com/2010/05/27/behind-the-logo/#comments</comments>
		<pubDate>Fri, 28 May 2010 01:38:27 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[tech-nol-o-gy]]></category>

		<guid isPermaLink="false">http://willsani.com/?p=909</guid>
		<description><![CDATA[Given the recent events, I thought this link would be appropriate to follow.]]></description>
			<content:encoded><![CDATA[<p>Given the recent events, I thought <a href="http://www.flickr.com/photos/greenpeaceuk/sets/72157623796911855/" target="_blank">this link</a> would be appropriate to follow.</p>
]]></content:encoded>
			<wfw:commentRss>http://willsani.com/2010/05/27/behind-the-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare vSphere client on Mac</title>
		<link>http://willsani.com/2010/05/19/vmware-vsphere-client-on-mac/</link>
		<comments>http://willsani.com/2010/05/19/vmware-vsphere-client-on-mac/#comments</comments>
		<pubDate>Wed, 19 May 2010 20:56:03 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[tech-nol-o-gy]]></category>
		<category><![CDATA[coherence]]></category>
		<category><![CDATA[fusion]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vsphere client]]></category>

		<guid isPermaLink="false">http://willsani.com/?p=907</guid>
		<description><![CDATA[Kudos to Michael for providing us with a valuable document detailing an X11 hackery to get vSphere client running on Mac: http://www.punchingclouds.com/?p=856 Then again, I could use Parallels/VMWare Fusion in coherence mode and get the same results&#8230;]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: line-through;">Kudos to Michael for providing us with a valuable document detailing an X11 hackery to get vSphere client running on Mac: </span><a href="http://www.punchingclouds.com/?p=856" target="_blank"><span style="text-decoration: line-through;">http://www.punchingclouds.com/?p=856</span></a></p>
<p>Then again, I could use Parallels/VMWare Fusion in coherence mode and get the same results&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://willsani.com/2010/05/19/vmware-vsphere-client-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
