I'm using the following two commands, since Get-Printer can't be used in lesser systems.
1.Get-Printer-ComputerName $cn2.Get-WmiObjectWin32_Printer-ComputerName $cn
When I run command#1, I can see all the printers installed on the remote computer, while command#2 lists only 4, or 5 printers. The remote computer is in a cluster, shared as a separate resource.
I had posted the query in the Powershell section of the forum first, and was advised to get the cluster specific query from here. I understand that the WMI query is not cluster aware, so was looking at the Cluster_Resource class but couldn't work out the query.