How to View Detailed Information About All User Accounts on a Windows PC

This tutorial will show you how to quickly view detailed information about all user accounts on your Vista, Windows 7, and Windows 8 PC.
Here's How:
1. Open a command prompt.
2. In the command prompt, copy and paste the command below you want to use, and press Enter.
(To see results in command prompt)
wmic useraccount list full
(To save results to a "UserAccountsDetails.txt" file on your desktop)
wmic useraccount list full >"%userprofile%\Desktop\UserAccountDetails.txt"
3. You will now see all user accounts on the PC listed with detailed information about each one. (see screenshot and table below)
Properties | Description |
AccountType | A flag that describes the characteristics of the user account.
|
Description | Description of the account if available. |
Disabled | True or False if the user account is currently disabled. |
Domain | Name of the Windows domain (ex: computer name) the user account belongs. |
FullName | Full name of the local user account. |
InstallDate | Date the object is installed if available. This property does not need a value to indicate that the object is installed. |
LocalAccount | True or False if the user account is defined on the local computer. |
Lockout | True or False if the user account is currently locked out of Windows. |
Name | Name of the user account. This would be the same name as the "C:\Users\(user-name)" profile folder of the user account. |
PasswordChangeable | True or False if the password of the user account can be changed. |
PasswordExpires | True or False if the password of the user account expires. |
PasswordRequired | True or False if a password is required for the user account. |
SID | Security identifier (SID) for this account. A SID is a string value of variable length that is used to identify a trustee. Each account has a unique SID that an authority, such as a Windows domain, issues. The SID is stored in the security database. When a user logs on, the system retrieves the user SID from the database, places the SID in the user access token, and then uses the SID in the user access token to identify the user in all subsequent interactions with Windows security. Each SID is a unique identifier for a user or group, and a different user or group cannot have the same SID. |
SIDType | Enumerated value that specifies the type of SID.
|
Status | Current status of an object. Various operational and nonoperational statuses can be defined. Operational statuses include: "OK", "Degraded", and "Pred Fail", which is an element such as a SMART-enabled hard disk drive that may be functioning properly, but predicts a failure in the near future. Nonoperational statuses include: "Error", "Starting", "Stopping", and "Service", which can apply during mirror resilvering of a disk, reloading a user permissions list, or other administrative work. The values are:
|
That's it,
Shawn
Related Tutorials
- How to Create and Add a New User Account in Windows 8 and 8.1
- How to Delete a User Account in Windows 7 and Windows 8
- How to Change User Account Name in Windows 8 and 8.1
- How to Change an User Account Type in Windows 8 and 8.1
- How to Change or Remove a Local Account Password in Windows 8 and 8.1
- Enable or Disable Password Expiration for a User in Windows 7 and Windows 8
- How to Set Account Lockout Threshold for Invalid Logon Attempts
- How to Set Account Lockout Duration for Locked Out User Accounts
- How to Unlock a Locked Out User Account in Windows 7 and Windows 8
- How to Enable or Disable a User Account in Windows 7 and Windows 8
- Enable or Disable Built-in Elevated "Administrator" Account Windows 8 and 8.1
- How to Turn On or Off Guest Account in Windows 8 and 8.1
Attachments
Last edited by a moderator: