Enumerations/USER_INFORMATION_CLASS.ps1
$USER_INFORMATION_CLASS = psenum $Module USER_INFORMATION_CLASS UInt32 @{ UserGeneralInformation = 1 UserPreferencesInformation = 2 UserLogonInformation = 3 UserLogonHoursInformation = 4 UserAccountInformation = 5 UserNameInformation = 6 UserAccountNameInformation = 7 UserFullNameInformation = 8 UserPrimaryGroupInformation = 9 UserHomeInformation = 10 UserScriptInformation = 11 UserProfileInformation = 12 UserAdminCommentInformation = 13 UserWorkStationsInformation = 14 UserSetPasswordInformation = 15 UserControlInformation = 16 UserExpiresInformation = 17 UserInternal1Information = 18 UserInternal2Information = 19 UserParametersInformation = 20 UserAllInformation = 21 UserInternal3Information = 22 UserInternal4Information = 23 UserInternal5Information = 24 UserInternal4InformationNew = 25 UserInternal5InformationNew = 26 UserInternal6Information = 27 UserExtendedInformation = 28 UserLogonUIInformation = 29 } |