Description of local user

(imported topic written by anthonymap91)

I am trying to pull the description of the local users in windows, but description is not defined.

q: description of local users

E: The operator “description” is not defined.

Thanks

Anthony

(imported comment written by NoahSalzman)

Not knowing the answer I did this:

q: properties whose (it as string contains “local user”)

A: domain user : local user

A: domain users: local user

A: local user : local user

A: local users: local user

A: name of : string

A: password age of : time interval

A: guest privilege of : boolean

A: user privilege of : boolean

A: admin privilege of : boolean

A: home directory of : string

A: comment of : string

A: script flag of : boolean

A: account disabled flag of : boolean

A: home directory required flag of : boolean

A: no password required flag of : boolean

A: password change disabled flag of : boolean

A: locked out flag of : boolean

A: password expiration disabled flag of : boolean

A: normal account flag of : boolean

A: temporary duplicate account flag of : boolean

A: workstation trust account flag of : boolean

A: server trust account flag of : boolean

A: interdomain trust account flag of : boolean

A: logon script of : string

A: print operator flag of : boolean

A: communications operator flag of : boolean

A: server operator flag of : boolean

A: accounts operator flag of : boolean

A: full name of : string

A: user comment of : string

A: application parameter string of : string

A: allowed workstations string of : string

A: last logon of : time

A: last logoff of : time

A: account expiration of : time

A: maximum storage of : integer

A: bad password count of : integer

A: logon count of : integer

A: logon server of : string

A: country code of : integer

A: code page of : integer

A: user id of : integer

A: primary group id of : integer

A: profile folder of : string

A: home directory drive of : string

A: password expired of : boolean

Are you looking for “comments”?

q: (names of it, comments of it, user comments of it) of local users

A: Administrator, Built-in account for administering the computer/domain,

A: Guest, Built-in account for guest access to the computer/domain,

A: Noah Salzman, ,

(imported comment written by anthonymap91)

Perfect!! thanks

(imported comment written by tharryman91)

Hello;

I am trying to retrieve certain of these properties (names of it, logon count of it, password ages of it, last logons of it), but not only for local users. Actually for these users: (members of it of local group “Administrators”)

I can get the properties of local users to work fine, and listing the members of the Administrators works fine, but I can’t seem to get it to list the properties of the local

and domain

users of the Administrators group - I do not know how to concatenate the two phrases.

I would be o-so-grateful for any help!

Thanks,

Timothy

Hi,

can share the “last logoff user time” relevance?

Thanks,
Nagaraj.