Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus
Citrix Certified

Microsoft Excel har fundet en fejl og afsluttes. Vi beklager ulejligheden ved afslutning af Excel

Thursday, January 20th, 2011 Posted in Computer, Windows | 2 Comments »

Nå du lukker et Excel ned, så kan den komme den og sige: Microsoft Excel har fundet en fejl og afsluttes. Dette kan muligvis løses ved at gå ned i start og vælg kø, skriv her: regedit og tryk kør Gå ...

Howto shrink / truncate SQL transaction log file in SQL Server 2005

Friday, October 15th, 2010 Posted in MSSQL, Windows | No Comments »

USE <databasename> GO DBCC SHRINKFILE('<logfilename-logical name>', 1) BACKUP LOG <databasename> WITH TRUNCATE_ONLY DBCC SHRINKFILE('<logfilename-logical name>', 1) GO

Exchange 2007 – Ahsay restore to a recovery group

Tuesday, May 25th, 2010 Posted in Ahsay, Exchange, Windows | No Comments »

Ahsay have no support for native restore to Exchange recovery group, but here is a workaround of that problems. First create a recovery storagegroup new-storagegroup -LogFolderPath F:\Backup\Restore\Logs -Name ExchangeRestore -SystemFolderPath F:\Backup\Restore\Data -Recovery Then create a empty database new-mailboxdatabase -mailboxdatabasetorecover "Mailbox Database" -storagegroup ExchangeRestore -edbfilepath ...

A significant number of invalid certificates have been provided by remote IP address 205.188.153.55 / 64.12.162.248

Thursday, December 3rd, 2009 Posted in Windows | No Comments »

AOL has change there Root Certificate. You can download them at https://pki-info.aol.com/AOL/ These 2 need to be imported in all Office Communication Server T - rusted Root Certification Authorities You can see a video on howto import these 2 certificates here: http://simsbury.members.winisp.net/Update-AOL-Root-CA.wmv There errors ...

Remote principal name is not configured in trusted server list.

Friday, November 6th, 2009 Posted in Computer, Windows | 2 Comments »

After buying a CA sign certificate from Geotrust i got this in my Event viewer: Remote principal name is not configured in trusted server list. The subject name sip.XXX.com of the certificate assigned to process AVMCUSvc(1788) was not found in the trusted ...

Autodiscover and https / http

Monday, January 26th, 2009 Posted in Computer, Exchange, Windows | No Comments »

It is possible to disable the HTTPS authentication process for Autodiscover if you want. To disable HTTPS for Autodiscovery modify the following registry key: HKEY_Current_User\Software\Microsoft\Office\12.0\Outlook\AutoConfiguration – REG_DWORD - UseSSL – change the value to 0.

Exchange 2003 and 75GB datastore

Wednesday, January 21st, 2009 Posted in Computer, Windows | No Comments »

With exchange 2003 SP2, the database store in Exchange is increase to 75GB, this is not setup automatic. You have to change something in the registry database. To set the size of the private mail store Click Start, click Run, type regedit, ...

Howto get missing “Show desktop” icon back.

Tuesday, September 2nd, 2008 Posted in Computer, Windows | 1 Comment »

Go to Start/Run and type in "notepad" [Shell] Command=2 IconFile=explorer.exe,3 [Taskbar] Command=ToggleDesktop Next, save the file with the name "Show Desktop.scf" in the folder: C:\Documents and Settings\username\Application Data\Microsoft\Internet Explorer\Quick Launch Replace username with you username. Then the slow desktop should be back on you Quick Launch bar next to ...

Forces delete a printer in windows.

Saturday, June 21st, 2008 Posted in Computer, Windows | No Comments »

I have a problem, where I could not delete a job, and therefore couldn’t delete a printer. The Spool services were using 100% of my CPU. You can delete the jobs manual, by doing this: Browse to Start --> Run --> Type ...

Install SQL Express 2005 quiet and with DISABLENETWORKPROTOCOLS=0

Tuesday, June 17th, 2008 Posted in Computer, MSSQL, Windows | No Comments »

First you need to download SQL Express 2005 setup files, there can be done from microsoft homepage. Then when you have download the setup files, you need to extract it, it can be done by typing: SQLEXPR.EXE -x It then ask you a ...