Click here to Skip to main content
16,008,010 members
Home / Discussions / System Admin
   

System Admin

 
QuestionWhat's going on? Pin
Kevnar22-Apr-04 7:32
Kevnar22-Apr-04 7:32 
AnswerRe: What's going on? Pin
Steven Campbell23-Apr-04 14:53
Steven Campbell23-Apr-04 14:53 
AnswerRe: What's going on? Pin
Michael Martin25-Apr-04 6:37
professionalMichael Martin25-Apr-04 6:37 
GeneralRe: What's going on? Pin
Kevnar30-Apr-04 5:05
Kevnar30-Apr-04 5:05 
GeneralRe: What's going on? Pin
Ray758510-May-04 3:36
Ray758510-May-04 3:36 
GeneralXP Home recovery Pin
Phil J Pearson22-Apr-04 5:40
Phil J Pearson22-Apr-04 5:40 
QuestionHow to remotely detect printers? Pin
lnong21-Apr-04 11:57
lnong21-Apr-04 11:57 
AnswerRe: How to remotely detect printers? Pin
Navin23-Apr-04 8:10
Navin23-Apr-04 8:10 
I think it depends on the client machines and the exact requirements. The API of EnumPrinters and EnumPrinterConnections will be of use to you. YOu can use them to enumerate printers on remote clients - so in theory it could all be done from one machine (although you'd need administrator rights to log into the remote machines and do it.)

On a domain, in theory you could query the domain for all machines currently connected (not sure if this is possible or how to do it... but it seems possible), then for each machine, call EnumPrinters and EnumPrinterConnections to get all the printers.

The logon script idea would probably work, too, assuming you have a way of getting that information back to the central database or wherever.

As for what language to use... probably straight Win32 C or C++ would be your best bet, since most of this will be calling Windows APIs.


Sometimes I feel like I'm a USB printer in a parallel universe.
GeneralExchange Question Pin
Jamie Nordmeyer20-Apr-04 11:49
Jamie Nordmeyer20-Apr-04 11:49 
General0xC0000006: In Page Error. Pin
Fabio Panzavolta20-Apr-04 5:33
Fabio Panzavolta20-Apr-04 5:33 
GeneralRe: 0xC0000006: In Page Error. Pin
Mike Dimmick20-Apr-04 6:15
Mike Dimmick20-Apr-04 6:15 
GeneralRe: 0xC0000006: In Page Error. Pin
Fabio Panzavolta20-Apr-04 22:41
Fabio Panzavolta20-Apr-04 22:41 
GeneralTCP/IP PortBlocker on W2k or XP Pin
Daniel Reis20-Apr-04 4:26
Daniel Reis20-Apr-04 4:26 
GeneralCisco 3550 Switch programming.... Pin
Ray Cassick19-Apr-04 14:32
Ray Cassick19-Apr-04 14:32 
GeneralCached logon credentials timeout Pin
Mike Dimmick19-Apr-04 4:17
Mike Dimmick19-Apr-04 4:17 
GeneralTo build 64-bit application Pin
_David_Lee_18-Apr-04 16:01
_David_Lee_18-Apr-04 16:01 
GeneralRe: To build 64-bit application Pin
Mike Dimmick19-Apr-04 3:38
Mike Dimmick19-Apr-04 3:38 
GeneralRe: To build 64-bit application Pin
_David_Lee_19-Apr-04 15:55
_David_Lee_19-Apr-04 15:55 
GeneralMultiple Workgroups on a Network Pin
Roger Wright16-Apr-04 5:05
professionalRoger Wright16-Apr-04 5:05 
GeneralRe: Multiple Workgroups on a Network Pin
Matt Newman16-Apr-04 18:19
Matt Newman16-Apr-04 18:19 
GeneralRe: Multiple Workgroups on a Network Pin
Roger Wright17-Apr-04 5:08
professionalRoger Wright17-Apr-04 5:08 
GeneralRe: Multiple Workgroups on a Network Pin
Michael Martin22-Apr-04 6:14
professionalMichael Martin22-Apr-04 6:14 
GeneralRe: Multiple Workgroups on a Network Pin
Michael Martin25-Apr-04 6:39
professionalMichael Martin25-Apr-04 6:39 
GeneralRe: Multiple Workgroups on a Network Pin
Roger Wright25-Apr-04 16:19
professionalRoger Wright25-Apr-04 16:19 
GeneralTime Problem in XP Pin
hxxbin16-Apr-04 4:16
hxxbin16-Apr-04 4:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.