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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NDS Reporting

Status
Not open for further replies.

doublej2

Technical User
Joined
Aug 9, 2002
Messages
9
Location
NZ
Hi,
I am trying to get some info out of NDS as a report. I want to get the location class object. I have used NDSrpt which has all sorts of object classes to search for but not the location class. Does anyone know of a product that can get this information for me.

cheers,

JJ
 
You could get a simple list by going to the command prompt and typing...

NLIST user SHOW "Location"

Include quotes around location. To capture it to a text file add a output redirect like...

NLIST user SHOW "Location" > textfile.txt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top