Remove RawOnly for Citrix Universal Print Server (UPS)

news citrix santa clara

NAfter implementing Citrix Universal Print Server (UPS), you may quickly encounter the error message „0x00000709„if you want to print. The reason is that printer manufacturers set the RawOnly attribute even when other formats, such as EMF, are available. Citrix UPS only supports EMF and is the source of the error.”.

To fix this error, you need to RawOnly The attribute can be removed by subtracting 4096 from a registry value. This can take a very long time on a print server with hundreds of printers. That’s why I created a small PowerShell script to remove the RawOnly attribute from all printers. My PoSh script saves a lot of time.

 

Zip
Clear_RawOnly.ps1

References

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top