Author Archives: SSettle

ITIL Study Videos

Marco Cattaneo of Charles Sturt University has a playlist on his youtube channel with lots of excellent ITIL material. Continue reading

Posted in ITIL | Leave a comment

Installing Mercurial on Server 2008 R2 with IIS

Installing Mercurial in Server 2008 R2 using IIS as the web server Continue reading

Posted in Development | Leave a comment

PowerShell pscmdlet.writedebug vs Write-Debug

In working on some script based cmdlets I noticed some inconsistent behavior related to the Preference variables.  The $pscmdlet automatic variable provides several methods for interacting with a pipeline, including it’s own WriteDebug function which performs similarly to the Write-Debug … Continue reading

Posted in Development, PowerShell | Leave a comment

Conditionally hiding SharePoint UI elements on custom forms

Use sharepoint permissions to conditionally hide elements of a custom data part web form. Continue reading

Posted in SharePoint | Leave a comment

SharePoint 2010 Licensing

This article is about the most useful explination that I’ve seen about the different web parts that are provided (out of the box) by the different SharePoint license types. http://www.sharepointconfig.com/2010/06/sharepoint-2010-web-parts-by-license-type/

Posted in References, SharePoint | Leave a comment

Converted from Drupal…

Well I finally gave up on using Drupal to run my site and converted everything over to WordPress.  So far WordPress has been a lot easier to work with, though I couldn’t find any tools to import my old Drupal … Continue reading

Posted in Uncategorized | Leave a comment

Mailboxes with special permissions

Got auditors who want to review any mailboxes that have permissions granted for users other than the mailbox owner?  If you do you’ll appreciate the usefulness of this oneliner, which will give you a list of all of the mailboxes … Continue reading

Posted in Exchange 2007, Information Security, PowerShell, System Administration | Leave a comment

Report users assigned to a specific ActiveSync policy

Want to know which users are assigned to a specific ActiveSync policy?  It’s fairly straight forward, but unfortunately it’s not a single command. You have to first retrieve the policy and assign it to a variable, then you can filter … Continue reading

Posted in Exchange 2007, PowerShell, System Administration | Leave a comment

Get Mailbox Count per Database Efficiently

As part of our migration from SCC to CCR in our Exchange 2007 environment, I had to write a script that evacuated all of the users off of a given mailbox server across a collection of other servers while taking … Continue reading

Posted in Active Directory, Exchange 2007, PowerShell, References | Leave a comment

Reply-All to the AllUsers Distribution List Got you Down?

Work in a company long enough, and there will always be that user who does a reply-all to a large distribution list that spawns a huge reply-all storm.  This normally leads to questions about how it was even possible for … Continue reading

Posted in Exchange 2007, PowerShell, System Administration | Leave a comment