Video Screencast Help
Search Video Help Close Back
to help

Endpoint Management Community Blog

Showing posts tagged with Helpdesk Solution
Showing posts in English
bkaulins | 03 Mar 2009 | 1 comment

This article is intended to assist Helpdesk Admin automate daily backlog, weekly closed/open incidents, and weekly Individual team members performance reports for email delivery. This article is intended for Helpdesk environments that have numerous queues and need certain team's data sent via email for management review.

In our environment we have numerous queues and the default out of the box reports Altiris provides did not fit our team's needs since the reports show data for the system as a whole. See the queues below.

Our IT management team wanted the...

ag97690 | 13 Feb 2009 | 2 comments

So here is the issue. We have one Helpdesk server and one asset/inventory Server. Currently we have inventory forwarding turned on, but since the Helpdesk server is about five years too late the managed assets pop up with the creation dates based around when we started inventory forwarding.

This seems to confuse people on our helpdesk so I have found a fix that redirects the resource url on the helpdesk box to point to our asset/inventory Notification Server.

This fix is really easy and uses the custom.config file.

All you need to do is to add this string with your correct Altiris server address:

String Text:

"sidResourceExplorerURL">Http://(SERVERNAME)/Altiris/Resource/ResourceManagerConsole.aspx?ItemGuid={0}

See attached file for full string format in custom.config file....

dcudney | 09 Feb 2009 | 0 comments

I had a single user that was receiving an error message when attempting to view assets from within HelpDesk. This was the error message:

"Item has already been added. Key in dictionary: "asset_name_633688238248225379" Key being added: "asset_name_633688238248225379"
 Details 
Exception - System.ArgumentException: Item has already been added. Key in dictionary: "asset_name_633688238248225379" Key being added: "asset_name_633688238248225379"
  at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
  at System.Collections.Hashtable.Add(Object key, Object value)
  at Altiris.AppWeaver.WrappedFlexGrid.PrepareGrid()
  at Altiris.AppWeaver.WebGrid.SetColumnDefinition(String def)
  at _ASP.subAssetTable_ascx.LoadDataSources()
  at Altiris.AppWeaver.TemplateModule.ProcessChildren(Control ctrl,...
jhallam3 | 12 Jan 2009 | 0 comments

Phoenix Software Limited announced that it has been awarded Altiris Platinum Partner Status in the UK. This is the highest accreditation available from Altiris and coupled with Phoenix's existing Symantec Platinum Partner Status ensures Phoenix customers enjoy the highest level of Symantec and Altiris service and expertise available in the UK.

Altiris Platinum Partners have made the highest level of commitment to Altiris. They have received technical training and have made a significant investment to become experts in all Altiris solutions for both pre and post sales activities. Platinum Partners are required to have on staff a minimum of two Altiris Certified Engineers™ (ACE™) and regularly receive additional sales and technical training from Altiris. In addition, they work with Altiris on business plans, revenue targets, and provide reports on business opportunities with Altiris.

"We are pleased that Phoenix Software has achieved Platinum partner...

jgo | 17 Nov 2008 | 2 comments

An example of Helpdesk Validation based on field length.

Basically this is a Validation Rule that will check the length of a Custom Field and see how long it is.

The screen shots below are an example of validating that a field [Accounting Code] must be 0 OR 7 characters to successfully Save the incident.

Validation error if input any number of characters in "Accounting Code" except 0 or 7.

...
dfnkt_ | 19 Sep 2008 | 7 comments

Grab your flagon o' grog and hoist ye colors! I'm going to cover some easy reports you can create in the Notification Server that should be of use to at least a few people here. When you are writing queries for the helpdesk you often may need to know a contact ID or a worker/queue ID. I have written 2 reports that you can run from the NS that will give you a list of all the active workers/queues and their worker numbers, as well as the contacts.

The first thing you need to do is go to your NS Console and create a new report. To do this in console 6.0 you simply go to the reports tab, right click on the folder under "Reports" where you want the report to appear and select "New" and then "Report" from the right click menu. You can always move the report later from the same menu if you want to place it somewhere else...

MBHarmon | 16 Sep 2008 | 0 comments

Did you ever want to checkout a ticket directly from the e-mail notification sent from the Helpdesk module? It is possible and amazingly easy.

Within the Helpdesk module there is a task called "Assign this incident to me". You can find that task by clicking Admin > Tasks > View Task. I do believe this task is included within the Helpdesk module when you first install it. If not it looks like the screenshot below. You may need to enable the task.

Take special note of the URL in the address bar when viewing the task. The end of the address...

BTlover | 02 Sep 2008 | 0 comments

The main reason for posting this procedure was to illustrate how to use the DateDiff and GETDATE expressions from with the query expression.

  • From the left-hand menu, click Incidents | Queries | New Query
  • Once in the new Query:
  • In the Name field, enter the name for the query.

    (for example: All open Incidents older than 2 days)

  • In the Expression field enter:
     DATEDIFF("d",workitem_created_on, GETDATE()) > 2 and workitem_status_lookup_id = 300
    	
    	
  • Save the Query
  • Run the query

In the expression above "> 2", you can change this to any normal operator for example: > 15, <15, <=15, etc.

The workiten_status_lookup_id of 300 is only for Open Incidents. Here is a listing for other IDs:

ID Value...

Tony 1776 | 10 Nov 2008 | 10 comments

I got some of the code and the idea from dkerr and his Daily Ticket "Summary" E-mail, but I felt like more could be done with it and so I spent quite some time customizing it more.

Here is what the emails look like.

I was pretty excited when I found out that HTML can be entered into the email notification action. It just makes the email look quite a bit nicer, and I believe it should be viewable on a handheld device.

Following is the SQL query that goes in a...

JLAbuhl | 14 Aug 2008 | 0 comments

When we replaced our existing Help Desk software over two years ago, we came up with a system for queue notification. Using distribution lists in Exchange, we created a naming convention for our queues using a three character prefix: ITS-Hardware

We simply use the name of the list when entering the e-mail name under contacts in Altiris.

This allows us to manage membership easily through Exchange. When employees or contractors leave the company, we use basic account management through Active Directory to automatically...