Siccolo helps MS SQL Server professionals save time and increase their productivity by utilizing a more efficient approach to database management - use their Windows Mobile empowered device while sipping margarita on the beach. Siccolo extends support from mobile devices for Microsoft SQL Servers
Showing posts with label Windows Management Instrumentation. Show all posts
Showing posts with label Windows Management Instrumentation. Show all posts
Tuesday, December 11, 2007
Thursday, November 8, 2007
... more on using WMI - Windows Management Instrumentation
See how to build Network Browser by Using WMI to retrieve Domain Information, Enumerate Computers on Network with WMI - .NET allows to retrieve almost any information about local network by using WMI - Windows Management Instrumentation - service with ManagementObjectSearcher class and in conjunction with Active Directory Service Interfaces (ADSI) - Active Directory hierarchy.
and also - How to check for Shared Open Files with WMI and Win32_ConnectionShare
WMI (Windows Management Instrumentation) is a component of the Microsoft operating system that allows to monitor virtually every piece of the system (either locally or remotely) as well as control the windows operating system. Windows Management Instrumentation (WMI) is the infrastructure for management data and operations on Windows-based operating systems and can be used in all Windows-based applications, and is most useful in enterprise applications and administrative scripts.
WMI consists of several pieces that allow it to manage systems. All parts of the operating system are managed through COM by a provider that talks to WMI. WMI also has a repository and a Windows Management service that manages reading and writing information between the provider and the repository.
... and more .NET and SQL development articles on Siccolo - How to Articles on .NET, VB.NET, C#, SQL development you may find useful
- with Network Browser by Using WMI to retrieve Domain Information, Enumerate Computers on Network with WMI:
- Retrieve Domain Name - Using WMI Win32_ComputerSystem - ManagementObjectSearcher, SelectCommand(), ManagementObject
- Enumerate computers within a domain - Using DirectoryEntry
- Enumerate users within a domain - Using WMI Win32_UserAccount - ManagementObjectSearcher, SelectCommand(), ManagementObject
- Enumerate services on a computer - Using WMI Win32_Service - ManagementObjectSearcher, SelectCommand(), ManagementObject
- Enumerate services on a computer using WMI - Win32_Service
and also - How to check for Shared Open Files with WMI and Win32_ConnectionShare
WMI (Windows Management Instrumentation) is a component of the Microsoft operating system that allows to monitor virtually every piece of the system (either locally or remotely) as well as control the windows operating system. Windows Management Instrumentation (WMI) is the infrastructure for management data and operations on Windows-based operating systems and can be used in all Windows-based applications, and is most useful in enterprise applications and administrative scripts.
WMI consists of several pieces that allow it to manage systems. All parts of the operating system are managed through COM by a provider that talks to WMI. WMI also has a repository and a Windows Management service that manages reading and writing information between the provider and the repository.
... and more .NET and SQL development articles on Siccolo - How to Articles on .NET, VB.NET, C#, SQL development you may find useful
Event Log Watcher Process - Export Event Log as RSS feed - Part II - using WMI - Win32_NTLogEvent - ManagementEventWatcher
See how to develop a simple applciation to "export" Windows Event Log Entries as RSS Feeds using WMI - Windows Management Instrumentation - with Win32_NTLogEvent - ManagementEventWatcher at Siccolo Articles - Build Windows Event Log Watcher Service Process to Export Event Log Entries as RSS feed using Windows Management Instrumentation - with Win32_NTLogEvent - ManagementEventWatcher
Subscribe to:
Posts (Atom)
Exception handling -> "bubble up
Exception handling -> "bubble up" Exception handling (#1) try { ... // might fail ... } ca...
-
see it at Siccolo Articles - How to Create SQL Function To Format To Currency
-
SQL Sever - How to Create a Directory (Folder) - Using xp_cmdshell and mkdir command
-
new artcle at Siccolo - How to open Dataset From Comma delimited (CSV) File - Reading CSV files - Parsing CSV Files