Kenneth Dalbjerg, IT Konsulent i århus

Archive for the ‘Windows’ Category

Remote principal name is not configured in trusted server list.

Friday, November 6th, 2009 Posted in Computer, Windows | 1 Comment »

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 ...

Exchange Active Sync test

Wednesday, October 28th, 2009 Posted in Computer, Exchange, Windows | No Comments »

Hvis nogen har brug for at teste Active Sync, men ikke lige syntes de vil ødelægge deres egen telefons opsætning for at teste en given opsætningen, kan produktet her anbefales: http://www.microsoft.com/DOWNLOADS/details.aspx?FamilyID=38c46aa8-1dd7-426f-a913-4f370a65a582&displaylang=en Det er en windows mobile emulator. For at få netværk til at ...

Office Communications Server 2007 R2: Installation failed with: Failure [0xC3EC78D8] Failed to read the Office Communications Server version information. This can happen if the computer clock is not set to correct date and time.

Monday, October 19th, 2009 Posted in Computer, Windows | No Comments »

Its was solved by uninstall KB974571. Microsoft recommends to postpone installing KB974571 on any LCS 2005 / OCS 2007 /OCS 2007 R2 servers. “Microsoft is investigating this issue, and will determine the most appropriate way to address it. Customers who are not ...

Office Communications Server 2007 R2: Installation failed with: Failure [0x80070005] Access is denied.

Monday, October 19th, 2009 Posted in Computer, Windows | No Comments »

If you installation failed with: Failure [0x80070005] Access is denied. This is a problems with administrator rights. Please check the following things: The user need to be a domain user. The user is member of: Domain Admins group and RTCUniversalServerAdmins group. (Remember to relogon ...

mySQL – Table is marked as crashed and should be repaired

Thursday, October 15th, 2009 Posted in Debian, Linux, Windows | No Comments »

if you got this error: Table <TableName> is marked as crashed and should be repaired This could be fixed by go to the path where mysql database files is located, on Debian this will be /var/lig/mysql Go into the database where the crashed ...

OWA is not working with “owaauth.dll failed to load”

Wednesday, October 7th, 2009 Posted in Computer, Exchange, Windows | No Comments »

The first error had an Error ID of 2214 and a description of: “Could not load all ISAPI filters for site 'DEFAULT WEB SITE'.  Therefore site startup aborted.” The second error had an Error ID of 2268 and a description of: “The HTTP ...

Securing a Exchange 2007 Client Access server, with a signed certificates

Monday, June 29th, 2009 Posted in Exchange, Windows | No Comments »

Securing a Exchange 2007 Client Access server, with a signed certificates First to request a certificates start Exchange Management Shell Type this into the console: New-ExchangeCertificate -DomainName exchange01.domainname.local, webmail.domain.prefix, -FriendlyName ”Microsoft Exchange" -GenerateRequest:$True -Keysize 1024 -path c:\certrequest.txt -privatekeyExportable:$true -subjectName "c=DK, o= organization name, ...

One user not slowing up in Offline Address List

Monday, February 2nd, 2009 Posted in Exchange, Windows | 1 Comment »

I have today a problems with one user that we have rename from one name to another, was missing from the address list in Outlook. The problems was that if the E-mail address in Active Directory Users and Computers, under tag ...

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 powershell

Thursday, January 22nd, 2009 Posted in Computer, Windows | No Comments »

Have you ever need a list of yours mailbox and the size of it. You can find this in system manager, but you cannot export this list. With Powershell you can get a list that you example can import in excel. First ...