|
How to read the serial number of a SD Card ?
|
| |
Hello everybody, I try to read the serial number of a SD Card (pluged into a Card Reader) with Windows XP on a normal desktop PC. I use WMI Query "CIM_PhysicalMedia" and get the "Tag" Property (\\\\.\\PHYSICALDRIVE0 ... 5) and the "Serial Number" Property for each drive. But only on the HDD the serial number string is filled! All drives in... more »
|
|
WMI - SecurityCenter/AntiSpywareProd uct won't update on VistaSP1
|
| |
On Vista (without SP1), if user turn off the AntiSpyware such as Defender, the WMI class AntiSpywareProduct (root\SecurityCenter) will show product disabled. But after SP1 is installed, the status won't change according tothe user's setting. Please help. Thanks
|
|
Verifying IIS certificates
|
| |
Is it possible to use WMI via vbscript to query IIS server (Win 2000/IIS 5 and 2003/IIS 6) for SSL certificates and their expiration dates?
|
|
memory and hard disk lookup
|
| |
I am having trouble comparing memory and free hard disk space with my requirements. I am not sure how to calculate the amount of memory or free hard disk space that WMI has. Below is what I have so far Set wshShell = WScript.CreateObject("WScript. Shell") Set objWMIService = GetObject("winmgmts:{impersona tionLevel=impersonate}!\\.\roo t\cimv2")... more »
|
|
ClickOnce alternative to Win32_Product
|
| |
Using the Win32_Product class is fine for finding software installed with the Windows MSI installer, but I'm wondering what we're supposed to use for something installed with ClickOnce. I need to do this from outside of .NET (Visual FoxPro, to be specific.) Scanning through the registry doesn't seem... more »
|
|
Stuck on two problems with WMI and remote event logs
|
| |
Hi everyone! I'm building an application to monitor event logs on a remote server in a different domain. I can't use the System.Diagnostics.EventLog & co because they throws authentication exceptions at me. So, the approach I have taken is WMI, which is new to me. I've managed to build an application that can query for log entries... more »
|
|
WMI Diagnostic v2.0 results - how to fix the errors?
|
| |
I have .NET 2.0 SP1, .NET 3.0 SP1 and .NET 3.5 running on a Windows Server 2003 R2 SP2, fully patched. It is NOT a DC. I have some WMI errors that apparently need .NET 3.5 SP1 (which isn't out yet, and I've tried but can't get the hotfix that will correct the problem), and am hoping that .NET 3.5 with n o errros in the WMI Diagnostic utility... more »
|
|
Active directory - delegation of control wizard
|
| |
Hi , i hope one of you can help me. I need to translate to a .net script the delegation control wizard that you will find under Active Directory Users & Computers > Action > Delegated Control (Delegation of control wizard). I recently made a VB.net package application using Ldifde to change the schema of AD, but now i need to incorporate the... more »
|
|
|