Search found 3 matches

by thekingster
Wed Dec 22, 2004 3:48 pm
Forum: PHP - Code
Topic: Remote Registry
Replies: 22
Views: 1927

Looks like I have started an interestign thread.

I have thought of another way, I am going to try and output what I need into a folder on the webserver via the login script, the use html to display it LoL.

But feel free to continue this debate :D
by thekingster
Wed Dec 22, 2004 10:34 am
Forum: PHP - Code
Topic: Remote Registry
Replies: 22
Views: 1927

Well I can do it in VB so why not through a http frontend? I think you are missing my point, this is for intranet use only. I basically want to run a php page on the server that will use IIS, and it will query all the machines on the network for things like virus software versions and install dates ...
by thekingster
Wed Dec 22, 2004 9:00 am
Forum: PHP - Code
Topic: Remote Registry
Replies: 22
Views: 1927

Remote Registry

Does anyone know if it is possible to access the registry on another machine on the network using php?

Rights are not an issue as the machine using it will be on as a domain admin.

I just want to query some keys to get information on version numbers and things like that.

Thanks in advance.