Date - SEP 07
Affected Product & Version - NVBU ALL
Affected Module & Version - GUI
OS Version - Any
Application Information - N/A
Description:
How to use command line from one windows machine to quickly find out if the NetVault Services are running in another Machine.
Symptoms:
Here is how to use Command Line to find out if the NetVault Services are running in another Windows Machine, without using remote desktop application.
From a windows machine:
1)- Open a terminal window by Clicking on the Start, selecting Run, typing cmd and pressing the Enter Key on the Keyboard.
On the new window type the following command
tasklist /S <Server Name> /U <Domain\Username> /P Password /SVC | findstr <"nv">
for Example: tasklist /S 10.1.80.XXX /U <corp\your username on that machine> /P <Your Password> /SVC |findstr /I nv
note: If you do not want to type the password in the command line, you can exclude the (/P Password>) argument and you will be asked for it on the next line.
© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy