Browse by Tags

All Tags » Exchange » PowerShell (RSS)

More on Update-GAC (speeding up PowerShell startup)

Jeffrey Snover of Microsoft, PowerShell dude extraordinaire, recently reminded us of a way to Speed Up PowerShell Startup times, based on an article of over a year ago titled Update-Gac.ps1 . And yes, this does help to speed up the Exchange Management...
Posted by michael | 2 comment(s)
Filed under: , ,

Creating Many Users with PowerShell and Admod

One of the mailing lists I read and occaisionally post on is named ActiveDir. A lot of heavy-hitters in the AD world hang-out around there. I've learned quite a bit by lurking there. A recent poster had wanted to create a few thousand accounts for...

Configuring Virtual Organizations and Address List Segregation in Exchange 2007

I first got really interested in Exchange Server when I started working on hosting the product for multiple companies (while using only a single server environment). In fact, I started this blog to talk mainly about hosted Exchange. My interests have...
Posted by michael | with no comments

Multivalued Parameters in PowerShell (RemoteIPRanges in Set-ReceiveConnector)

A number of parameters for EMS (the Exchange Management Shell - which is just PowerShell v1 plus the Exchange snap-ins) require the specification of a multivalued property. A multivalued property is just what it sounds like - a property that has multiple...
Posted by michael | with no comments
Filed under: , ,

32-bit or 64-bit - What Is My Processor?

Almost everything you can buy in the server market these days is 64-bit capable - whether AMD or Intel. Almost. Much of what you buy in the desktop market is 64-bit capable - whether AMD or Intel. Much. Why do you care? Exchange Server 2007 is only supported...
Posted by michael | with no comments