Video Screencast Help
Search Video Help Close Back
to help

Endpoint Management Community Blog

Showing posts in English
Admin | 10 Jul 2006 | 0 comments

Remotely manage Deployment installations, deploy and manage Windows and Linux computers (both client and server editions) in real-time, and benefit from many of the same features available in the Deployment Console.

To Install Deployment Web Console

  1. By default, DS Web Console installs to the same computer running the installer.
    Click On a remote computer, and then click the Browse button to navigate to a computer where you want the installation to occur. You can also choose to not install Deployment Web Console by clicking the Do not install option.
  2. If you want to change the default values, enter a Console port and Deployment Web Console path for the installation.
  3. The Service user name and Service password must be an existing account on the Deployment Share and the destination computer where the Web Console will be installed.

Note: If you are installing an additional Deployment Web Console using Add Component,...

Admin | 30 Jul 2007 | 0 comments

Q:
Juice user Falabsi asked, "How do we get charged for the server and the client license, if we have the Altiris Management Suite".

A:
Hello Falabsi. SVS is included in both Client Management Suite Level 2 and in Total Management Suite. If you purchased either after October 1, 2005, SVS license keys should be available to you through the Altiris License Management Portal (www.altiris.com/lmp). The SVS product code is available for download in the Altiris Solution Center, or at www.altiris.com/Download.aspx (for non-Notification Server customers).

If you do not own CMS2 or TMS, or if you purchased prior to Oct 1, 2005, upgrade pricing is available. Price depends on your discount level, who you are buying from, etc. So please get with your Altiris partner or direct sales...

JeffDG | 31 May 2007 | 2 comments

Q:
When are you going to add some meat to the bones of the Asset ASDK?

Currently the only functions available are "GetAssetStatus" and "SetAssetStatus" I'd love to be able to manage a lot of my associations (like Location or Cost Centre) via an automation.

I currently do quite a bit of this via Connector, but his is pretty kludgy, and being able to gin up some C# to take care of things would be very handy!

Admin | 29 May 2007 | 2 comments

Q:
Dennis wrote, "Using Barcode Solution 6.6 SP1, I would like to be able to scan a computer and then link it to the monitor attached to that computer. Essentially, I want to create an asset-to-asset resource association via the Barcode Solution. What I envision is a technician out on the floor and scanning several different asset types (computers, monitor, phone, etc.) and then when the data is uploaded into the Notification Server, I will have an association created between the assets. Is that possible, or is this an enhancement request?"

A:
Thank you for writing, Dennis. In the current 6.6 product the ability to associate one to many associations is not available. The asset-to-asset you need is a one to many association. However, this is currently on the roadmap for the next major release for both "out of the box" and custom association types.

Admin | 29 May 2007 | 0 comments

Q:
Dan wrote, "Is there a way to set or change the status of an asset based on a policy? For example, I would like to create a policy that will change the status of an asset from "Active" to "Missing" if it has not reported inventory in a predefined number of days. Can this be done?"

A:
Yes. Automated Actions—a feature of Altiris Notification Policies—is the best way to automatically change the status of the asset. For example, if you clone and customize the report "Computers Not Reporting Inventory in the Last "N" Days" to a specified number, such as "30", you can then create policy based on that report and configure it to set the asset status to inactive or missing if a computer does not report inventory in 30 days. In addition, you could also configure the policy to automatically create a new ticket in Alert Manager or the Altiris Helpdesk so that you can efficiently track and remediate the incident...

Admin | 11 Mar 2009 | 2 comments

Q:
A monitor was set up by specifying the File Name and Internal Name which prevents the user from running the application. If the user renames the file, the denial no longer works. Is there a solution?

A:
When monitoring an application, the attributes of the file must match all values specified in the monitor. If a value is specified in the monitor, and the application does not match that value, then the application will not be denied.

To resolve this issue, instead of specifying the File Name and Internal Name, only specify the Internal Name. Then if the user modifies the file name, it will still be denied.

Admin | 04 Jun 2007 | 0 comments

Q:
There are folders and resource types missing on the Resources tab after upgrading to Asset Control and Contract Management 6.2. What is causing this and how can I fix it?

A:

This error occurs when the NS Hotfix 17614 is not installed. Check Add or Remove Programs to verify this hotfix is not installed.

If it is not, go to the Configuration tab > Upgrade/Install additional solutions > AZ Solutions > click on Asset Control and Contract Management install.

There is code in the Solution Center that will see that the hotfix is not installed, and it will give you the ability to install it. Once it is installed the items should be seen on the Resources tab.

ribak | 11 Mar 2009 | 1 comment

The Altiris Helpdesk Solution provides a robust library of data macros to simplify the coding and implementation of business rules. The PREVIOUSITEM macro is a great tool to query the previous value of a field prior to updating the database. The PREVIOUSITEM macro combined with Validation Rules are a powerful combination of easy to use features that enforce workflow and business logic in the Helpdesk Solution.

The following example uses the PREVIOUSITEM macro to prevent the editing of an incident that has already been closed. This is useful in environments that have SLA agreements triggered by the closing of an incident and also prevents multiple notifications and reporting of closed incidents.

The rule can easily be imported into Helpdesk Solution and modified to meet your business requirements. Follow the steps below to import and test this rule in your environment.

Step 1: Create the import file

  1. Copy and paste the following text into...
Admin | 04 Jun 2007 | 3 comments

Q:
Tony asked, "Is there a way to automatically add an additional comment to a new incident?"

A:
Tony, you can automatically add comments to a new incident using an Incident Rule. Set up a new rule and in the "Set these properties" box add Comment and on the following page add WORKITEM(workitem_comment) to keep what has already been set and then insert whatever comment you wish to add. Set the When property to "Only when incident is new", make sure active is set, and save.

Admin | 11 Mar 2009 | 1 comment

Q:
Andy questioned "Does the Helpdesk Solution have the capability to run a rule before you save (commit) the incident? For example, if a certain category is selected, I would like it to prompt the worker with a specific list of questions to capture all the necessary information before the incident is transferred or routed to another worker. Is it possible to have rules run while still in the edit view?"

A:

Hi, Andy. Yes, validation rules run before the save actually occurs. When their criteria evaluate to true then the save will stop and a message will be displayed that says what must happen. This allows you to make sure the data you want in the incident is correct.