Final Reminder - Microsoft Responds to the Evolution of Community
Fri, 28 May 2010 10:02:46 -0700
What is Happening?
This message is to inform you that Microsoft will soon begin discontinuing
newsgroups and transitioning users to Microsoft forums.
Why?
As you may know, newsgroups have existed for many years now; however, the
traffic in the Microsoft newsgroups has been steadily decreasing for the
past ...
|
Reminder - Microsoft Responds to the Evolution of Community
Fri, 21 May 2010 00:43:45 -0700
What is Happening?
This message is to inform you that Microsoft will soon begin discontinuing
newsgroups and transitioning users to Microsoft forums.
Why?
As you may know, newsgroups have existed for many years now; however, the
traffic in the Microsoft newsgroups has been steadily decreasing for the
past ...
|
Calling a Win32_NetworkAdapterConfiguration method for a specific NIC
Sat, 15 May 2010 16:00:32 -0700 (PDT)
Hi everybody,
I was wondering about the way to write a C++ code to call a
Win32_NetworkAdapterConfiguration method for a specific
network card.
I'm able to get properties of that class for a specific NIC but
I'm not able to successfully forward a calling method to a specific
NIC.
Do you have a sample co ...
|
MicrosoftDNS_RootHints
Thu, 13 May 2010 16:33:50 +0100
Hi,
On Windows AD integrated DNS, I'd like to list the root hints as shown by
the Administrative Tools:DNS snap-in.
I found the classes for the WMI DNS Provider, I was able to list zones for
each server, but I could not find how to list of root hint IP addresses.
Does anyone have a code example?
-- ...
|
Microsoft Responds to the Evolution of Online Communities
Tue, 04 May 2010 12:34:10 -0700 (UTC)
Date 5/4/2010
Starting in early summer 2010, Microsoft will begin progressively closing down the Microsoft public newsgroups to enrich conversations in the rapidly-growing forum platform. This decision is in response to worldwide market trends and evolving customer needs.
Microsoft continues to invest in forum ...
|
Microsoft Responds to the Evolution of Online Communities
Tue, 04 May 2010 12:26:53 -0700 (UTC)
Date 5/4/2010
Starting in early summer 2010, Microsoft will begin progressively closing down the Microsoft public newsgroups to enrich conversations in the rapidly-growing forum platform. This decision is in response to worldwide market trends and evolving customer needs.
Microsoft continues to invest in forum ...
|
Accessing VPN settings with WMI
Fri, 30 Apr 2010 04:15:01 -0700
Hello
Does anyone know if we could access VPN settings(like ip address, server
etc) with the help of WMI programmatically?
Thanks. ...
|
|
|
Enumerating W32_UserAccount classes
Tue, 27 Apr 2010 08:37:02 -0700
I'm trying to find all users (and their SID's) who have logged onto a domain
workstation. Currently I'm using the WQL query:
ASSOCIATORS OF {Win32_ComputerSystem.Name='" + NBiosName + "'} WHERE
AssocClass=Win32_SystemUsers ResultClass=Win32_UserAccount
Role=GroupComponent ResultRole=PartComponent
On my ...
|
Writing decoupled WMI provider...
Fri, 23 Apr 2010 08:27:01 -0700
I am a newbie to WMI and looking for references to implement decoupled WMI
provider in native code. Can somebody help me...
Thanks,
Rajesh ...
|
How to get all event log events newer than a given date
Fri, 23 Apr 2010 01:03:12 +0200
Hi,
currently I am using following query in order to get all event logs on
my system
"Select * from Win32_NTLogEvent"
now I wonder how to get only entries between two dates?
example all events >= 2010-04-20 00:00:03
and < 2010-04-22 17:23:11
What would be the exact syntax for this query.
Is t ...
|