• Mac OS X

    Twidget

    Twidget – it’s quick and easy to update your Twitter feed using twidget. Don’t get me wrong, just because I found a good app to use doesn’t mean I’m actually going to be updating Twitter…

  • Business

    Partner Programs

    So I’ve been working on getting us into a bunch of new partner programs recently.  Some companies get it, others not so much.  Companies I rather like working with: Cisco, IBM, SonicWALL, CheckPoint, PGP

  • Microsoft Exchange Server

    Exchange 2007: Using PowerShell To Create A Database

    As the title implies, you can create an Exchange database through PowerShell in Exchange 2007.  To do so you would use the New-MailboxDatabase command.   When you use this command you will need to identify the name of the server and the server’s storage group to put the database on followed by the name of the database.  For example the following command would create an Exchange database called YOURMOMSMAIL on KryptedServer in the Second Storage Group: New-MailboxDatabase -StorageGroup “KryptedServerSecond Storage Group” -Name “YOURMOMSMAIL”