From the category archives:

Scripts

Connect to Office 365 Using a PowerShell Function

February 16, 2012

When you sign-up for Exchange Online (or Office 365, which includes Exchange Online), an Exchange organization is created for you in Microsoft’s datacenter. One of the really cool things about Exchange Online is that besides its easy-to-use web interface, you also have the ability to manage your cloud-based organization using PowerShell. Shell-savvy administrators can run [...]

Read the full article →

Script: Save all Internet Explorer tabs as Favorites

January 6, 2012

We spend a lot of time in web browsers and if you’re like me, you probably have a gazillion tabs open – your work stuff, your social media sites, sites for e-learning, e-banking, e-commerce, a few blogs, publications and news sites, sites you’re trying to quote material or save useful tidbits from. Suddenly, the browser [...]

Read the full article →

HOW TO: Remove the Public Folder Store

May 5, 2008

This is a fairly common question — you’re trying to remove the Public Folder store on an Exchange 2007 server and get an error that some Public Folder replicas still exist. You’re certain you’ve removed all Public Folder replicas from that server. What next? Here’s a little procedure documented in How to Delete Multiple Public [...]

Read the full article →

SCRIPT: Show mailbox quotas (including Store & Policy quotas)

January 17, 2007

I had earlier posted a script that lists users’ mailbox limits/quotas [read previous post "SCRIPT: Show mailbox limits"]. That script only picks up users who have their mailbox limits set individually, bypassing the “normal” users who have their mailbox storage limits set by the Store or a System Policy. A related script that resets the [...]

Read the full article →

Exchange Server 2007: Bulk creation of mailboxes using Exchange Management Shell

November 1, 2006

Bulk creation of mailboxes (and the accompanying user accounts) in Exchange Server 2003/2000 involved some elaborate scripting effort. This task can now be done fairly effortlessly, thanks to the Exchange Management Shell (EMS). The Shell can very easily import/use CSV files saved from a spreadsheet or text editor and create the mailbox-enabled users. Here’s how. [...]

Read the full article →

HOW TO: Export all email addresses from a domain

September 23, 2005

Background: The Active Directory Users & Computers (ADUC) UI lets you list the mail column for each object, which displays the default (SMTP) email address for objects. You can export the list from ADUC to a CSV/txt file. However, any additional email addresses in the proxyAddresses attribute are not exported. There’s no GUI interface (in [...]

Read the full article →

Getting Dell Service Tag using WMI

April 15, 2005

Need to maintain an accurate inventory of servers in datacenter. Dell servers have a Service Tag that is required when calling Dell support, and it makes sense to include this in the server list. Here’s how to retrieve the Service Tag from the system BIOS. This uses WMI, and therefore works only on Windows servers. [...]

Read the full article →