Move PasswordLastSet further down
This commit is contained in:
parent
e2a8a9f606
commit
6cf95fa9aa
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,6 @@ function ADUserInfo {
|
|||
'LockedOut'
|
||||
'CannotChangePassword'
|
||||
'PasswordNeverExpires'
|
||||
'PasswordLastSet'
|
||||
'GivenName'
|
||||
'Surname'
|
||||
'DistinguishedName'
|
||||
|
@ -42,6 +41,7 @@ function ADUserInfo {
|
|||
'Department'
|
||||
'Created'
|
||||
'Modified'
|
||||
'PasswordLastSet'
|
||||
)
|
||||
$ADPropertiesGetOnly = @(
|
||||
'msDS-UserPasswordExpiryTimeComputed'
|
||||
|
|
Loading…
Reference in a new issue