esoso
(Lurker)
2003-09-25 11:01 AM
Properties of Computer object

Hello,

I'm new user of Kixstart. I would like to know if it's possible to know all properties of object. For example : Computer. I have the name (Computer.name), and what next ?

Because, I want to list all informations of my network (computer name, ip address, size of memory, OS Name and OS Version and...)

Is it possible ?

Thanks for your answer.


Howard Bullock
(KiX Supporter)
2003-09-26 12:52 AM
Re: Properties of Computer object

You can get your own answer by executing Enumobjprops(). see this post.

http://www.kixtart.org/board/ultimatebb.php?ubb=get_topic;f=2;t=004411#000004

The ADSI package from Microsoft includes a CHM help file. You can also search http://MSDN.microsoft.com.

You will need to potentially read MSDN for WMI class info.

[ 25. September 2003, 12:55: Message edited by: Howard Bullock ]


keys
(Fresh Scripter)
2003-09-26 11:05 PM
Re: Properties of Computer object

I bought the Windows 2000 Scripting Guide. It is really helping me learn how to solve such problems as this.
Good luck