Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

scrips on client info.

Status
Not open for further replies.

warlock0199

IS-IT--Management
Jun 18, 2003
29
ZA
Good day all.

I need to do an audit on the backup servers to export the client names and the client savesets to an external file.

Have anybody done this before?

THNX...
 
You can do it with NSRADMIN in "non-interactive" mode.

You write in an input file (with -i or -f option)all the request and filters (client,saveset...) and you redirect it to an output file (with a basic >).

 
Just use the mminfo command as follows:

mminfo -q "client=name" -r "client,name,and_so_on" > file

BTW - with NW 7 you can even export the file as CSV (character separated value) file or in XML format
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top