Ignorer les commandes du Ruban
Passer au contenu principal

blog

:

blog > Billets > Faire marcher easy print sur les clients Seven
novembre 07
Faire marcher easy print sur les clients Seven

Attention si Imprimante GDI cela ne marchera jamais

1. Ensured Client Printer redirection from group policies
2. Users is able to print locally directly to printer.
3. Enabled LPT Port Redirection
4. Granted Everyone Full Control to C:\Windows\System32\Spool folder.
5. Ensured RDP is version 6.1 or 7.0.
6. Installed .NET FrameWork 3.5 SP1 on Client and TS Server.
 
Enabled the following policy:
 
Computer Configuration\Administrative Templates\Windows Components\Terminal
Services\Terminal Server\Printer Redirection\Use Terminal Services Easy Print
printer driver first
 
Disabled the following policy:
 
Computer Configuration\Administrative Templates\Windows Components\Terminal
Services\Terminal Server\Printer Redirection\Redirect only the default client
printer
 
Then did gpupdate /force in server and client. Whether the issue still exists?
 
In my poor experience, a similar problem occurs as a restrictive group policy. Please refer to the following description:
 
Symptom
Windows Server 2008 R2 Remote Desktop Server - After joining Remote Desktop server to Domain, Easy print fails to send print job back to client
Cause
Security permissions was changed on The Application Event Log where Easy Print could not write to the log
Resolution
Printfilterpipelinesvc.exe fails because local service does not have permissions to the Application Event log.
 
Captured the call via a Live debug:
RegisterEventSource(NULL, L"Microsoft-Windows-SpoolerFilterPipelineSVC");
 
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\customSD
O:BAG:SYD:(D;;0xf0007;;;AN)(D;;0xf0007;;;BG)(A;;0xf0007;;;SY)(A;;0x7;;;BA)(A;;0x5;;;SO)(A;;0x1;;;IU)(A;;0x1;;;SU)(A;;0x1;;;S-1-5-3)(A;;0x1;;;DU)
 
The Application Event Log was locked down causing the issue. You can deleting the customSD key, this may solve the problem.

 

Commentaires

Aucun commentaire sur ce billet.