Exchange 2013 has new and impressive administration center that allows you to handle tasks such as mailbox moves. I prefer using the Exchange Management Shell for such a task. Using the following command you can move all mailboxes within a database to your new mailbox database: Get-Mailbox -Database “Source-Database” | New-MoveRequest -TargetDatabase “Destination-Database” To get info […]
Category: Technical
After some weekend Exchange mailbox migrations I wanted to check the status of mailboxes. This is where I use the Get-MoveRequestStatistics for the all mailboxes or database. Issuing the following command: Get-MoveRequestStatistics -MoveRequestQueue “*databasename*” will return to you the status of all the mailboxes on that data store. This is good; but what if you […]
VLC For iPhone and iPad is awesome and there is no doubt about that. Complete with AirPlay support, multiple ways to load files into the video app, real-time video filters, playback speed manipulation, subtitles and more (DropBox Support). It seems that its not yet available in the US App Store as I have found out […]
I can’t wait to play with this free software called Z-Hire. Z-Hire is a employee provisioning that handles account creations in Active Directory, Exchange, Lync. With just a few simple clicks (one click) accounts for Active Directory, Exchange, and Lync will be created. Z-Hire doesn’t just assist those account administrators with creating new accounts; It simplifies […]
I just rebuilt my workstation and now on the new system I would like to have all my saved Putty sessions. Putty doesn’t have a built in export feature for this. So I went looking for where Putty store its sessions info. As there it is. In the registry, like so many other things. Here […]
Looking to change the network profile of my public facing adapter from Public to Private I recently found out I can use the PowerShell command Get-NetConnectionProfile to return the the connection profile associated with one or more physical network adapters. Once I have this information I can then modify the NetworkCategory to what I wish by […]