📎 AI Summary:
The thread discusses an issue where the original poster cannot retrieve the Host ID of their Ceton Infinity 4 TV tuner card in Windows Media Center, hindering cable card pairing. Despite attempts with a clean Windows 7 installation and command-line tools like WMIC and PowerShell, they haven't succeeded. A contributor suggests exploring WMI for relevant data, but the original poster remains unsure how to identify the correct class, and the discussion ends with no definitive solution provided.

jtpcamp

Extraordinary Member
Member details
Joined
Oct 31, 2009
Messages
98
Thread Author #1
I have a Ceton Infinity 4 TV tuner card in my computer. I recently moved and had to get a new Cable Card but I was unable to pair it to the Ceton card due to not being able to get the Host ID of the Ceton card. Windows Media Center usually displays a page with this information but after 15 or so tries mine skips that page. I even tried a Clean Install of Win 7 but that page still does not display. I have tried every way I can think of but I can't get the Host ID.

WMC gets the number from the card so there has to be a way for Windows to get the number some other way, like maybe some DOS command but no one knows one. Maybe some other way to get the number. Does anyone have a suggestion??
 

Solution
You just supply the class name like Get-WmiObject Win32_ComputerSystem of course you need to know where that data is held and I couldn't tell you

Neemobeer

Windows Forum Team
Staff member
Member details
Joined
Jul 4, 2015
Messages
8,995
I'm not sure if it will have it's own class or it may have a special namespace, but that data will most likely be stored in WMI which can be queried with WMIC from the command prompt or Get-WmiObject from Powershell or there are GUI based tools you can download to explore the WMI data
 

jtpcamp

Extraordinary Member
Member details
Joined
Oct 31, 2009
Messages
98
Thread Author #3
I tried the WMIC command and that does not work. I tried to get the Get-WmiObject but am at a loss on what to do if I can figure out how to get this. Can you give me more detailed instructions.
 

Neemobeer

Windows Forum Team
Staff member
Member details
Joined
Jul 4, 2015
Messages
8,995
You just supply the class name like Get-WmiObject Win32_ComputerSystem of course you need to know where that data is held and I couldn't tell you
 

Solution