Write a comment

After implementing Citrix Universal Print Server (UPS), you might run quickly into error message "0x00000709", when printing. The reason for that is that Printer vendor set their printer to RawOnly, even the printer can work with different format like EMF. Citrix UPS uses EMF only and the source of the error message.

To get past the error, the printer attribute "RawOnly" must be removed. That is done by subtracting 4096 from a registry key. This can take quite some time on a print server with hundreds of shared printers. Therefore I have created a small PowerShell script to remove the RawOnly Attribute from all Printers and will save a lot of time


Clear_RawOnly.ps1

References

 

Write comments...
or post as a guest
Loading comment... The comment will be refreshed after 00:00.

Be the first to comment.