Exchange 2010 – Modify a Database Size Limit

To change the database size limit for a specific database, do the following: Dismount the database Run regedit and go to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\\Private-Database-GUID If the Database Size Limit in GB DWORD exists for the subkey, change its value to the desired size in gigabytes. If the Database Size Limit in GB DWORD doesn’t exist for the …

Citrix Licensing Service crasher

If your Citrix Licensing Service keeps crash every time you try to start it and something like this is in your application eventlog: Faulting application name: lmadmin.exe, version: 11.9.0.0, time stamp: 0x4d6bbff6 Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000 Exception code: 0xc0000005 Fault offset: 0x00000000 Faulting process id: 0x5d8 Faulting application start time: …

Eventid 1116 – Printer auto-creation failure. Reason: AddPrinter() failed with status 0x706

If you get errors  in the application eventlog with ID 1116 — Printer auto-creation failure. Reason: AddPrinter() failed with status 0x706, it’s because the print processor is missing for some reason, in the registry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Environments\Windows x64\Print Processors\ In my case it was the “Citrix Print Processor” that was missing. The key has to be created manually …

Selecting a SSL certificate in a Server 2012 RDS-Farm

In Server 2012, you could select the SSL sertificate for the RDS server in the RDP-TCP properties. These have been removed in Server 2012. Run the following command in an elevated cmd on every server in your RDS-farm: wmic /namespace:\\root\CIMV2\TerminalServices PATH Win32_TSGeneralSetting Set SSLCertificateSHA1Hash=”Thumbprint” Where “Thumbprint” is the thumbprint of your SSL certificate, without the …