Eshwar's blogSyndicate content

October 20th, 2008 | +28 (28 votes)

I have created the following report when I was asked to write an altiris report, to find a list of software installed on the given user’s PCs.

7 comments
July 7th, 2008 | +27 (27 votes)

You can manually delete temporary files and folders from the following locations:
[C:\Documents and Settings\<username>\Local Settings\Temp]
[C:\Documents and Settings\<username>\Local Settings\Temporary Internet Files]

You can ignore the above method since there is a smart way to do it. Just execute the following script and you are done.

9 comments
May 13th, 2008 | +29 (29 votes)

Did you know you can install an application with VBScript using the "Run" method.

Here's a sample script illustrating how we do it (and how we also write return codes to the eventlog):

5 comments
May 13th, 2008 | +27 (27 votes)

You can find whether a software package is installed on computers on you network by querying the [Inv_AeX_OS_Add_Remove_Programs] table.

Here's how to find the machine name by joining the [Inv_AeX_AC_Identification] table.

5 comments
May 12th, 2008 | +27 (27 votes)

Did you know you could retrieve hardware serial numbers and memory module information from your Inventory Solution data? It's possible by joining [Inv_AeX_HW_Serial_Number] and [Inv_AeX_HW_Memory_Modules] tables with [Inv_AeX_AC_Identification].

Here's the syntax:

1 comments