PowerShell script to report uptime

UPDATED – Fixed issues reporting boottime. 3/20/2012 I was reading Hey, Scripting Guy! article “Calculating Server Uptime” and decided to write a script that can do the same. While the […]

Comparison of Outlook 2010 and OWA features

I see many asking for comparison between Outlook 2010 and OWA with Exchange Server 2010 mailbox. While I did not have time lately with my commitments and travel, I came […]

Deep Zoom Role Posters for Exchange 2010

Many of you may already have seen the post on Microsoft Exchange Team Blog announcing the availability of Exchange 2010 Architecture poster. you may also have seen Transport Architecture Diagrams […]

Script to change Address Book Service throttling on Exchange 2010

If you are deploying BlackBerry in Exchange 2010 environment, one of the requirements is to change throttling limits on Address Book Service from default 50 to 100,000. While I reserve […]

How to convert a word document to other formats using PowerShell

I recently borrowed a Sony Reader Touch Edition from someone I know to try it out. As I started using Sony’s own library manager, I quickly got bored. I then […]

Deceiving scopes of variables in a function

I was recently troubleshooting a script when I came across a problem where a variable with defined scope was not retaining its value even though scope seemed correct. Let’s look […]