Email to case

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.

  1. Open Registry Editor to: HKLM\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
  2. Add a new key using Multi-String Value
  3. Enter AuthForwardServerList for the new key name
  4. Edit the new key and enter the FQDN of the SharePoint or WebDav Server.
  5. Close Registry editor, go to services in Computer Management and restart the WebClient service.

Install BES Express on SBS 2008

PDF file for installing an BES express server on SBS 2008.

Download PDF

Source: Edutech’s Blog

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

Read more »

Exchange IIS addresses

Set-OutlookAnywhere -Server:’<SERVERNAME>’ ExternalHostName:’mail.melzinga.eu’
Set-OABVirtualDirectory <SERVERNAME>\OAB* -ExternalURL https://mail.melzinga.eu/OAB
Set-WebServicesVirtualDirectory <SERVERNAME>\EWS* -ExternalURL https://mail.melzinga.eu/ews/exchange.asmx
Set-ActiveSyncVirtualDirectory -Identity <SERVERNAME>\Microsoft-Server-ActiveSync -ExternalURL https://mail.melzinga.eu
Set-OWAVirtualDirectory <SERVERNAME>\OWA* -ExternalURL https://mail.melzinga.eu/OWA
Set-ECPVirtualDirectory <SERVERNAME>\ECP* -ExternalURL https://mail.melzinga.eu/ECP

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)

pv

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

Source: http://www.teamcti.com/pview/prcview.htm