Showing results for Exchange - Scripting Blog [archived]

May 28, 2009
0
0

Hey, Scripting Guy! How Can I Use the SQL Server Mini-Shell Version of Windows PowerShell?

ScriptingGuy1 ScriptingGuy1

Hey, Scripting Guy! One thing I do not understand is why the SQL Server team wrote its own version of Windows PowerShell. I thought Windows PowerShell was supposed to standardize things. But the SQL Server team has one version of Windows PowerShell, the Exchange team has another, and then of course there is the Windows PowerShell that we can ...

Scripting Guy!Windows PowerShellguest blogger
Feb 24, 2009
0
0

Hey, Scripting Guy! How Can I Create DNS Mail Exchanger (MX) Records and Have a Text File Generated to Show What Was Created?

ScriptingGuy1 ScriptingGuy1

Hey, Scripting Guy! We are adding some new Exchange Servers to our messaging infrastructure, and I want to create some new MX (Mail Exchanger) records in DNS. I do not want to to create these records manually because carpal tunnel is not my friend and manual creation tends to introduce errors. I like having a text file that shows exactly what was...

Scripting Guy!Windows PowerShellnetworking
May 10, 2005
0
0

How Can I Add an Email Address to the proxyAddresses Attribute?

ScriptingGuy1 ScriptingGuy1

Hey, Scripting Guy! How can I add an email address to the proxyAddresses attribute without overwriting all the existing attributes?-- DH Hey, DH. For those of you who aren’t too familiar with the proxyAddresses attribute (and, alas, that includes the Scripting Guys) proxyAddresses is an attribute added to Active Directory by Microsoft Exchange...

Scripting Guy!VBScriptActive Directory
Sep 24, 2004
0
0

How Can I Get a List of Exchange Servers Assigned to My Users?

ScriptingGuy1 ScriptingGuy1

Hey, Scripting Guy! How do I get a list of the Exchange servers (msExchHomeServerName) assigned to the users in an OU?-- BG Hey, BG. As you probably already figured out, you have two issues: you need to get a list of all the users in an OU, and then you need to figure out which Exchange server they’ve been assigned. Believe it or not, this is ...

Scripting Guy!VBScriptActive Directory

Feedback