The wmi tag has no wiki summary.
0
votes
0answers
70 views
WMI command line empty
I'm using WMI in my scripts for managing some services and processes.
I'm using in win32_process object the command line. Sometimes the command line is empty although it is not (It got up and I can ...
0
votes
0answers
17 views
Can value for win32_computersystemproduct be changed?
I have a need to change win32_computersystemproduct property values to something other than what they are set to right now under Windows 7 in a Parallels VM on a Mac.
Can someone point me in right ...
2
votes
2answers
44 views
How to associate a SATA HBA to a Physical Disk
I am, admittedly, very new to the whole WMI "thing". This "thing" is quite overwhelming and I'm not finding an answer to the question that I have at this point. I've found the best information for ...
1
vote
2answers
81 views
How to start/stop service on a remote computer with an out of sync clock
I'm working in a MS Windows Domain.
I'm trying to centrally (remotely) start and stop the W32Time service for a certain amount of time (to disable Time Server update e.g for two hours) then remotely ...
0
votes
0answers
30 views
How to retrieve the serial number of my NAS?
I need to retrieve the serial number of a NAS.
From another PC, I wrote:
wmic /node:x.y.z.k bios get serialnumber
but I get this message:
ERROR:
Code = 0x800706ba
Description = The RPC server is ...
0
votes
1answer
147 views
WMIC Path <what>? WMIC Class <what>?
There are all sorts of commands that WMIC accepts, such as
WMIC Path Win32_Battery
WMIC Path Win32_Processor
WMIC Class Win32_Battery
WMIC Class ComputerSystem
et cetera.
Is there any way to list ...
0
votes
0answers
201 views
Is it normal for WmiPrvSE.exe to consume 10% CPU non-stop?
Resource Monitor shows Average CPU for WmiPrvSE.exe is 10%. Is that normal? This is just a 64-bit Vista laptop with an Intel P7550 (Core 2 Duo @ 2.26GHz) and 4G RAM. It's not running anything special ...
3
votes
1answer
92 views
How to export WMI values to a file?
There is a way to export all the content off WMI from cmd interface to a txt file?
3
votes
1answer
155 views
wmiprvse.exe does a lot of disk seeking activity once every day
wmiprvse.exe process does a lot of disk activity, working with all files in system32 directory (according to filemon).
Any other process which wants to do smth with disk is very slow while ...
2
votes
1answer
543 views
WIN32_NetworkAdapterConfiguration does not report IP from PPP adapter
On a Windows 7 device, the following WMI query does not report back an enabled PPP adapter:
Select Index,MACAddress,IPAddress,IPSubnet,DefaultIPGateway,DNSServerSearchOrder from ...
3
votes
1answer
360 views
How can I expose my fan speed, cpu temp, etc to WMI and/or SNMP? [closed]
Possible Duplicate:
Collect temperature and fan speed with munin from Windows 7 PC?
How can I expose my fan speed, cpu temp, etc to WMI and/or SNMP?
Free solutions are preferred.
On ...
29
votes
4answers
33k views
Why does WMI Provider Host (WmiPrvSE.exe) keep spiking my CPU?
I generally keep my laptop on 24x7, and at the end of the day it's really annoying to have my thighs burnt because over overheating.
The overheating seems to be a result of WMI Provider Host ...
0
votes
1answer
228 views
How to extend a logical volume using Powershell
On Windows XP SP3, how can I extend a volume using Powershell on a remote computer?
I prefer WMI over Powershell remoting.
1
vote
3answers
1k views
Repair WMI on Windows 7
I had a problem with my Microsoft SQL Server 2008, importing data and generating scripts, so I decided to uninstall it. When I tried to remove it, I got an error from the check screen. The WMI ...
2
votes
1answer
535 views
How to display an array of bytes in PowerShell as a joined string of hex digits?
I am using WMI to find out what my WWN (World Wide Name) is for my port on an HBA card. I can get the WWN back but it is contained as an 8 byte array. I would like to convert this byte array into a ...
1
vote
1answer
105 views
Remotely access log files with WMI
What kind of logs can I access with WMI? Is it just event logs or can I for instance somehow fetch my FTP server logs, Exchange Logs, IIS logs etc.
1
vote
2answers
442 views
access windows log files from linux
I'm trying to remotely access windows log files from linux.
So far I've found two different approaches.
Install syslog server on windows machine and let windows send log files to linux, read those ...
1
vote
1answer
90 views
domain users logon info
i want to know how to find list of domain users whcih entered at my PC (some local groups included domain groups and domain users can enter at my PC).
1
vote
3answers
147 views
Adding/Removing Users For Permissions in XP
I have some specific folders that I grant members of my team permissions to. So I'll share a specific folder and add them as permissions. But after they are done I usually remove them from the list ...
1
vote
2answers
358 views
What's the difference between the Windows Management Instrumentation and the Registry?
I just wanted to know if Windows Management Instrumentation uses it's own functions to get the data or is is using the Registry database.
0
votes
2answers
1k views
Is there a way to get access to a window handle in windows using WSH, or WMI or similar?
Is there a way to get access to a window handle in windows using WSH, or WMI or similar? I just want to flag a window as always-on-top. Ideally I'd use windows script host for this.
(Should also be ...
1
vote
2answers
1k views
Windows 7 Action Center messages via script
I would like to know how to read, via vbscript, WMI, Powershell etc -the new Windows 7 Action center messages that the user normally gets informed of.
I want to read all those messages on each ...
0
votes
2answers
232 views
I screwed my Computer by disabling my account using WMIC
I used the command--- path WIN32_USERACCOUNT where(name="user01") set disabled="true"
My account is disabled and Im running in safe mode just so i can get my question answered... how do I enable my ...