Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

trb48's blog

13 Jul 2009 |

I needed to find a way to set the default printer via a Deployment Console job. I have found a few different ways of doing it.

The first is a vbs script:

Set WSHNetwork = CreateObject("WScript.Network")
WSHNetwork.SetDefaultPrinter "[PRINTER_NAME]"

4 comments
26 Jan 2009 |

Symantec has released an update for SVS Pro (or Symantec AppStream). They mark the severity as "High". Without this patch, a savvy hacker could download "download of arbitrary code on a client system".

0 comments
21 Jan 2009 |

I work at a two year College. Before every semester I reimage all of the computers the students will be using. This semester I decided to jump feet first into software virtualization.

0 comments
12 Aug 2008 |

We are trying to move to Active Directory authentication at work. We have bumped into a few problems. The one I solved today deals with user profiles.

4 comments
08 Aug 2008 |

I was browsing the web and found this great article:

0 comments
21 Jul 2008 |

A few weeks back I needed to figure out how to add some computers to our domain. I did not want to go to every computer. There are a couple of ways to add a computer to the domain. The first is a VBS script.

0 comments
21 Jul 2008 |

I work at a college, and there is a need to have students who are registering or applying to our school to use computers. The problem is that they usually don't have a user name or password.

0 comments
18 Jul 2008 |

There are several different ways to update Windows computers. Most people use Windows Updates.

5 comments
22 Jun 2007 |

I really wanted a way to silently install Altiris Agent on my computers. So, I hunted around until I found out how.

4 comments
21 Jun 2007 |

Have you ever wanted to script a rotating backup through Deployment Solution? Have you ever wanted to unleash the power of the command prompt? Have you ever wanted to assign a drive letter to a folder? If you answered yes to any of those quetions, check out this sweet resource I ran across:

1 comment