Hello, If you have a shared printer set up on a server that is accessed remotedly via HTTP printing (via IIS), is there any way of either a) determining the IP address of computers that are printing to your printer (preferably on a job by job basis) or b) filtering which computers are allowed to print to your printer, based on IP address? Obviously when IIS accepts the HTTP print requests it knows the IP address of the remote system, but I don't see any where that this information is forwarded on to the printing subsystem. I'm quite happy to trap it programmatically, if necessary, writing ISAPI filters if needed. Thanks Dylan