Archive for the ‘Technology’ Category

How to redirect an HTTP connection to HTTPS for Outlook Web Access clients and how to redirect the Default Web Site to point to the Exchange virtual directory

Wednesday, June 17th, 2009

This is a Microsoft solution! - Official Link: http://support.microsoft.com/kb/839357

This article describes how to automatically redirect an HTTP connection to an HTTPS connection in the Internet Information Services console (IIS) for Microsoft Office Outlook Web Access (OWA) users. This article also describes how to modify the IIS Default Web Site so that clients can access the Outlook Web Access logon page by typing only http://<server name> instead of typing http://<server name>/exchange.

We recommend that you require a Secure Sockets Layer (SSL) connection for your OWA users. An SSL connection encrypts the information that is sent to or received from the Microsoft Exchange Server computer. However, when you configure IIS to require SSL for all incoming OWA requests, OWA users who try to connect by using HTTP receive the following error message:

HTTP 403.4 - Forbidden:
SSL required
Internet Information Services

After the OWA user receives the error message, the user must manually type https:// at the start of the URL to connect to the Exchange Server computer. You may want to configure IIS to automatically redirect the OWA user’s HTTP request to HTTPS to minimize user interaction and to make sure that all incoming requests are enabled for SSL.

MORE INFORMATION

To configure IIS to automatically redirect HTTP requests as HTTPS requests, foll…

To configure IIS to automatically redirect HTTP requests as HTTPS requests, follow these steps.

Important If the following conditions are true, you must mount and start the mailbox store before you can successfully complete these steps:

  • Microsoft Exchange 2000 Server or Microsoft Exchange Server 2003 is installed on a front-end server.
  • The mailbox store has been dismounted.

Note Follow these steps on an Exchange front-end server that communicates with a clustered Exchange back-end server.

  1. Create an Active Server Pages (ASP) Web page that contains the following code:

     <%
    
    If Request.ServerVariables("HTTPS")  = "off" Then
    						Response.Redirect "https://" & Request.ServerVariables("HTTP_HOST") & "/Exchange"
    End If 
    
    	%>

  2. Name the Web page “Owahttps.asp.”
  3. In Windows Explorer, create the Inetpub\Wwwroot\CustomErrors folder, and then save the Owahttps.asp Web page file to that folder.
  4. Start the IIS console.
    • In Windows NT Server 4.0 (IIS 4.0)

      Note Follow these steps if you are running Microsoft Exchange Server 5.5 OWA on Windows NT 4.0 Server together with the Windows NT 4.0 Option Pack. If you have an Exchange Server 5.5 mailbox server, and if the OWA component is installed separately on a dedicated Web server, follow these steps on the Web server only.

      1. Click Start, point to Programs, point to Windows NT 4.0 Option Pack, point to Microsoft Internet Information Services, and then click Internet Services Manager.
      2. Expand Internet Information Server, expand Computer Name, and then expand the Web site that the OWA users use to access their Exchange server. By default, this Web site will be the Default Web Site.
      3. Go to step 5.
    • In Windows 2000 Server (IIS 5.0)

      Note Follow these steps if you are running Exchange Server 5.5, Exchange 2000, or Exchange 2003 OWA on Windows 2000 Server.

      1. Click Start, point to Programs, point to Administrative Tools, and then click Internet Services Manager.
      2. Double-click Computer Name to expand the computer object.
      3. Expand the Web site that the OWA users use to access their Exchange server. By default, this Web site will be the Default Web Site.
      4. Go to step 5.
    • In Windows Server 2003 (IIS 6.0)

      Note Follow these steps if you are running Exchange 2003 OWA on Windows Server 2003.

      1. Click Start, point to All Programs, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.
      2. Expand Computer Name, and then expand Web Sites.
      3. Expand the Web site that your OWA users use to access their Exchange server. By default, this Web site will be the Default Web Site.
      4. Go to step 5.
  5. Right-click the CustomErrors folder, and then click Properties.
  6. Under the Application settings section, click Create.

    Make sure that CustomErrors is displayed in the Application name box.

    Note For Exchange 2003 running on IIS 6.0, click ExchangeApplicationPool in the Application Pool list.

  7. Click the Documents tab, and then add the Owahttps.asp file to the Enable default content page. Move the Owahttps.asp file to the top of the list.
  8. Click the Directory Security tab, and then click Edit under Authentication and access control.
  9. Click to select Enable anonymous access, and then click OK.
  10. Under Secure communications, click Edit.
  11. Click to clear the Require secure channel (SSL) check box, and then click OK two times.
  12. Right-click the Exchange virtual directory, and then click Properties.
  13. Click the Custom Errors tab, and then double-click 403.4.
  14. In the Message Type list, click URL.
  15. In the URL box, type /CustomErrors/Owahttps.asp, and then click OK.
  16. Click the Directory Security tab.
  17. Under Secure Communications, click Edit.
  18. Click to select the Require secure channel (SSL) check box.

    Note If you want to require 128-bit encryption, click to select the Require 128-bit encryption check box.

  19. Click OK two times.

    Note The Exchange virtual directory and the Public virtual directory are the only virtual directories that you have to configure to require SSL. If you have other virtual directories for which you want to require SSL, enable SSL on each virtual directory individually.

After you follow these steps, visit the http://<server_name>/exchange Web site. In this address, server_name is the name of the Microsoft Internet Information Service (IIS) server.

You should be automatically redirected to https://<server_name>/exchange and to the Logon.asp page.

Additionally, if you want to modify the IIS Default Web Site so that clients can access the OWA logon page by typing only http://<server name> instead of typing http://<server name>/exchange, follow these steps.

Note Because there are several versions of Microsoft Windows, the following steps may be different on your computer. If they are, see your product documentation to complete these steps.

  1. Start the Microsoft Management Console (MMC) IIS snap-in.
  2. Right-click Default Web Site, click Properties, and then click the Home Directory tab.
  3. Under When connecting to this resource, the content should come from, click A redirection to a URL.
  4. In the Redirect to box, type /exchange.
  5. Under The client will be sent to, click A directory below this one.
  6. Stop and start the Default Web Site.

For more information about how to simplify the OWA URL, visit the following Microsoft TechNet Web site:

http://go.microsoft.com/fwlink/?LinkId=130623 (http://go.microsoft.com/fwlink/?LinkId=130623)

APPLIES TO
  • Microsoft Exchange Server 2003 Enterprise Edition
  • Microsoft Exchange Server 2003 Standard Edition
  • Microsoft Exchange 2000 Enterprise Server
  • Microsoft Exchange 2000 Server Standard Edition
  • Microsoft Exchange Server 5.5 Standard Edition
Keywords: 
kbinfo KB839357

Outlook Quick Address Type

Wednesday, June 17th, 2009

To fix this up, search for a .NK2 file, this is the file used to store quick contacts (suggested names) etc.

It will depend on your O/S as to where this file is, search will help you but if it is an XP machine you will find it here.
C:\Documents and Settings\%USER PROFILE%\Application Data\Microsoft\Outlook\

Note: this is a hidden file, so you may need to go into Folder options and change the setting to View hidden files.

Copy this file over to the same directory but on the new computer, and it should work!

NDR Has Long Reply To Email Address

Monday, June 1st, 2009

Maybe you have seen this or something similar: MicrosoftExchange329e71ec88ae4615bbc36ab6ce41109e@yourdomain.local

This has been confirmed by Microsoft as a problem with exchange 2007 update rollup 7, this is being resolved in next version.

Learn more here if you dont believe us: http://social.technet.microsoft.com/Forums/en-US/exchangesvrtransport/thread/166f6cbd-cb1f-494c-aff4-dee3c4b20714

Thanks

Windows Server 2003 SBS and Windows Server 2003 R2 x64

Sunday, May 11th, 2008

Have you ever tried to join an R2 server to a non R2 domain controller? A classic example is having a SBS2003 server and needing to add an additional 2003 server to your domain, however this 2003 server will be an R2 version. At first you will get an error about not being able to join the domain, the reason being is the R2 Active Directory structure is different from the non-R2 structure. At first it would appear there is no solution to this problem, and the main problem i had was preparing the sbs2003 (32bit) AD for a Windows server 2003 R2 (64bit) server. Ok there is hotfix available from Microsoft that you need to run on the SBS2003 32bit server, this will allow you to join the 64bit R2 server to the domain, even thou sbs isnt R2.

In a Microsoft Windows Server 2003 forest in which all domain controllers run only an x86-based version of Windows, you experience one of the following symptoms:

You cannot deploy a Windows Server 2003 R2 x64 Edition-based domain controller.
You cannot deploy Windows Server 2003 R2 schema-dependent features.

When you try to run the the Adprep.exe tool, you may receive the following error message:

ADPREP.EXE is valid, but is for a machine type other than the current machine” or “ADPREP.EXE is not a valid win32 application

Cheers

VMware 2.0 Beta and 64bit OS Problem

Thursday, May 8th, 2008

VMware LogoOk this is going to be a short post but i know there are alot of people out there who are trying to run a 64but server on top of a 32bit host (ok so the host is the server that will run the virtual server, the guest is known as the virtual server). Some people are saying “ooo it cant be done, if you want the guest to be 64bit then the host has to be on a 64bit o/s…bzzzzzzzz wrong). Anyway the possibility of running a 64bit guest on a 32bit host is simple in most cases, and this is what needs to be done.

1. Make sure the CPU in the server is a 64bit processor (obviously you cant run a 64bit O/S without the proper hardware. If you are running an Intel chip you should download the intel identification program from the intel website, this should tell you what you got in your server.

2. After you have verified you have a 64bit cpu, make sure the virtualisation options are enabled in the BIOS, this option is usually VTT or intel virtualisation technology, this has to be enabled otherwise when you boot your guest o/s with the 64bit o/s it will spit an error

Ok hope this has cleared up a little bit on this topic, im currently running Windows 2003 server 64bit r2 on a Windows sbs 2003 32bit r2 server, not really recommanded but its working well so far, only gave the guest 512MB ram thou.

Cheers 

AVAST Free Anti-Virus

Thursday, May 1st, 2008

AVAST logoOk so im not paying for anti-virus, im not dumb enough to download crap that contains viruses, so i never needed the need, until later on things starting slowing down and thought, ok maybe, just maybe i need to check for a virus. So i did the google thing and looked for free anti virus. Well firstly i hate AVG, i just dont like the layout of the software, system hungry and just sucks, but i stumbled across AVAST free anti-virus. Easy to install, simple to use, good options (and plenty of things to choose), and well so far it has just worked without fuss, o and yes it found a virus (trojan) and deleted it for me. Ok so no worries, i would recommand this to people who are home users and looking for an easy to use security system for there home needs. Well thats all for now, you can visit there website here

Lacie 320GB External Desktop Hard Disk

Thursday, May 1st, 2008

Lacie 320GBJust another small post, we needed an external hard drive, we didnt need anything massive in size (eg. Terrabyte), and we were thinking 320GB would be enough for now. Two reasons why we wanted this size, 1. we only had about 150GB of info to backup, 2. With hard drives moving into the terra’s now, we knew we could get something quality at a good price. Ok so it was a toss up between the LACIE 320GB (product code = 301284A) and the Western Digital “My Book”, both fantastic products, however we went for lacie simply because it had the metal casing, compared with the my book. Its quiet, comes with usb cable and power supply and is just perfect for our needs. The 1 click backup software works easily enough (very very basic software, pretty much a copy and paste style software with no features), but who cares it is backing up our primary work folder without any problems. Cool little device thats only cost about $120 AUS. O and we bought a leather binder as well, its good, has a calender for 2008 and 2009 and its called “the executive series” haha, ok cheers

Windows Server 2008 First Impressions

Thursday, May 1st, 2008

Windows LogoThis entry is going to be short and sweet, only because we have not played with the product to its full potential. Im writting this entry because there were 2 things that impressed me about this products. 1. It easy way to install both via its console and its remote options. Microsoft are really pushing there command line interface powershell, and i can guarantee this will make so many tasks alot quicker to do, espicially when you can write scripts. 2. was the powershell itself. As some of you might have seen with Exchange 2007, the powershell provides an east to manage console to manage the server and its features, once you have set the server up to its normal stat, an administrator can control and manage the server via a network connection to perform daily admin tasks, or run complicated scripts. Anyway thats my first impressions on the product, i look forward to seeing it out of beta and in a working production.

Thecus N5200BR NAS Box First Impressions

Wednesday, April 30th, 2008

Thecus n5200brWhen i first looked at the Thecus box i was impressed with its simple but yet effective design. For those who dont know what a NAS box is, it is a network-attached storage device that holds information and can be accessed from a network device as it become part of a, well a network, hence being called a network attached device. ANYWAY, the version we purchased came with 4 320Gb Seagate Barracuda 7200.10 7200RPM SATA-II hard disk, 16mb cache ST3320620AS drives in a RAID 5 config. Once we had finished setting the device up, it was time for the good stuff. Tapping in a configuring the device has never been easier with its simple to use web based admin console, we had it up and running in no time, and we were very happy to find it has support for Microsoft Active Directory, meaning we could add file and folder permissions to data on the device. The next step was to run our Microsoft Exchange databases of the device, well its was a piece of piece of cake, after copying the information store to the device (with exchange services stopped of course), then repointing exchange to the database, the device was now hosting all our business data and exchange data. Amazing but yet very simple. So i know what you are thinking, what about backup right? Easy, we were able to create off site backups still but setting up our backup program on the primary server to copy information from the device directly to tape (using Symantec Backup Exec 11d). So far this device has worked well, simple to use, LOADS of features including cross site sync (if you have more than 1 device) and an easy to use web based console.

Learn more about this business grade product here

Belkin Wireless USB Network Adapter and Vista

Tuesday, April 29th, 2008

Belkin USB wireless adapterWell we needed a simple USB wireless device to replace the PCI wireless card in some of the desktop computers. We also liked the idea that there was an extension to sit on the desk of the pc. The belkin usb network adapter looked like a pretty cheap solution to our problem, and hey, its just a wireless device right? wrong. far from it, so we plugged it into a vista machine and all hell broke loose. To start with it installed itself with a set of drivers it downloaded from the windows update site, but for some reason were the wrong one. then when we rebooted the pc, it wouldnt boot back into vista. We found we have to boot into safe mode, delete the drivers and software. So we went to the belkin website and downloaded the vista drivers, ran the install program and for some reason failed. now we are stuck in limbo and cant install this simple network device. it shouldnt be this difficult and has annoyed the crap out of us. sure we could spend the next week trying to solve the problem but nop, to crap with it. RUBBISH. do not purchase this item if you use VISTA!!!

**UPDATE 27 APRIL 2008** ↑

ok those who have this usb wireless adapter and have vista 32bit need to download the version 3xxx from the belkin.com.au website under support. this worked for us and it is now working flawlessy. If you need further help just visit us at www.fruitboxit.com.au. We also found the version that vista windows update trys to download does not work, you need to install the drivers before you attach the adapter to the computer.

Talk about a waste of time!

  • About Me

    A little something about you, the author. Nothing lengthy, just an overview.

  • You are currently browsing the archives for the Technology category.