我有一台新的wsd打印机。用户只需在本地网络上发现它并添加它,它就能工作得很好。
我怎样才能用GPO把这个推送给这些用户--这样他们就不必自己发现打印机并自己添加它了?我不想配置Windows打印服务器,我只想让客户自动发现打印机并添加它。
我创建了一个像这样的用户首选项:
当应用gpo时,我在我的工作站上得到了这个错误:
The user 'http://10.1.1.123:80/WebServices/Device' preference item in the 'printers_gpo {guid}' Group Policy Object did not apply because it failed with error code '0x80070709 The printer name is invalid.' This error was suppressed.
发布于 2016-06-30 16:36:45
您正在尝试使用isn服务器中内置的打印机的URL,这不是一个有效的路径。GPP正在等待UNC的路径。
https://serverfault.com/questions/787183
复制相似问题