-
Archives
- November 2024
- February 2024
- December 2023
- July 2023
- January 2023
- December 2022
- August 2021
- April 2020
- September 2019
- March 2019
- January 2019
- December 2018
- January 2018
- December 2017
- November 2017
- July 2017
- May 2017
- March 2017
- January 2017
- October 2016
- April 2016
- March 2016
- December 2015
- October 2013
- July 2013
- June 2013
- April 2013
- February 2013
- January 2013
- December 2012
- October 2012
- August 2012
- May 2012
- March 2012
- February 2012
- December 2011
- October 2011
- August 2011
- July 2011
-
Meta
Author Archives: mell9185
Powershell script to sync select details of calendar entries from one calendar to another
Recently at work I received a request to sync the calendar of one of our employee’s to the iPhone of a person external to the company. After much deliberation between all of our internal IT teams we decided on the … Continue reading
Posted in EWS, Exchange 2010, PowerShell
Leave a comment
The 2013 Scripting Games, Beginner Event #3
Question Dr. Scripto has been fielding a lot of calls from the Help Desk lately. They’ve been asking him to look up information about the local hard drives in various servers—mainly size and free space information. He doesn’t mind helping, but … Continue reading
Posted in PowerShell, Scripting Games
Leave a comment
The 2013 Scripting Games, Beginner Event #2
Question Dr. Scripto finally has the budget to buy a few new virtualization host servers, but he needs to make some room in the data center to accommodate them. He thinks it makes sense to get rid of his lowest-powered old servers … Continue reading
Posted in Uncategorized
Leave a comment
The 2013 Scripting Games, Beginner Event #1 follow-up
It’s been a while since I blogged and i have the skeletons of multiple blogs post waiting to be edited. But now that I’ve settled into my new job and the scripting games have died down I can finally start … Continue reading
Posted in PowerShell, Scripting Games, Uncategorized
Leave a comment
The 2013 Scripting Games, Beginner Event #1
Having participated in the 2013 Winter Scripting Camp I was excited to try out my scripting skills again in the 2013 Scripting Games. While my scripting skills have advanced a lot of over the past 6 months since I co-founded the … Continue reading
PowerShell script to find all Active Sync devices on an Exchange 2010 server that haven’t synced in a specified amount of time
I published my 1st Powershell script to Technet’s Script repository and Poshcode.org. You can grab it here and below are the details of the script straight from the help file: .SYNOPSIS Get-InactiveActiveSyncDevices pulls all user mailboxes with an Active Sync … Continue reading
Posted in Exchange 2010, PowerShell
Leave a comment
Multiple Exchange accounts in Outlook 2010 and 2013
We have added a lot of new email domains at my company recently and one most common request from our users is to work with multiple Exchange mailboxes within Outlook 2010. This would normally be accomplished by giving the user full … Continue reading
Posted in Exchange 2010, Outlook
Leave a comment
Make sure your Exchange 2003 server is fully removed before raising your AD Domain Functional Level
Though we completed our Exchange 2010 migration over a year ago we still kept our Exchange 2003 server around due to some hard-coded references in internally developed apps. Once those were taken care of we shutdown our Exchange 2003 server for a … Continue reading
Posted in Active Directory, Exchange 2003, Exchange 2010, W2K8R2
Leave a comment
How to change and then resume a failed New-MailboxImportRequest In Exchange 2010
Recently I had to import a handful of PST files into a our Exchange 2010 server using the New-MailboxImportRequest cmdlet, and did so without setting the -baditemlimit parameter. During the import one of the files threw an error. Despite the discoverability … Continue reading
Posted in Exchange, Exchange 2003, Exchange 2010, PowerShell
Tagged Exchange 2003, Exchange 2010, New-MailboxImportRequest, PowerShell
Leave a comment
Exchange 2010 mailboxes inherit IMAP folder views and attributes if imported from a PST dump of an IMAP account
I recently had to migrate 9 IMAP accounts from GoDaddy to our Exchange 2010 server. Since GoDaddy does not offer export services and it was only 9 accounts we decided to use a handful of Outlook profiles to connect to … Continue reading
Posted in Email, Exchange 2010, IMAP, Outlook
1 Comment
You must be logged in to post a comment.