Get-Module -FullyQualifiedName not working

Get-Module -FullyQualifiedName @{ ModuleName = ‘Pscx’; ModuleVersion = ‘3.2.1.0’ }

Gets no results, is this a bug?

This was me being dumb, I was looking for

Install-Module -Name ‘Pscx’ -RequiredVersion ‘3.2.1.0’

Since I wanted to download the item.

Of course I was getting nothing from Get-Module because Pscx was not installed yet.