Author |
Message |
sevendigit
Joined: 10 Nov 2011 Posts: 4
|
Posted: Thu Nov 10, 2011 1:04 pm Post subject: check remotely if Profile Status is disabled |
|
|
Hello
How can I check remotely if the profile is disabled please ?
Is there a command line for that ?
Thank you. |
|
Back to top |
|
|
sevendigit
Joined: 10 Nov 2011 Posts: 4
|
Posted: Thu Nov 10, 2011 2:59 pm Post subject: |
|
|
i've found using PSTools from Sysinternals the way start the engine remotely but I didnt find how to know if it is disable.
Quote: | psexec -s -i \\computername "c:\Program Files (x86)\VVengine\serv\VVConsole.exe" -h "-c:ENABLE ALL" |
|
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
Posted: Fri Nov 11, 2011 3:06 am Post subject: |
|
|
Hi,
do you see the VVConsole console on your computer when you launch it remotely?
thanks
Matt
TGRMN Software _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
sevendigit
Joined: 10 Nov 2011 Posts: 4
|
Posted: Fri Nov 11, 2011 7:14 am Post subject: |
|
|
The console only shows the information on the local PC. That's why I've used the hidden (-h) parameter.
I dont know how to have the console on a remote PC. Do you ? |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
Posted: Fri Nov 11, 2011 10:55 am Post subject: |
|
|
OK, you need a way to report the output of VVConsole to your machine.... You could output the VVConsole to a text file and send it via e-mail to yourself ? Or redirect the VVConsole output to the MSG command? Never tried this myself, however it could work see:
http://support.microsoft.com/kb/186480
thanks
------------------------
-- www.tgrmn.com --
------------------------ _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
sevendigit
Joined: 10 Nov 2011 Posts: 4
|
Posted: Fri Nov 11, 2011 12:02 pm Post subject: |
|
|
Quote: | You could output the VVConsole to a text file and send it via e-mail to yourself ? |
We tried... the console cannot redirect the result
vvconsole "-c:STATUS" > status.txt
vvconsole "-c:STATUS" > status.txt 2>&1
vvconsole "-c:STATUS|QUIT" > status.txt
nothing works ...
dont understand how MSG works it says it is for terminal services.
vvconsole "-c:STATUS" > msg user /server ?? |
|
Back to top |
|
|
|