SUPINFO International University

SUPINFO Institute of Information Technology
Laboratoire Microsoft




Activer le contrôle à distance pour un compte d'utilisateur

Accueil > Script > terminal_server > Activer le contrôle à distance pour un compte d'utilisateur

Activer le contrôle à distance pour un compte d'utilisateur

Par Vincent TROTTIER, Laboratoire Microsoft
Publiée le 26/08/2005 vers 16h.

Const Disable = 0
Const EnableInputNotify = 1
Const EnableInputNoNotify = 2
Const EnableNoInputNotify = 3
Const EnableNoInputNoNotify = 4

Set objUser = GetObject _
("LDAP://cn=MyerKen,ou=Management,dc=NA,dc=fabrikam,dc=com")
objUser.EnableRemoteControl = EnableNoInputNoNotify

objUser.SetInfo



Proposer un script

Notre avis :

Votre avis :

Réactions :
0

Votants :
6

Visites :
21141

1
2
3
4
5

Scripts Windows Précédent :

Supprimer un compte Terminal Server



Retrouvez ci-dessous les autres sections du Laboratoire Microsoft