2008-03-04

Want to restrict launch applications on some workstations / servers ?

Here's the code you can add to your OSDs file for each application you want to restrict

<clientversion version="3.1.2.2">

<script timing="PRE" event="STREAM" wait="TRUE" protect="TRUE" successresult="1" abortresult="0">

<scriptbody>IF %COMPUTERNAME% == RESTRICTEDCOMPUTER RC="1"</scriptbody>

</script>

I hope that this can save you time..

In all script that i use, i try to make it as simple as possible so in 6 months when i will not remember of this script, that will be really simple to understand and debug it if i need.

No comments: