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.

SVSGlobalEXIgnore

Updated: 29 Jul 2010 | 1 comment
Jordan's picture
0 0 Votes
Login to vote

Last week I posted a tool that allowed for easy exporting and importing of SVS global excludes. But what if you have one layer that needs to ignore those excludes? Should you just not use global excludes?

In situations like this SVS provides a way to set layers to ignore the global exclude list. However, this isn't easy to find -- it's only in SVSadmin hidden away as a small checkbox on the "Exclude" tab. For those looking for an easy solution I've written a small tool that will allow you to set a layer to ignore the global exclude.

Usage

This tool requires .NET 3.5 to run

SVSGlobalEXIgnore.exe takes a Guid and one of two switches:

  • [/S]et will set the layer to ignore the global exclude list.
  • [/C]lear will clear the layer of the above setting making it use the global exclude list.

So an example would be: SVSGlobalEXIgnore "myGuid" /S

OnEvent Use

Since this tool uses the SVS API library and doesn't directly edit the registry there's no need to use the layer's meta directory, the change made will always go to the base where it's supposed to go.

License: Altiris EULA
By downloading this software, you agree to the terms and conditions in the Altiris End User License Agreement
Support: User-contributed tools on the Juice are not supported by Altiris Technical Support. If you have questions about a tool, please communicate directly with the author by visiting their profile page and clicking the 'contact' tab.

Comments

fbuonvino's picture
03
Apr
2008
0 Votes 0
Login to vote

TRANSLATION

Fenny

This is an ITALIAN translation of the article:

SVSGlobalEXIgnore
Filed under: Software Virtualization Solution Layer Management, Command Line

un grazie a Jordan, per il suo articolo originale inviato Martedì 1 aprile 2008, 13h41.

La scorsa settimana inviai un tool che permetteva un facile Import/Export dei Global Excludes di SVS.
Ma come comportarsi quando un layer non richieda tali Excludes? Si dovrà rinunciare del tutto al Global Exclude?

Per settare i layers, affinchè ignorino la lista dei global exclude, SVS prevede uno strumento apposito, purtroppo di non immediato reperimento -- si tratta infatti di una casellina da riempire all'interno del tab "Exclude" di SVSadmin. Per coloro che cerchino una via più diretta ho quindi scritto un piccolo tool che permette di settare un layer affinchè ignori il global exclude.

Utilizzo

Il funzionamento del tool richiede la presenza di .NET 3.5.

SVSGlobalEXIgnore.exe usa un GUID ( vedi: it.wikipedia.org/wiki/GUID ) ed uno dei due Switches:

- [/S]et setta il layer perchè ignori la lista dei global exclude;

- [/C]lear toglie tale settaggio così che il layer possa utilizzare la lista dei global exclude.

Un esempio può essere: SVSGlobalEXIgnore "myGuid" /S

Utilizzo OnEvent

Poichè questo tool usa la libreria API di SVS e non modifica direttamente il Registro non sarà necessario utilizzare una meta directory del layer, la modifica andrà infatti a disporsi alla base, dove si suppone che vada.

Licenza Altiris EULA
Scaricando questo software sarete tenuti al rispetto dei termini dello:
Altiris End User License Agreement

Supporto I tools forniti dagli utenti su Juice non sono supportati dall' Altiris Technical Support.
Se avete domande circa un tool, vogliate comunicare direttamente con l'autore visitando la sua pagina-profilo e cliccando sul tab "contact" .

Fenny