This module is nothing fancy. I needed to convert multiple SIDs today to plain text and I did write a small function for it.
You can install the module from PowerShell Gallery trough your PowerShell window with the following command:
PowerShell
Install-Module -Name ConvertSID -Scope Allusers -Force
PowerShell