Revision 1 posted to Content Management Wiki by Dana Guthrie on 8/6/2019 6:57:42 PM
Product(s): | ProjectWise Administrator | ||
Version(s): | Connect | ||
Area: | User Node | ||
Original Author: | Dana Guthrie, Bentley Technical Support Group |
Problem
In a previous version of Projectwise, there used to be a "Last Login date" column in the user node
Steps to reproduce
- Log into Projectwise Administrator.
- Click on the "User" node to show all user accounts
- The "Last Login date" column is missing.
Solution
The "Last Login date" column was removed from Connect Edition 10.00.03.262 for performance reasons. It is under review to be returned in a future release.
To see the last login date we recommend to use PowerShell to retrieve the information.
The following line would provide the last login date information (it should be run in a PW-enabled PowerShell session with a connection to DB):
get-pwuser -ShowLastLoginDate | sort -Property LastLogin
For more information on using PowerShell see Projectwise PowerShell Extension and the PowerShell Forum