Private/Get-Hash_Test.ps1

function Get-Hash_Test
{
    param (

        $Hash
    )

    Write-Output "$Hash"
}