|
WmiSet Component Collection
-
Version
1.5
A collection of components for Borland Delphi
and Borland C++Builder to perform administrative
tasks under Windows NT/2000/XP.
Now the collection has 7 components:
TWmiQuery executes queries against WMI service.
Use it to retrieve almost any computer
configuration information.
For example: "select * from Win32_Account";
TWmiConnection connects TWmiQuery component to
a destination computer.
TWmiProcessControl controls processes running
on a local or remote servers;
TwmiStorageInfo obtains variety of information
about disks, CDROMs, partitions, tapes etc;
TwmiDiskQuota manages disk quotas under
Windows XP or higher;
TWmiOs retrieves 60+ different properties of
the operating system, reboot remote computers,
synchronize time etc.
TWmiRegistry edits the system registry on a
local or remote computer.
|