Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Caseman22

  1. Caseman22

    global Exclude list for Windows clients?

    The value should already be there if not create MULTI_SZ value called "Exclude" and put you exclusions in binary format. You can use REGEDT32 to enter as text and it will convert it to Binary. you can export this with regedit and us it in your script. You would end up with something like this...
  2. Caseman22

    global Exclude list for Windows clients?

    You would have to do these manually and not include them in the exclusion update policy.
  3. Caseman22

    global Exclude list for Windows clients?

    You can add your exclusions to each client's registry. HKLM\software\veritas\netbackup\currentversion\config\exclude in binary format. You can create a script to add it to the registry of remote machines. You could even create a policy to run the script each day, you could push out the same...

Part and Inventory Search

Back
Top