Difference between revisions of "Active Directory/Documentation/WolfPrint Accounted Printing"

From WolfTech
Jump to navigation Jump to search
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
OIT has made it possible to print using the WolfPrint accounted printing system sans "NDPS/Pcounter or any other Novell/Client-32 dependent technologies."  The steps below outline one way to automate deployment of WolfPrint managed printers into a WolfTech AD managed computing lab of Windows based workstations.
+
OIT has made it possible to print using the WolfPrint accounted printing system sans "NDPS/Pcounter or any other Novell/Client-32 dependent technologies."  The steps below outline one way to configure and automate deployment of WolfPrint managed printers into a Windows based WolfTech AD managed computing lab via Group Policy, Startup, and Logon scripts.
  
 
<ol>
 
<ol>
   <li>Add <code>oit.ncsu.edu</code> to DNS Suffix Search List via Group Policy (Computer Configuration -> Administrative Templates -> Network/DNS Client -> DNS Suffix Search List)</li>
+
   <li>Setup the Computing Environment:
  <li>Apply (copy and customize policy, download script below) <code>TEX-Enable WolfPrint Accounted Printing</code> Group Policy to the appropriate OU (at or above computing lab workstations container) which performs the following:
 
 
     <ul>
 
     <ul>
       <li>Sets the WINS server addresses to the OIT WINS servers via Startup script</li>
+
       <li>Add <code>oit.ncsu.edu</code> to DNS Suffix Search List via Group Policy (Computer Configuration -> Administrative Templates -> Network/DNS Client -> DNS Suffix Search List)</li>
       <li>Disables the 'Point and Print Restriction' policy (User Configuration -> Administrative Templates -> Control Panel/Printers -> Point and Print Restrictions).  This allows unity users to add printers hosted on print servers outside of the WolfTech domain (i.e. <code>wolfprint</code> server)</li>
+
      <li>Set the WINS server addresses to the OIT WINS servers (152.1.12.200, 152.1.12.201) via Startup script (see <code>'TEX-Enable WolfPrint Accounted Printing'</code> and ''set_wins_servers.vbs'')</li>
 +
       <li>Disable the 'Point and Print Restriction' policy (User Configuration -> Administrative Templates -> Control Panel/Printers -> Point and Print Restrictions) (see <code>'TEX-Enable WolfPrint Accounted Printing'</code>).  This allows unity users to add printers hosted on print servers outside of the WolfTech domain (e.g. <code>'wolfprint'</code> server)</li>
 
     </ul>
 
     </ul>
 
   </li>
 
   </li>
   <li>Apply (copy and customize policy, download scripts below) <code>TEX-Wolfprint-tx-2104-1</code> group policy to the lab OU which adds the printer connection (via Logon script) and sets the default printer for the user.</li>
+
   <li>Add the WolfPrint Printer Connection (via Logon Script) (see policy <code>'TEX-Wolfprint-tx-2104-1'</code>):
 +
    <ul>
 +
      <li>Add the printer connection (do '''not''' use FQDN to the wolfprint server) (see ''add_printer_connection.vbs'')</li>
 +
      <li>(Optional) Set the default printer (see ''assign_default_printer.vbs'')</li>
 +
    </ul>
 +
  </li>
 
</ol>
 
</ol>
 +
 +
'''Note''': The policies referenced above utilize both Startup and Logon VB Scripts to accomplish their tasks.  You can download the scripts here: [http://www.wolftech.ncsu.edu/support/files-wiki/1/15/Wolfprint_utility_scripts.zip WolfPrint Utility Scripts]

Latest revision as of 10:19, 6 January 2009

OIT has made it possible to print using the WolfPrint accounted printing system sans "NDPS/Pcounter or any other Novell/Client-32 dependent technologies." The steps below outline one way to configure and automate deployment of WolfPrint managed printers into a Windows based WolfTech AD managed computing lab via Group Policy, Startup, and Logon scripts.

  1. Setup the Computing Environment:
    • Add oit.ncsu.edu to DNS Suffix Search List via Group Policy (Computer Configuration -> Administrative Templates -> Network/DNS Client -> DNS Suffix Search List)
    • Set the WINS server addresses to the OIT WINS servers (152.1.12.200, 152.1.12.201) via Startup script (see 'TEX-Enable WolfPrint Accounted Printing' and set_wins_servers.vbs)
    • Disable the 'Point and Print Restriction' policy (User Configuration -> Administrative Templates -> Control Panel/Printers -> Point and Print Restrictions) (see 'TEX-Enable WolfPrint Accounted Printing'). This allows unity users to add printers hosted on print servers outside of the WolfTech domain (e.g. 'wolfprint' server)
  2. Add the WolfPrint Printer Connection (via Logon Script) (see policy 'TEX-Wolfprint-tx-2104-1'):
    • Add the printer connection (do not use FQDN to the wolfprint server) (see add_printer_connection.vbs)
    • (Optional) Set the default printer (see assign_default_printer.vbs)

Note: The policies referenced above utilize both Startup and Logon VB Scripts to accomplish their tasks. You can download the scripts here: WolfPrint Utility Scripts