Category Archives: PowerShell

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

Posted in PowerShell, Scripting Games | Tagged | Leave a comment

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

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 , , , | Leave a comment