SVS, WMI and .Net - Revised Class for Remote WMI Configuration
Jordan wrote an excellent article that outlined a class he wrote for using SVS's WMI provider.
However his class was written for use on a local machine. I've rewritten all the properties and methods so that they can be run on any machine, local or remote.
You can just pass a "." without quotes for the local machine or a PC name. I've also added a property called getAllNames that returns a collection with all the information on each layer currently on the machine.
Look for a video (coming soon) that outlines how to create your own basic SVS remote admin tool using this class.
| License: | AJSL By clicking the download link below, you agree to the terms and conditions in the Altiris Juice Software License |
| Support: | User-contributed tools on the Juice are not supported by Altiris Technical Support. If you have questions about a tool, please communicate directly with the author by visiting their profile page and clicking the 'contact' tab. |
| Attachment | Size |
|---|---|
| SVSWMIREMOTE.zip | 1.96 KB |
- Login or register to post comments
- 1297 reads
- Printer-friendly version
















Very nice, having the
Very nice, having the remote machine option make this class much more useful. I'm actually surprised I never added this to the original since remoting is one of the key aspects of WMI.
Tool
Thanks for doing the legwork. WMI in C# is never fun to figure out.
I've got a nice little windows based tool (w/ source code) that I am about to publish using this revised class and a video that outlines to make it.
I've already created a tool for use by our helpdesk that is web based that uses this revised class. I really wish the Altiris Real-Time had this, but this is a good 2nd option.
Screenbert