$domaine
This commit is contained in:
parent
908274a7e4
commit
28cf92e4f1
@ -2,11 +2,12 @@
|
|||||||
// Ce script renvoie au format json la liste des tâches en cours sur une machine $host
|
// Ce script renvoie au format json la liste des tâches en cours sur une machine $host
|
||||||
header('Content-type: application/json; charset=utf-8');
|
header('Content-type: application/json; charset=utf-8');
|
||||||
include('lib.php');
|
include('lib.php');
|
||||||
|
$domaine = "IUT";
|
||||||
$hote = $_GET['host'];
|
$hote = $_GET['host'];
|
||||||
// Récupérer sur un POST, récupérer en https
|
// Récupérer sur un POST, récupérer en https
|
||||||
// ajouter une clé partagée à tester
|
// ajouter une clé partagée à tester
|
||||||
//$command = "tasklist /fo csv /nh /v /u IUT\Administrateur /p ".Decrypte($mdp, $cle)." /s ".$hote." | findstr IUT | sort";
|
//$command = "tasklist /fo csv /nh /v /u IUT\Administrateur /p ".Decrypte($mdp, $cle)." /s ".$hote." | findstr IUT | sort";
|
||||||
$command = "tasklist /fo csv /nh /v /u IUT\Administrateur /p ".Decrypte($mdp, $cle)." /s ".$hote." | sort";
|
$command = "tasklist /fo csv /nh /v /u $domaine\Administrateur /p ".Decrypte($mdp, $cle)." /s ".$hote." | sort";
|
||||||
//$command = 'task.bat "'.Decrypte($mdp, $cle).'" '.$hote;
|
//$command = 'task.bat "'.Decrypte($mdp, $cle).'" '.$hote;
|
||||||
$res = array();
|
$res = array();
|
||||||
$tab_task = array();
|
$tab_task = array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user