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

How do I create a .txt file of the applications associated to a Group

Status
Not open for further replies.

Operator2

Technical User
Nov 1, 2004
8
US
What tool can I use to create a .txt file to include all of the applications associated with a group ?
 
This will do the trick:

nlist group show "app:associations" /s >OUTPUT.TXT

Also, this is a command line tool. no GUI. Before you run this, run CX [ROOT] (or the container where the groups are).

NLIST is in SYS:pUBLIC on your server

Marvin Huffaker, MCNE
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top