VMware Horizon Community
NxN_Slite
Enthusiast
Enthusiast
Jump to solution

Integrated Printer Filter

Using : Horizon 7.9 Windows 10 1903

Im trying to use the Printer Filtering to exclude all printers but HPs

Using the following regex : PrinterName=".*." AND NOT PrinterName=".*HP.*"

I still get all the printers Installed on the VM. All I wanted as the HP one.

Also tryed with only : PrinterName=".*."

But all the printers still Installed.. Does that GPO work at all for you guys???

maybe something wrong with my regex.

Thank you.

Tags (1)
Reply
0 Kudos
1 Solution

Accepted Solutions
NxN_Slite
Enthusiast
Enthusiast
Jump to solution

The solution was provides by Support Team

Its the only option not explained from the Integrated Printer configuration page Smiley Happy

Filtering Printers for Virtual Printing

PrinterName!=".*HP.*"

PrinterName is not (something)

To Filter all printers but the one that the name is *HP*

you can do the following for multiple compagny

PrinterName!=".*HP.*" OR PrinterName!=".*EPSON.*"

That would be for any printer that are from epson or HP

Have a great day.

View solution in original post

Reply
0 Kudos
2 Replies
NxN_Slite
Enthusiast
Enthusiast
Jump to solution

The solution was provides by Support Team

Its the only option not explained from the Integrated Printer configuration page Smiley Happy

Filtering Printers for Virtual Printing

PrinterName!=".*HP.*"

PrinterName is not (something)

To Filter all printers but the one that the name is *HP*

you can do the following for multiple compagny

PrinterName!=".*HP.*" OR PrinterName!=".*EPSON.*"

That would be for any printer that are from epson or HP

Have a great day.

Reply
0 Kudos
PMBUser
Contributor
Contributor
Jump to solution

Something that is unclear to me is where does this policy need to be applied?  Does it apply to the VM's in the desktop pool, or to the clients connecting to it?

I'm having a problem with this because no matter how I configure the filter, all of the CLIENT printers are available on the VM in the desktop pool.

Example:

Fax (vdi)

All of the client printers (including "Fax") appear when configure the filter as either of these:

PrinterName!=".*Fax.*"

PrinterName=".*Fax.*"

It seem to have no effect.  Any guidance on this is appreciated.  Thanks in advance.

Tags (1)
Reply
0 Kudos