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 12:23] 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 -> '' | + | - 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 |
- | - Right-click the new GPP -> '' | + | - **Select** the **Delegations** tab |
- | | + | * **Add** the '' |
- | - Add a **Delete** action | + | |
- | - Add an **Update** action | + | * Right-click |
- | | + | |
- | | + | - **Add** a **Delete** action |
- | - Add another **Update** action for each other shared printer for group members | + | * Select |
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | - Add another **Update** action | ||
+ | * Do **not** select any other printer as default | ||
===== Troubleshooting ===== | ===== Troubleshooting ===== | ||
- | https:// | + | **GPP Not Applying**: |
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ==== PowerShell ==== | ||
+ | |||
+ | This command lists printers with problems: | ||
+ | |||
+ | < | ||
+ | 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 " | ||
+ | </ | ||
==== Event ID 4098 ==== | ==== Event ID 4098 ==== | ||
Line 83: | Line 117: | ||
**Event Viewer -> Application and Services Logs -> Microsoft -> Windows -> Group Policy** | **Event Viewer -> Application and Services Logs -> Microsoft -> Windows -> Group Policy** | ||
+ | |||
+ | ==== Group Policy Updates ==== | ||
+ | |||
+ | - Run '' | ||
+ | - Run '' | ||
+ | - Log the test user out | ||
+ | - Log the test user back in and printers should appear in Devices and Printers ('' |