Thursday, January 10, 2013 3:08 PM
In XenApp 6.5 you have no GUI for printer replication.
Add-PSSnapIn Citrix.*
Get-XAPrinterDriver -Servername XAC-1
Start-XAPrinterDriverReplication -DriverName "Brother MFC-9970CDW Printer" -TargetServerName XAW-1
You can also autoreplicate printer:
Start-XAAutoReplicatedPrinterDriver –DriverName "Brother DCP-9055CDN Printer"
You can copy the name of the printer by highlighting the name from the printer list and then paste it by right-clicking where it needs to be pasted.