Takehiko Kodama
Takehiko Kodama

Reputation: 63

How to set LastPasswordChangeTimestamp?

We are using 3rd-party IdP for Office 365 (Azure AD) without Active Directory and some users are required frequent login. It looks this article matches our situation. So, I wanted to set LastPasswordChangeTimestamp but failed even by Set-MsolUser powershell command. The command finished without errors but actually the value was not changed.

How can I set LastPasswordChangeTimestamp by powershell or rather API?

Upvotes: 2

Views: 2702

Answers (2)

Jon
Jon

Reputation: 36

We are having the same problem. The Azure Support said that setting this property is not supported anymore due to internal design changes and suggested us to go for https://feedback.azure.com to provide a design change request.

You can find the request here: https://feedback.azure.com/forums/169401-azure-active-directory/suggestions/30930691-possibility-to-set-attribute-lastpasswordchangetim

Upvotes: 1

Jason Ye
Jason Ye

Reputation: 13964

How can I set LastPasswordChangeTimestamp by powershell or rather API?

Based on my knowledge, we can't modify this attribute. This attribute sync with Azure.

After we change user's password, this attribute will update to new date.

This attribute LastPasswordChangeTimestamp used for report and audit, we can't update it manually.

Upvotes: 1

Related Questions