Skip to content
  • There are no suggestions because the search field is empty.

How To: List users via PowerShell, NXCLI, or SQLite

How To: List users via PowerShell, NXCLI, or SQLite

Question

How to get a list of users via PowerShell, NXCLI, and/or SQLite

Answer

Below are the scripts that will list the users via PowerShell, NXCLI, and/or SQLite.

Script for PowerShell

$list = Get-UsrList -ServerGuid $myserver -AuthGuid native

For PowerShell scripts, you may check this URL for more samples: https://github.com/southrivertech/titanapi.pub/tree/main/sdk/powershell/samples 

Script for NXCLI

nxcli /AdminUser="your-admin-user" /AdminPass="your-admin-pass" /Target=USR /Action=list /ServerName="your-server-name" /Username="user" /AuthGUID=native

Script for SQLite Database

SELECT document from nxUserParams where Discriminator = 'Name';

 

 

 

 

Need More Help? We’ve Got You Covered.

If you didn’t find what you were looking for, our support team is here to help. Customers with active maintenance and support can join the help desk and Submit a ticket and one of our experts will follow up shortly.