PowerShell Quickie: Disable an Exchange Mailbox

Posted on March 18, 2008 
Filed Under Exchange Server, PowerShell, Tutorials & How-To's | Leave a Comment

powershell_logo.jpg
Though this may very well be the shortest PowerShell Quickie that I could ever post, it might also be one of the most useful. Exchange administrators often have the need to disable a user’s mailbox for one reason or another, but having to use the GUI tools isn’t always the best use of time. Need to disable a user’s mailbox quickly from the command line? One very short line will do it:

Disable-Mailbox <mailboxID>

Stuck in the Blizzard of ’08

Posted on March 8, 2008 
Filed Under News & Updates | Leave a Comment

columbus_snow.jpgWell, it was bound to happen. For the past couple of years, I have been one of the lucky ones that has been able to avoid airport weather delays, but not this time. The Blizzard of 2008 has me stuck in Columbus, Ohio for a minimum of two more days, and that is if there is an airline that can get me out by then.

Needless to say, the airport is closed, as is everything else within miles. So far, in Columbus alone, there have been almost 800 flight cancellations, so with thousands of stranded passengers, all I can do is wait. The snow is supposed to stop late this evening, so maybe things can start getting back to normal. Thanks Mother Nature…. I owe you one.

PowerShell Quickie: Disable ActiveSync for All Mailboxes

Posted on March 6, 2008 
Filed Under Exchange Server, PowerShell, Tutorials & How-To's | Leave a Comment

powershell_logo.jpg
By default, the ActiveSync protocol is enabled for all users in an Exchange organization, whether or not they even have a mobile device. As a security precaution, you may want to disable the protocol for all mailboxes, and enable it only for select users. The following PowerShell Quickie will disable ActiveSync for all existing mailboxes:

get-Mailbox | set-CASMailbox -ActiveSyncEnabled:$False

Don’t forget to go back and enable ActiveSync for any user that needs it!

New Feature: PowerShell Quickies

Posted on March 6, 2008 
Filed Under News & Updates, PowerShell | Leave a Comment

powershell_logo.jpg
With the introduction of Windows Server 2008, more and more administrators are being introduced to the Windows PowerShell; Microsoft’s new command line shell and task-based scripting technology. Since the command line is sometimes a foreign concept to many Windows administrators, I would like to introduce a new series of “PowerShell Quickies.”

Every few days, I’m going to attempt to demonstrate a script or one-liner for a commonly performed task. I have quite a few already lined up for Windows Server, Active Directory, and Exchange and will post new ones as often as possible. Anybody have any special requests?

iPhones in the Enterprise? Coming Soon…

Posted on March 6, 2008 
Filed Under Apple, Mobility, News & Updates, Raves | Leave a Comment

iphone_handIn a town-hall style meeting today, Apple announced their intentions of releasing version 2.0 of the firmware for the iPhone in June. This new firmware release would feature support for Microsoft Exchange’s ActiveSync protocol and several industry-standard corporate security standards. ActiveSync support will include not only ‘Push’ email for immediate delivery, but will also feature contact and calendar synchronization for Exchange users. iPhone 2.0 also offers certificates and identities, WPA2/802.1x support, enforced security policies, more VPN protocols, device configuration, and ‘remote wipe’ functionality to delete data on lost or stolen iPhones.

Since its release in June of 2007, the iPhone has been widely criticized for its lack of support of enterprise features. This announcement, though it comes as no surprise to many people, should now allow the iPhone to effectively compete against Blackberry and Windows Mobile devices in corporate settings. Like many others, I can’t wait to get my hands on iPhone 2.0!

Upcoming SharePoint Webinar

Posted on March 5, 2008 
Filed Under News & Updates, Sharepoint Server | Leave a Comment

microphone.gif
The most common questions that I receive about SharePoint are concerning the differences between Windows SharePoint Services 3.0 and Microsoft Office SharePoint Server 2007. Although they are companion products from Microsoft, the differences in their functionality appeal to different audiences.

On Thursday, March 20, 2008 at 12:00 p.m. EST., I will attempt to clarify the topic by presenting a free web seminar for ASPE Technology. There is no charge for this webinar and you can enroll by visiting ASPE’s web site.

Happy Holidays!

Posted on December 26, 2007 
Filed Under News & Updates | Leave a Comment

Though this greeting may be slightly late, I want to wish everyone safe and happy holiday season! It seems that this is the only time of year that I get to spend any time at home, so I am (and will continue to be) enjoying some time off before diving head first into the new year. 2008 is going to bring a lot of change and should prove to be an exciting year.

Exchange 2007 SP1 Released

Posted on November 30, 2007 
Filed Under Exchange Server | Leave a Comment

Exchange_Logo
Microsoft has officially released the highly anticipated Service Pack 1 (SP1) for Exchange Server 2007. This update includes many improvements and introduces new features for each server role, including new management features, an improved Outlook Web Access, Standby Cluster Replication, and IPv6 support for the upcoming Windows Server 2008. In the near future, I will publish some more detailed in-depth discussions about many of these improvements and new features.

Exchange Server 2007 SP1 can be downloaded immediately from Microsoft.

Leopard: First Impressions

Posted on October 27, 2007 
Filed Under Apple, Mac OS X, Raves | Leave a Comment

leopard_cd
Well, I have now reached the 12-hour mark with Leopard and thought that I would make a few comments about my first impressions. As many people know, I have been patiently waiting for Leopard for some time now, and from what I can tell, it was worth every minute. With over 300 new and improved features in Leopard, it’s going to take a lot more than a 12-hour period to examine everything, but so far, I am not disappointed.

Read more…

Google goes IMAP

Posted on October 24, 2007 
Filed Under Google, Mobility, Raves | Leave a Comment

Hallelujah! Google is finally offering IMAP access to Gmail mailboxes. Since the launch of the iPhone, Google has been criticized for not offering a good solution to email access for the device. The web-based interface was slow and clumsy and access with the POP protocol left a lot to be desired. Now, users can access their Gmail accounts from any standard IMAP email client, including the iPhone and other mobile devices.

New information has been posted on how to enable IMAP for your Gmail account, as well as a tutorial for configuring IMAP access on the iPhone. Thank you Google. For the time being, you have made cyberspace a better place.

← Previous PageNext Page →