We are in a server 2012R2 Remote Desktop/Citrix XenDesktop environment and are having issues with non-administrators installing printers from the print server. If an administrator installs the printer (and the driver downloads from the server), a non-administrator is then able to install the printer in their session.
Theses non-administrators are then able to install the same printer on their Windows 10 workstations but not on the server.
I configured 2 GPO's to help get this to work to no avail...
If this setting is enabled, users will only be able to point and print to printers that use package-aware drivers. When using package point and print, client computers will check the driver signature of all drivers that are downloaded from print servers.
If this setting is disabled, or not configured, users will not be restricted to package-aware point and print only." gpmc_settingname="Only use Package Point and print" gpmc_settingpath="Computer Configuration/Administrative Templates/Printers"
gpmc_supported="At least Windows Vista" tabindex="0">Only use Package Point and print - Disabled
Installing printer driver Canon iR-ADV C5250/5255 PCL6 failed, error code 0x0, HRESULT 0x80070705. See the event user data for context information.
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Microsoft-Windows-PrintService" Guid="{747EF6FD-E535-4D16-B510-42C90F6873A1}" />
<EventID>215</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>19</Task>
<Opcode>12</Opcode>
<Keywords>0x8000000000000220</Keywords>
<TimeCreated SystemTime="2016-03-06T02:31:50.676326100Z" />
<EventRecordID>507</EventRecordID>
<Correlation />
<Execution ProcessID="3304" ThreadID="1692" />
<Channel>Microsoft-Windows-PrintService/Admin</Channel>
<Computer>computernamehere</Computer>
<Security UserID="S-1-5-18" />
</System>
- <UserData>
- <SetupInstallPrinterDriver xmlns="http://manifests.microsoft.com/win/2005/08/windows/printing/spooler/core/events">
<Label>InternalInstallPrinterDriverFromPackage</Label>
<Message>pfnPSetupParseInfAndCommitFileQueue failed</Message>
<AdditionalInfo>-</AdditionalInfo>
<InfPath>-</InfPath>
<DriverName>Canon iR-ADV C5250/5255 PCL6</DriverName>
<InstallSection>-</InstallSection>
<ProcessorArchitecture>Windows x64</ProcessorArchitecture>
<PackageAware>Not package aware</PackageAware>
<CoreDriverDependencies>-</CoreDriverDependencies>
<LastError>0x0</LastError>
<HResult>0x80070705</HResult>
</SetupInstallPrinterDriver>
</UserData>
</Event>
I'm running out of ideas...any thoughts are greatly appreciated!
JC