I am currently testing with an email to case functinality in Dynamics CRM2010, because there is not option to link the sender to an account or contact we are experimenting with CRM Queue Manager and C360 Email to Case addon. Read more »
ADMNALOW
A small utility to add Administrator rights to any file or directory without destroying the current priveleges.
Download: ADMNALOW
Retrieving the Windows Product Key
When you want to retrieve the Windows Product Key from a Windows 2008R2 server with ProduKey you receive a BBBBB-BBBBB-BBBBB-BBBBB-BBBBB license. Read more »
Sharepoint 2010 webdav authentication prompt
When you add Sharepoint as an network drive to your computer, it will ask for user credentials every time you login into the domain. With this register fix it will stop bugging you with asking for credentials.
- Open Registry Editor to: HKLM\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
- Add a new key using Multi-String Value
- Enter AuthForwardServerList for the new key name
- Edit the new key and enter the FQDN of the SharePoint or WebDav Server.
- Close Registry editor, go to services in Computer Management and restart the WebClient service.
Install BES Express on SBS 2008
ICSweep
ICSWEEP V3.0 is a command-line utility to clear the Temporary Internet Files
Cache and/or the TEMP files folder of ALL user profiles that are NOT in use
when this command is executed. This utility was written for the purpose of
allowing a SINGLE command to identify and clear Temporary Internet Files
Cache and/ or TEMP files of ALL user profiles currently NOT in use.
This tool could be simply run from the command line at any time, or added
as a SCHEDULED TASK for regular cleaning of user profiles, reducing the
overall size of a profile and saving disk space for locally based profiles.
ICSWEEP will only function when executed by a user with ADMIN rights to the
profile directory.
ICSweep download
Exchange IIS addresses
Exchange bidirectional routing
This creates a bidirectional routing group for communication between Exchange servers.
New-RoutingGroupConnector -Name “Mail Connector” -SourceTransportServers “Exchange2007.domain.com“ -TargetTransportServers “Exchange2003.domain.com” -Cost 1 -BiDirectional $true -PublicFolderReferralsEnabled $true
Process View (pv.exe)

PrcView is a process viewer utility that displays detailed information about processes running under Windows. For each process it displays memory, threads and module usage. For each DLL it shows full path and version information. PrcView comes with a command line version that allows you to write scripts to check if a process is running, kill it, etc.
Download: pv.exe