Skip to main content
March 3, 2016
Question

Is it possible to retrieve the complete user list of PTC Integrity users?

  • March 3, 2016
  • 3 replies
  • 3153 views

For communication purpose, is it possible to get the details of all the active Integrity users?

    3 replies

    1-Visitor
    March 3, 2016

    Hello Sujith Dattatreya Padaki,

    You can get all active Client Connections from the Administration Client in Server Diagnostics -> Client Connections.

    The same information is availible through the cli with the command

         integrity diag --diag=connections

    I hope this helps you.

    Regards,

    Dominik

    March 4, 2016

    Hello Domoinik,

    Thanks for your reply. My question was to get the complete list of users who have access to MKS and not just active connections.

    Thank you

    1-Visitor
    March 4, 2016

    Hello,

    please have a look at Tobias Ketz‌ answer in How can I get a list of LDAP users from a script?

    You can use

         aa users

    to get a list of all users.

    Regards,

    Dominik

    16-Pearl
    March 4, 2016

    I am making an assumption here, that you have a typical system configured with Change Packages enabled with Integrity. Also, it sounds that your system is configured to allow anyone to log in (otherwise you would be controlling who has access and therefore you would know the list).

    In this case, the command im users will return the list of all users who have logged into Integrity at least once.

    From this list, you can use im viewuser to find the ones who are active (use -? to find the command's options).

    What you're looking for is the output of this:

    1-Visitor
    March 8, 2016

    I am sure this will help you to get all list of user from integrity in excel sheet.

    Im users > %userprofile%\desktop\user.csv

    Im users --fieds fullname > %userprofile%\desktop\user.csv

    Im users --fieds isactive > %userprofile%\desktop\user.csv