Retrieving NETUSE Data from Remote Workstations
Wed, 4 Jun 2008 19:17:10 -0700
When I try to get network drive connection info from remote PC's on our
Domain, I get and error "No Instance(s) Available" on all but two
workstations. but if I run the command locally on those workstations that
fail to respond, it works fine.
Here is the command line from the DC.
wmic /node:"@pcnames.t ...
|
MTP Protocol
Wed, 4 Jun 2008 14:56:46 -0700
Hi,
I'm very new to VB & WMI, so please, be with me on that :)
I'm looking to access to the properties of a USB device with MTP protocol
via Win32 (or anything related to that).
For example I could read my mp3 player using Win32_LogicalDisk to extract
freespace from it. But when I switch it under MTP mode, I ...
|
How can I obtain the MAC address of a remote machine via a WMI Script?
Tue, 3 Jun 2008 22:46:56 -0400
Gurus,
Running Windows Server 2003 SP2. How can I obtain the MAC address of a
remote machine via a WMI Script? The script would need to create a WMI
object and then access the Win32_NetworkAdapter class, which has a property
that returns the MAC address. I< unfortunately, haven't a clue on how to
write ...
|
CIM Studio and WbemTest Disparity
Thu, 29 May 2008 16:43:00 -0700
Hello,
When running the query "SELECT * FROM
Win32_PerfRawData_EXOLEDB_MSExchangeWebMail" via WbemTest against a Windows
2008 Server 64-bit machine runnning Exchange 2007 64-bit with the namespace
specified as '\\machineName\root\cimv2' I received data back. When running
the exact same query using CIM S ...
|
Enumerate process handlers
Wed, 28 May 2008 17:24:00 -0700
Hello,
I wonder whether it is possible with WMI to enumerate file system handlers
opened by processes. I suppose it will help me to create an application that
shows which process locks the file or folder (like sysinternals' processxp).
--
http://www.alexatnet.com/ - consulting, my blog, articles, discuss ...
|
controlling privilege level for certain WMI classes
Wed, 28 May 2008 16:25:00 -0700
In my application I need to restrict some options so that only certain users
(with appropriate privilege levels) are allowed to perform those operations.
If I am using an ExecMethod on an instance object of a WMI class, is it
possible for me (at an admin level) to modify the access rights on that class
so th ...
|
List users in local administrators group on remote machine
Wed, 28 May 2008 11:03:40 -0700
Hi, WMI/ADSI gurus,
What is the best way to archive the following tasks:
1. list all users (domain and local) in local administrators group on remote computer
2. remove user from local administrators group on remote computer
3. add domain user account to local administrators group on remote computer
3. remove ...
|
|
|
network workgoup list
Tue, 27 May 2008 18:24:32 +0200
Hi,
I'm trying to make a script able to list all website configured in IIS on
all my servers using WMI.
First of all, if I don't want to manually set the servers lists, I have to
retreive it listing all computers in my workgroup. How can I do it with WMI
?
(I already know how to connect a computer to lis ...
|
network workgroup list
Tue, 27 May 2008 18:22:09 +0200
Hi,
I'm trying to make a script able to list all website configured in IIS on
all my servers using WMI.
First of all, if I don't want to manually set the servers lists, I have to
retreive it listing all computers in my workgroup. How can I do it with WMI
?
(I already know how to connect a computer to ...
|
Data Derived From Where?
Mon, 26 May 2008 14:30:50 -0700
When using the Win32_ComputerSystem object to obtain the "model" property
value --where does WMI derive this value from? The registry? The oeminfo.ini
file? Anybody know?
JW
...
|