Exchange Powershell Exchange and Powershell Helps, Tips, and Tricks

(Windows PowerShell Blog) How objects are sent to and from remote sessions

01.07.2010 · Posted in Powershell, Remoting

FROM: Windows PowerShell Blog

Instead of piping unstructured text, Windows PowerShell pipes objects between commands in a pipeline.  As a consequence PowerShell remoting also deals with objects when passing data to and from remote sessions.  This post explains how remote objects are serialized and which types of objects can be sent with full fidelity.  ...

Comments Off Tags: Microsoft Blog, Powershell

(You Had Me At EHLO...) On Address List Segregation with Exchange 2010…

01.07.2010 · Posted in Documentation, Exchange

FROM: You Had Me At EHLO...

We have started getting more and more questions (as well as some support cases) around Address List Segregation with Exchange 2010. Some of our customers have also assumed that the existing Exchange 2007 documentation on the subject would just apply to Exchange 2010 also and ...

(You Had Me At EHLO...) Troubleshooting MailTips

01.06.2010 · Posted in Exchange

FROM: You Had Me At EHLO...

MailTips brings together information from many sources; its value to users is taking what can be complicated on the backend and presenting it very simply.

This does mean, however, that there are a few different places to look when troubleshooting MailTips.  This post outlines some ...

(Windows PowerShell Blog) Workaround for Start-Transcript on native processes

01.04.2010 · Posted in Powershell

FROM: Windows PowerShell Blog

Introduction

Recently, we came across an interesting bug that had been around for awhile (http://connect.microsoft.com/PowerShell/feedback/ViewFeedback.aspx?FeedbackID=315875). If you do the following:

Start-Transcript
ipconfig
Stop-Transcript

If you look at the transcript, you’ll see that the output of ipconfig was not captured. ...

Comments Off Tags: Microsoft Blog, Powershell

(Windows PowerShell Blog) Bringing remote commands to your local session

12.29.2009 · Posted in Powershell, Remoting

FROM: Windows PowerShell Blog

How can you manage multiple technologies installed on separate machines that expose their management surface through cmdlets?  One approach would be to open remote desktop connection to each of those machines, another approach would be to send commands using Invoke-Command and PowerShell Remoting.  But remote desktop is not a feasible ...

Comments Off Tags: Microsoft Blog, Powershell