Exchange Powershell Exchange and Powershell Helps, Tips, and Tricks

(You Had Me At EHLO...) Learn about the Exchange 2010 Developer Story Today!

11.05.2009 · Posted in Exchange

FROM: You Had Me At EHLO...

We've just finished our 6 part series of webcasts on six key topics that developers need to know about as they start planning for moving their applications to Exchange 2010.  Those webcasts are now available as on-demand webcasts below, check them out today!  If you'd like a bit ...

(You Had Me At EHLO...) Supporting Exchange 2007 on Windows Server 2008 R2

11.04.2009 · Posted in Exchange

FROM: You Had Me At EHLO...

We always talk about listening to customers and sometimes this is written off by many as 'marketing speak'.  In fact, we do take feedback seriously and no input is more important to our engineering processes than your voice.

Earlier this year we made a decision in one direction, ...

(Windows PowerShell Blog) Workaround for Add-Member on plain .Net objects

11.03.2009 · Posted in Powershell

FROM: Windows PowerShell Blog

Introduction

While I was fixing bugs, I came across an interesting bug (https://connect.microsoft.com/PowerShell/feedback/ViewFeedback.aspx?FeedbackID=382818) that seemed to have a very simple fix upon first glance. However, after doing some more research, I found out that it was actually very tricky to fix the root cause. If you do the ...

Comments Off Tags: Microsoft Blog, Powershell

(You Had Me At EHLO...) Programmatic Access via Remote PowerShell in Exchange Server 2010

11.02.2009 · Posted in Exchange

FROM: You Had Me At EHLO...

The management experience given by Exchange 2010 through PowerShell has been moved all the way from Local to Remote. This will mean that enterprise Admins will have to adjust their regular scripts to connect to Remote PowerShell instead of creating a local session.

Here are ...

(Windows PowerShell Blog) Sending Automated emails with Send-MailMessage, ConvertTo-HTML, and the PowerShellPack’s TaskScheduler module

10.30.2009 · Posted in PowerShell V2, PowerShellPack, Powershell

FROM: Windows PowerShell Blog

On October 15th I released a large collection of scripts called the PowerShellPack.  The PowerShellPack has tons of PowerShell V2 scripts that can be used to do all sorts of fun and practical things.  Today, we’ll show how to use a module in the PowerShell Pack to schedule sending ...

Comments Off Tags: Microsoft Blog, Powershell