soc/api/v1/registry/Get-RegistrySettingList.ps1

function Get-RegistrySettingList
{
    return Invoke-Api Get "/soc/api/v1/registry/?pageSize=9999"
}