Script to backup and restore Azure Active Directory password hashes -


i looking powershell, azure cli, or other type of script or program allow me backup , restore user attributes including password hash.

this azure cli command gives me of want, doesn't include password hashes:

az ad user list --verbose 

the answer this question 3 years ago indicates can use powershell get-msoluser command, command seems return userprincipalname, displayname, , islicensed. not return password hash.

this product quest indicates there way these password hashes.

does know of way of user properties, including password hash using script or program?

azure active directory not expose apis expose part of user's password, including password hash.

i believe product referencing using "recycle bin" of azure active directory restore soft-deleted items.

there tutorial on how through msol powershell module here.

at no point gain access password hash of user through process.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -