This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:windows:printer_shared_gpp [2016/10/31 15:01] gcooper |
networking:windows:printer_shared_gpp [2017/06/04 12:05] (current) gcooper |
||
---|---|---|---|
Line 3: | Line 3: | ||
See also **[[networking: | See also **[[networking: | ||
- | ===== Printer Sharing Overview ===== | + | https:// |
https:// | https:// | ||
+ | |||
+ | **GPP Best Practices**: | ||
+ | |||
+ | **HP Universal Printer Drivers**: http:// | ||
+ | |||
+ | ===== Printer Sharing Overview ===== | ||
* Install Windows **Print and Document Services** server role | * Install Windows **Print and Document Services** server role | ||
Line 33: | Line 39: | ||
* **Add users** to the group which will determine their default printer | * **Add users** to the group which will determine their default printer | ||
* Make sure users are **not in multiple ' | * Make sure users are **not in multiple ' | ||
+ | * **Add** '' | ||
+ | * The **Computer account** must have '' | ||
<note important> | <note important> | ||
+ | |||
+ | < | ||
===== Install and Share Printer ===== | ===== Install and Share Printer ===== | ||
Line 58: | Line 68: | ||
Using Group Policy Management ('' | Using Group Policy Management ('' | ||
- | - Run '' | + | - **Run** '' |
- | | + | |
- On your desired AD container, right-click -> **Create a GPO in this domain and link it here** | - On your desired AD container, right-click -> **Create a GPO in this domain and link it here** | ||
* Name it '' | * Name it '' | ||
- **Select** the new GPP | - **Select** the new GPP | ||
- | - Change the **Security Filtering** to the new user group created above | + | * **Change** the **Security Filtering** to the new user group created above |
- | - Right-click | + | - **Select** |
- | - Expand **User Configuration -> Preferences -> Control Panel Settings -> Printers** | + | * **Add** the '' |
- | - Add a **Delete** action | + | |
- | - Add an **Update** action | + | |
- | | + | * Expand **User Configuration -> Preferences -> Control Panel Settings -> Printers** |
- | | + | - **Add** a **Delete** action |
- | - Add another **Update** action for each other shared printer for group members | + | * Select |
- | | + | |
+ | | ||
+ | | ||
+ | | ||
+ | - Add another **Update** action | ||
+ | | ||
===== Troubleshooting ===== | ===== Troubleshooting ===== | ||
Line 81: | Line 96: | ||
https:// | https:// | ||
- | ==== List Printers | + | ==== PowerShell |
This command lists printers with problems: | This command lists printers with problems: | ||
Line 87: | Line 102: | ||
< | < | ||
Get-Printer –ComputerName PrintServer | Where PrinterStatus -ne Normal | select Name, | Get-Printer –ComputerName PrintServer | Where PrinterStatus -ne Normal | select Name, | ||
+ | </ | ||
+ | |||
+ | Set all printers to use WinPrint print processor: | ||
+ | |||
+ | < | ||
+ | Get-Printer –ComputerName PrintServer | Where PrintProcessor -ne " | ||
</ | </ | ||