Welcome to Foxite.COM Community Weblog Sign in | Join | Help

WMI (RSS)

Windows Management Instrumentation

Windows Remote Management (WinRM) part 1

Windows Server 2003 Release 2 (WS2003R2) and Windows Vista introduce a new variety of firewall-friendly remote server management, Windows Remote Management (WinRM), an implementation of the Web Services for Management specification. Instead of marshalling
posted by stuartd | 1 Comments
Filed Under: , ,

WMI part 4 - Implementing a temporary WMI Event consumer in VFP

All the WMI queries so far in this series have been looking at static data, but WMI has a mechanism for checking for changes to local or remote computers and reacting to them: WMI events. Applications can register themselves as event consumers, and receive
posted by stuartd | 2 Comments
Filed Under:

WMI part 3 - Remote Queries

One of the principles of WMI is that everything that can be queried or set locally should be able to be done remotely.WMI makes no distinction between local and remote access ... The difference between a local and a remote connection is that users can
posted by stuartd | 4 Comments
Filed Under:

WMI part 2 - The WMI Registry Provider

IntroductionIf you haven't heard of WMI, you might want to skim my previous article on the subject (it's been updated since it was first posted). The Registry Provider is WMI's mechanism for accessing the system registry. This is what it can do:
posted by stuartd | (Comments Off)
Filed Under:

WMI part 1 - Local Queries

Introduction To WMIWMI - Windows Management Instrumentation - is Microsoft's implementation of the WBEM [Web-Based Enterprise Management] standard, and a very powerful tool for administering computers. It was introduced with Windows 2000, but was partially
posted by stuartd | 5 Comments
Filed Under: