Scripting

Including XP Firewall Exceptions in a Deployment Job

Including XP Firewall Exceptions in a Deployment Job

dnorris's picture

When packaging an application requiring an exception within the XP firewall, you can automate the exception using netsh.

3.958335
Average: 4 (24 votes)
Report on Machines Up or Down – The Next Step: Turn On Those Machines

Report on Machines Up or Down – The Next Step: Turn On Those Machines

I created an article discussing how to utilize a simple ping utility in conjunction with Task Server and Connector Solution to create a job which reports on which machines are up or down. The natural extension to this would be to attempt to "wake" or turn on those machines.

3.555555
Average: 3.6 (18 votes)
Report on Machines Up or Down

Report on Machines Up or Down

I have had several requests from clients who would like to have a report that lets them know if their desktops are powered up or powered down. Usually this is something that they would like to know first thing in the morning. Altiris provides this for servers, however there is nothing really available for desktops.

3.9375
Average: 3.9 (16 votes)
Custom Inventory XML Creator

Custom Inventory XML Creator

hendricksonet's picture

Here is a tool that automates the creation of Custom Inventory xml files when reading from an INI file. The only customization that needs to be done is replacing the FileLocation variable on line 18 with the location of where you want to save the file to.

4.14815
Average: 4.1 (27 votes)
Free Locked Files with Handle

Free Locked Files with Handle

haim96's picture

How many times have you tried to delete a file and only to discover that it locked by some application or service?

The "Handle" tool from Sysinternals is a command line tool that shows you the open handles in your system and allows you to close any selected handle.

3.21739
Average: 3.2 (23 votes)
VB Script for Setting Mouse to Wake on LAN

VB Script for Setting Mouse to Wake on LAN

haim96's picture

This script will set all pointing devices that are connected to a computer to wake on LAN.

NOTE that setting a mouse to WOL may cause unwanted result because it is more sensitive then keyboard.

3.357145
Average: 3.4 (28 votes)
VB Script for Setting Keyboard to Wake on LAN

VB Script for Setting Keyboard to Wake on LAN

haim96's picture

If you decided to implement a power management solution with Altiris NS, this script will set all keyboards in a computer to wake on LAN.

This allows the user to resume from sleep or hibernate mode with just pressing a key.

3.238095
Average: 3.2 (21 votes)
Customizing the Barebones Restore Script

Customizing the Barebones Restore Script

MBHarmon's picture

Late last week and earlier this week I posted two different Visual Basic scripts. Being someone who doesn't know much about VB scripting and knew even less when I started on this process I felt it would probably be beneficial for those like me to go over the scripts and give some examples of adding other files that may need to be backed up. So I posted an article on modifying the backup script I posted earlier. If you were using the restore script, found here, you may want to modify that one as well, understanding that process will be the goal of this article.

3.785715
Average: 3.8 (14 votes)
Customizing the Barebones Backup Script

Customizing the Barebones Backup Script

MBHarmon's picture

Late last week and earlier this week I posted two different Visual Basic scripts. Being someone who doesn't know much about VB scripting and knew even less when I started on this process I felt it would probably be beneficial for those like me to go over the scripts and give some examples of adding other files that may need to be backed up.

3.5
Average: 3.5 (14 votes)
Using VBScript to Set Properties in MSI

Using VBScript to Set Properties in MSI

piyushnasa's picture

We can easily use Set Property Custom Action to set Windows Installer Property, but sometimes we wish to set the property directly in VbScript, specially if we are taking an input from a user through VBScript. Hope this tip helps.

3.826085
Average: 3.8 (23 votes)
Syndicate content