diff options
author | John Terpstra <jht@samba.org> | 2003-04-22 06:20:47 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-04-22 06:20:47 +0000 |
commit | 876315196d71ba5185b78d19741661d67e8c26ec (patch) | |
tree | 258622aad69066825c0d8124dde708db3feb048f /docs/docbook/projdoc/AdvancedNetworkAdmin.sgml | |
parent | 9465f4b2c42131088b99beb3625c5d1bc45210d8 (diff) | |
download | samba-876315196d71ba5185b78d19741661d67e8c26ec.tar.gz samba-876315196d71ba5185b78d19741661d67e8c26ec.tar.bz2 samba-876315196d71ba5185b78d19741661d67e8c26ec.zip |
Updating docs from HEAD.
(This used to be commit 8a302f117cfce141389995de5ad045553b472891)
Diffstat (limited to 'docs/docbook/projdoc/AdvancedNetworkAdmin.sgml')
-rw-r--r-- | docs/docbook/projdoc/AdvancedNetworkAdmin.sgml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/docbook/projdoc/AdvancedNetworkAdmin.sgml b/docs/docbook/projdoc/AdvancedNetworkAdmin.sgml index 138095e02c..dc2a78f5a6 100644 --- a/docs/docbook/projdoc/AdvancedNetworkAdmin.sgml +++ b/docs/docbook/projdoc/AdvancedNetworkAdmin.sgml @@ -269,8 +269,23 @@ Those wishing to use more elaborate or capable logon processing system should ch <simplelist> <member>http://www.craigelachie.org/rhacer/ntlogon</member> <member>http://www.kixtart.org</member> + <member>http://support.microsoft.com/default.asp?scid=kb;en-us;189105</member> </simplelist> +<sect2> +<title>Adding printers without user intervention</title> + +<para> +Printers may be added automatically during logon script processing through the use of: + +<programlisting> + rundll32 printui.dll,PrintUIEntry /? +</programlisting> + +See the documentation in the Microsoft knowledgebase article no: 189105 referred to above. +</para> +</sect2> + </sect1> </chapter> |