Author Archive

Set mailbox permissions in Exchange 2010

Out of the box Exchange 2010 doesn’t give admins mailbox access.  Many places that I have worked do want their administrators and helpdesk teams to be able to open any mailbox so they can help diagnose problems.  This blog demonstrates a few of the possible ways you can change mailbox permissions.

Posted on July 15, 2012 at 13:00 by simon · Permalink · Leave a comment
In: Exchange 2010 · Tagged with: , , , , ,

Find the distinguished name of an AD object (DSQUERY)

This post got me out of a hole today so i have reproduced it here for posterity –

Posted on July 13, 2012 at 17:52 by simon · Permalink · Leave a comment
In: AD · Tagged with: , ,

Excel Tips & Tricks

I use Excel a lot.  Though not in the way that most people will use it.  Excel is a very powerful tool when it comes to text manipulation and working in IT I often have to wade through, process, manipulate, squeeze, expand or turn upside various huge text or csv files.  So here are a few Excel […]

Posted on July 13, 2012 at 7:18 by simon · Permalink · Leave a comment
In: Excel · Tagged with: , , , ,

Add a new disk to a Linux system

This is the procedure I use to add a disk to any of my fedora / centos / redhat systems.

Posted on July 13, 2012 at 7:05 by simon · Permalink · Leave a comment
In: Linux · Tagged with: , , , , , ,

T-SQL Example code: Select, Insert, Update, Delete

Various examples and snippets of Select, Insert, Update, Delete T-SQL

Posted on July 12, 2012 at 23:48 by simon · Permalink · Leave a comment
In: SQL · Tagged with: , , ,

T-SQL Example code: Table Management

T-SQL table management tips, tricks and code snippets

Posted on July 12, 2012 at 23:43 by simon · Permalink · Leave a comment
In: SQL · Tagged with: , , , , , ,

T-SQL Example code: useful stores procedures and snippets

Here are some useful one liners that I find very useful

Posted on July 12, 2012 at 23:41 by simon · Permalink · Leave a comment
In: SQL · Tagged with: , , , , , , , , ,

T-SQL Example code: User Management

Some useful commands for dealing with users (in a non violent way), and a very useful couple of lines for finding and then fixing orphaned users which often happens after moving a database to a differnet SQL server.

Posted on July 12, 2012 at 23:38 by simon · Permalink · Leave a comment
In: SQL · Tagged with: , ,

T-SQL Example code: Database Management

Here is some code that Iv’e found useful for managing databases:

Posted on July 12, 2012 at 23:37 by simon · Permalink · Leave a comment
In: SQL · Tagged with: , , , , , , , ,

T-SQL Example code: SQL Fixes

Here are a few lines of code that have got me out of troubel in the past:

Posted on July 12, 2012 at 23:29 by simon · Permalink · Leave a comment
In: SQL · Tagged with: , ,