If you are running Windows 7, you probably know what preview pane is. And if you use PowerShell and create ps1 scripts, you may also wonder how can you enable […]
While I chose to keep this article here for archiving, Please note that this doesn’t work anymore. Twitter API has since changed and what used to work, doesn’t anymore. I […]
I was helping someone with a profile script. The script is supposed to connect to a remote Exchange 2010 server using PowerShell v2.0 when it is launched. The script had […]
UPDATED: Feb 26, 2014, updated script to accommodate Exchange 2013 Now that Update Rollup for Exchange Server 2010 is available, I have updated my previous script to check for Update […]
Even though installing pre-requisites on Windows Server 2008 R2 is simple and straight forward as described here, it makes it even faster if you were to use a script to […]
When you try to apply managed mailbox folder policy to a mailbox using set-mailbox, you would run a command like this: set-mailbox -identity mailboxA -ManagedFolderMailboxPolicy "MFPolicy"set-mailbox -identity mailboxA -ManagedFolderMailboxPolicy […]