Re: Printer autocreation
Hi,
Currently, there is no notification when all printers have been autocreated
on the session.
Typically, on a Win 2003 server, it takes less than a minute to autocreate 5
client printers.
1.) Based on this, you can create a logon or startup script which will wait
for the appropriate amount of time before allowing any action by the TS
users
2.) If you mainly need only the client's default printer, then setting
theoption described in this article will redirect only the default printer.
This will further help in reducing the time taken to autocreate printers.
http://support.microsoft.com/default.aspx/kb/911913
3.) You can write a script which will poll the printers at appropriate
intervals using the "EnumPrinters" API to check if the client printers have
been autocreated. But this requires advance knowledge of how many client
printers are expected to be autocreated.
--
Thanks,
Priya.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Mario" <mario@mario.local> wrote in message
news:u9y0htgUIHA.5288@TK2MSFTNGP04.phx.gbl...
>I need to check if all the printers have been autocreated before letting TS
>users do anything, as there are many printers and the process can be slow.
> Where can I locate detailed information about the printer autocreation
> process?
> What script or program is responsible for printer autocreation?
> How can I delay user actions till printer autiocreation is complete?
> Regards
> Mario
>