How to hash passwords in PowerShell with ASP.NET Core Identity PasswordHasher
Calling .NET types from PowerShell is not always as straightforward as it seems. Here’s how I was able to use the PasswordHasher to generate a hash compatible with ASP.NET Core Identity’s AspNetUsers table.
Read More...