distribution of the module
the module is located on Powershell Gallery https://www.powershellgallery.com/packages/iDRAC4Redfish/
installation
if you are running Powershell 5 or later, simply type
install-module iDRAC4redfish -scope currentuser
in and administrator session of Powershell
update
as the module is currently updated to new features, you may want to use
install-module iDRAC4redfish -force
Import-Module iDRAC4redfish -force
to get the latest version