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'
|
'LockedOut'
|
||||||
'CannotChangePassword'
|
'CannotChangePassword'
|
||||||
'PasswordNeverExpires'
|
'PasswordNeverExpires'
|
||||||
'PasswordLastSet'
|
|
||||||
'GivenName'
|
'GivenName'
|
||||||
'Surname'
|
'Surname'
|
||||||
'DistinguishedName'
|
'DistinguishedName'
|
||||||
|
@ -42,6 +41,7 @@ function ADUserInfo {
|
||||||
'Department'
|
'Department'
|
||||||
'Created'
|
'Created'
|
||||||
'Modified'
|
'Modified'
|
||||||
|
'PasswordLastSet'
|
||||||
)
|
)
|
||||||
$ADPropertiesGetOnly = @(
|
$ADPropertiesGetOnly = @(
|
||||||
'msDS-UserPasswordExpiryTimeComputed'
|
'msDS-UserPasswordExpiryTimeComputed'
|
||||||
|
|
Loading…
Reference in a new issue