Crow Canyon Systems, Inc.
This User Manual describes setting up the
Web interface on Exchange 2000, 2003,and 2007. For Exchange 5.5
Server, see UserManual_31_Web55.htm
Setup of Virtual
Directory on Server
Outlook Help Desk 3.1 includes Web-based forms for users to
submit and view Help Desk Tickets. The forms are set up as a virtual directory
under Internet Information Server (IIS) on an Exchange server running Outlook
Web Access (OWA).
Users type “http://yourOWAservername/helpdesk” in their
browser to access the Web-based forms. Users are first presented with a login
screen where they enter a valid Windows account. Once logged in, users and Help
Desk staff can submit and view tickets. After being submitted, the tickets are
read only in the Web interface and changes cannot be made to the tickets.
Changes to the tickets can be made through Outlook.
You will need Exchange 2000, 2003, or 2007 with Outlook Web
Access. Also, you need to have Outlook Help Desk 3.1 set up in the Exchange
Public Folders before using the Web-based forms. Clients just need a Web
browser.
The WebFiles31-2K.Zip file is provided upon purchase of
Outlook Help Desk. If you do not have it, and have purchased the Outlook Help
Desk, please contact us.

Windows 2000 Server:
Windows 2003 Server:
Virtual
Directory tab (Windows 2000 & 2003):

Go
to the Directory Security tab, under “Anonymous Access and Authentication
Control”, press Edit. Check Basic Authentication only.
Windows 2000 Server:

Windows 2003 Server:

That completes the setup in Internet Information Services
Manager.
Sub Session_OnStart
On Error
Resume Next
Set
Session("AMSession") = Nothing
' CHANGE
THE LINE BELOW IF YOUR HELP DESK FOLDER IS NOT RIGHT UNDER ALL PUBLIC FOLDERS
'
EXAMPLE, IF YOUR HELP DESK FOLDER IS UNDER AN "IT Department" FOLDER:
'
Session("FolderPath") = "Public Folders/All Public Folders/IT
Department/Help Desk"
Session("FolderPath")
= "Public Folders/All Public Folders/Help Desk"
' CHANGE
THE TWO LINES BELOW TO MATCH YOUR ENVIRONMENT
Session("EmailDomain")
= "YOUR EMAIL DOMAIN"
Session("ServerName")
= "YOUR EXCHANGE SERVER NAME"
End Sub
If the Help Desk folder is NOT one level under “All
Public Folders”, then change the Session(“FolderPath”) line to match the
correct path, adding however many levels you need.
The two lines below that need to be changed. Replace
YOUR EMAIL DOMAIN with the email domain used on the Exchange server, for
example:
Session(“EmailDomain”)
= “crowcanyon.com”
Replace YOUR SERVER NAME with the NETBIOS name of
your Exchange server, then save and close global.asa.
Under Start/Programs/Administrative
Tools, open Local Security Policy then go to Security Settings/Local
Policies/User Rights Assignment. If the OWA server is a Domain Controller, the
“Log on Locally” right also needs to be granted in Domain Controller Security
Policy (Start/Programs/Administrative Tools). In the Domain Controller Security
Policy screen, go to Windows Settings/Security Settings/Local Policies/User
Rights Assignments.

Our recommendation is to create a
group – “OWA Users” or “HelpDesk Users” – and grant the right to this group,
then add users to the Group.
If the following registry key is present
(on the Exchange Server), the .mmp files will be created there instead of the \Winnt
directory:
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows
Messaging Subsystem
To create the registry entry, do the
following:
|
1. |
Start Registry
Editor (Regedt32.exe) and go to the following key: HKEY_LOCAL_MACHINE/Software/Microsoft/Windows
Messaging Subsystem |
|
2. |
On the Edit
menu, click Add Value. |
|
3. |
Type the
following values: |
String
Value: ProfileDirectory Value Data: Path to the directory you want the
temporary files to be created in.
Example:
C:\MyComputer\Temporary.
If the registry key/value is not present, the .mmp files are created in the
Winnt directory.

Screen Shots of Web-Based Outlook
Help Desk 3.1
The Web
Interface to Outlook Help Desk runs as a virtual directory on the Exchange
Server. Users log on with one network logon screen, and are then presented with
a menu. The web interface allows users to create new tickets and view existing
ones. It uses the same lists as the Outlook form and it pulls the user
information from Active Directory (or Exchange Directory on Exchange 5.5), like
the Outlook forms.
Network Logon screen
When first
starting the web interface, users login with the standard network logon screen:

Menu Page
After
logging in, users are given a menu screen:

Submit a new Help Desk Ticket
Similar to
the Outlook new ticket form. It uses the lists from List Manager in the
Utilities folder to fill in the drop-downs. User information is pulled in from
the Directory:

After Ticket is submitted:
Users get a screen
confirming successful creation of a new ticket.

View Help Desk folder
The list
can be sorted by clicking on the column headings:

View Assigned Help Desk Tickets
folder
The list
can be sorted by clicking on the column headings:

The Assigned Tickets view also offers “Active Tickets” or “All Tickets”:

View an Assigned
Ticket (read-only)

Logon screen:
The system
should, in most cases, be able to log users in with just the one network login,
but if not, they can enter in their Exchange Alias (not the email address) on
this page. The Alias of a user can be seen in Active Directory Users and
Computers, on the Exchange General tab in the Properties pages for that user.
