1

Exchange Scripting Agent – The Power Of Script

Exchange Scripting Agent Integration

Exchange 2010 introduced a very interesting feature – the Scripting Agent.  The intent for this component is to provide extensibility to the base management tools and ensure consistency for the execution of cmdlets in the environment.  The feature is not enabled by default and you must manually enable it if you want to leverage the Scripting Agent.

If you are looking for a way to  set default optio… Read the rest “Exchange Scripting Agent – The Power Of Script”

0

Exchange 2013 Tip Of The Day – 76 To 93

The other Exchange 2013 tips of the day posts can be found here:

Exchange 2013 Tip Of The Day – 1   To 25

Exchange 2013 Tip Of The Day – 26 To 50

Exchange 2013 Tip Of The Day – 51 To 75

To obtain the listing below, the following command was used:

$Int = 76;While ($Int -le 100){Get-Tip $Int;  Write-Host; $Int+=1}

 

Tip of the day #76:

To get a list of all parameters available for a cmdlet, type:

(Get-… Read the rest “Exchange 2013 Tip Of The Day – 76 To 93”

0

Exchange 2013 Tip Of The Day – 51 To 75

The other Exchange 2013 tips of the day posts can be found here:

Exchange 2013 Tip Of The Day – 1   To 25

Exchange 2013 Tip Of The Day – 26 To 50

Exchange 2013 Tip of The Day – 76 To 93

 

To obtain the listing below, the following command was used:

$Int = 51;While ($Int -le 75){Get-Tip $Int;  Write-Host; $Int+=1}

 

 

Tip of the day #51:

Want to know what permissions an Active D… Read the rest “Exchange 2013 Tip Of The Day – 51 To 75”

0

Exchange 2013 Tip Of The Day – 26 To 50

The other Exchange 2013 tips of the day posts can be found here:

Exchange 2013 Tip Of The Day – 1   To 25

Exchange 2013 Tip Of The Day – 51 To 75

Exchange 2013 Tip of The Day – 76 To 93

To obtain the listing below, the following command was used:

$Int = 26;While ($Int -le 50){Get-Tip $Int;  Write-Host; $Int+=1}

 

Tip of the day #26:

Forget a property name? Not a problem because you can use wildcard charact… Read the rest “Exchange 2013 Tip Of The Day – 26 To 50”

0

Exchange 2013 Tip Of The Day – 1 To 25

The Exchange Management Shell helps us discover the amazing capabilities of PowerShell.  One way it does this is by displaying a tip of the day so that we are introduced to concepts and topics that inevitably will come in handy one day!

The other Exchange 2013 tips of the day posts can be found here:

Exchange 2013 Tip Of The Day – 26 To 50

Exchange 2013 Tip Of The Day – 51 To 75

Exchange 2013 Tip of TRead the rest “Exchange 2013 Tip Of The Day – 1 To 25”

3

Exchange PowerShell Filtering Examples

When writing Exchange PowerShell scripts it is very useful to target specific machines to either query or set their properties.  Thus the ability to generate a query that effectively targets the correct machines is a very good thing to have!

The reason I'm posting this is that I see a lot of people manually specify a list of servers, and then iterate through the list which typically looks like this:… Read the rest “Exchange PowerShell Filtering Examples”

0

Exchange 2010 Tip Of The Day – 76 To 101

For the final gripping chapter, here are tips #76 to 101 for your PowerShell pleasure!

For the related articles in this series please see:

Tips 1 – 25

Tips 26 - 50

Tips 51 – 75

Tip of the day #76:

Exchange 2010 uses management role groups and management role assignment policies to manage permissions.
Role groups enable you to grant permissions to groups of administrators and specialist end users. These a… Read the rest “Exchange 2010 Tip Of The Day – 76 To 101”

0

Exchange 2010 Tip Of The Day – 51 To 75

Here are the Exchange 2010 tips of the day from number 51 to 75.

For the related articles in this series please see:

Tips 1 - 25

Tips 26 – 50

Tips 76 - 101

Tip of the day #51:

Want to determine whether a server is running Exchange Server 2010 Standard Edition or Exchange Server 2010 Enterprise Edition? Type:

Get-ExchangeServer <Server Name> | Format-Table Name, Edition

If you want to view which edit… Read the rest “Exchange 2010 Tip Of The Day – 51 To 75”

0

Exchange 2010 Tip Of The Day – 26 To 50

Leading on where the previous post left off, here are the Exchange 2010 tips of the day from number 26 to 50.

For the related articles in this series please see:

Tips 1 – 25

Tips 51 – 75

Tips 76 - 101

Tip of the day #26:

Forget a property name? Not a problem because you can use wildcard characters to retrieve all properties that match the part of the name that you specify:

Get-Mailbox | Format-Table Name… Read the rest “Exchange 2010 Tip Of The Day – 26 To 50”

0

Exchange 2010 Tip Of The Day – 1 To 25

The Exchange Management Shell helps us discover the amazing capabilities of PowerShell.  One way it does this is by displaying a tip of the day so that we are introduced to concepts and topics that inevitably will come in handy one day!

Since I had not see a complete list of the Exchange 2010 ones, I thought I’d jot them down.  Exchange 2007 Tips are listed on TechNet.

Scroll down to the bottom for … Read the rest “Exchange 2010 Tip Of The Day – 1 To 25”