FAQ : IDEAL Dispatch

Distribuzione e disinstallazione da remoto di software per Windows

Cerca Guida  

FAQ

By using this search engine, you can search one or more terms in the complete Pointdev FAQ.

  • In order to look for one or more keywords, type them in the search field using space to separate them.

    ex : remote control

    This search will show you every FAQ containing the word "remote" OR "control".

  • In order to look for a full sentence, use the quotes " " around your keywords
  • ex : "remote control"

    This search will show you every FAQ containing the whole word "remote control".


 Titolo e contenuto
 Solo titolo

Some examples of deployments by using IDEAL Dispatch

VBScript Action: Deactivating the Firewall by running a VBScript locally

Example n°8: Deactivating the Firewall by running a VBScript locally

Running locally means that the file to be read or run will be copied automatically to all servers and workstations involved in the distribution.

Description:

This VBS script deactivates the firewall in XP SP2.

Script:

Set objFirewall = CreateObject("HNetCfg.FwMgr")
Set objPolicy = objFirewall.LocalPolicy.CurrentProfile
objPolicy.FirewallEnabled = FALSE

You must configure the following arguments:

  • Check the Local running checkbox.
  • Indicate the path of the executable file: G:\Desactiv_firewall.VBS
  • Select wscript   as an executable VBScript.
  • Using the VBScript argument manager, select //B   //Nologo for silent running

Ultima modifica: 04/05/2009

Precedente
   
Successivo

Torna alla lista

 



FAQ : IDEAL Administration | IDEAL Dispatch | IDEAL Remote | IDEAL Migration



IDEAL Dispatch 9.9
SCARICA
VERSIONE GRATUITA
Torna in alto