Video Screencast Help
Search Video Help Close Back
to help

Endpoint Management Community Blog

Showing posts in English
keason | 29 May 2007 | 0 comments

Q:
Hello all,

I am looking to repackage some of my applications. DS 6.5 contains the scaled down SetupCapture and MSI Editor. I would like to know if any one has been successful in using those products. If those were not used what "economical" products have you had success with?

HJ

ribak | 11 Mar 2009 | 4 comments

Want to support security at the incident level? Use Helpdesk Data Macros to ensure that only the assigned worker is able to modify an incident. This cool solution by Richard Baker works well with minimal cost and support overhead.

Two Data Macro functions can be leveraged to accomplish a number of useful tasks. In particular, the PREVIOUSITEM and CURRENT_WORKER Data Macros can be used to manage access and update rights to an incident.

In the simple example screen presented below, I have created a validation rule that performs the following prior to saving the incident:

  1. Check if the NT ID is "Null"
    1. If true, this worker ID is actually a Queue, so do not perform any additional checks and allow the incident to be updated.
    2. If false, display the error message and prevent the update from occurring.
  2. Helpdesk saves the NT ID of the worker who last...
Admin | 12 Sep 2006 | 2 comments

"When someone asks how many PCs are in your organization or how many copies of Excel are in use and on which systems, you should know the answers. If you don't, you need to get busy."

"The Altiris Service & Asset Management Suite is the best overall tool since it covers the entire lifecycle of any asset in your organization. The Altiris Resource Association Diagram is one of the best interfaces we've seen for determining who has what and their relationship to the rest of the organization. This is a powerful tool well-suited for medium to large organizations, especially those with heterogeneous environments."

Read the full review here.

Screenbert | 25 May 2007 | 2 comments

If you've recently upgraded to Wise Studio 7, you'll probably notice that you're missing a few options, such as build settings (installation .exe name), Media, Screen, Password and so forth. Read on to find out how to get things back to normal.

In order to see these options you have to run the WiseScript Package Editor with the /PE switch. The best way to modify this for new packages is as follows:

Open the Windows Explorer. On the menubar click "Tools", then "Folder Options".

Click the "File Types" tab. Find the file with the extension of WSE and click the "Advanced" button. Make sure the "Open with Wise Package Studio" is selected, then click edit. At the end of the "Application used to perform...

CraigM | 20 Jul 2007 | 0 comments

With the lack of an equivalent in SQL2005 for the SQL Server Service Manager (that comes with SQL2000), the developer decided to write one himself. It's behaviour should be familiar to you if you've used SQL2000.

It can be found here:

http://www.sqldbatips.com/showarticle.asp?id=46

CraigM | 23 Aug 2006 | 0 comments

If you do not know all the WMI codes you need to manage your workstations, you can use some simple tools and samples to gather information for scripting.

These locations include:

Rob van der Woude's Scripting Pages
and
this Microsoft tool.

Brad Winston | 07 Jul 2009 | 3 comments

Altiris engineers are always working with technology leaders to make sure our products take full advantage of the newest and most innovative technologies as they are released.

Here's some info on "Out of Band Management", a technology that's quickly coming of age and will surely impact the future of IT systems management.

Background

Altiris has a many 'solutions' that help a customer through the IT systems 'lifecycle' of a computer. Everything from bare metal deployment, imaging, configuration, software/hardware inventory, software packaging/delivery, patching, disaster backup and recovery, security audits, asset tracking, license harvesting, etc…

These different solutions plug into a Notification Server (the NS) and all share a SQL based CMDB (configuration management database). Extensive...

David.Falcon | 18 May 2007 | 3 comments

This procedure will outline the steps needed to create a recurring incident. Recurring incidents are helpful for many reasons; however, they can especially help with trying to satisfy audit control requirements.

For instance, you could set up a recurring incident for the network team to view VPN logs on a monthly or quarterly basis.

To begin, go to your Notification Server > Tasks > Helpdesk > Notification Policies. From this point, you can create the policy here or you can create a custom folder to keep things organized.

Once you determine the exact location of your policy, right click on the folder where it will be housed. Click New > Notification Policy.

You will now see...

John Doyle | 05 Jun 2007 | 0 comments

It's a strange thing, but in the English speaking world—although we share the same language—when it comes to writing dates we often do things opposite. What 6/2/2006 means to you depends on where you come from. For someone from the US, it means the second of June; whereas to someone from the UK it is the 6th of February. The way dates are written and interpreted varies from country to country in other cultures as well.

When you open Helpdesk console on a server in the US on a client in the UK, you will see the dates written in the US format. This can be very confusing, so I will show here how a simple edit will allow users to see the dates based on the preferred language settings in their browser.

The change requires you to edit the Default.aspx file in the AeXHD folder. This folder is normally at C:\Program Files\Altiris\Helpdesk\AeXHD. You will probably need to remove the Read-Only property from the file before you can edit it. Open the file with Notepad...

BRING | 16 Aug 2006 | 2 comments

What does the Coresettings.config variable MaxAgentDownloadTryingTimeMins do and how is it set? Also, what does the registry key PkgDownloadFromNS do and how is it set? How do the two interrelate?

  1. The Coresettings.config variable MaxAgentDownloadTryingTimeMins is a value in minutes that tells the Notification Server how long the agent will continue to try to download from a Package Server before bypassing the Package Server and downloading directly from the Notification Server. This setting is more correctly defining a Notification Server behavior rather than Agent behavior. The Altiris Agent always downloads packages from the codesbases that are given out by the Notification Server. In Notification Server 6.0 SP2, the server does not provide its own codebases to agents that are members of the defined site on the Site Maintenance page; this change was the result of a very common customer request.

    This setting is disabled by default, and the value to disable...