Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
4answers
664 views

Why would I choose Powershell over WMI to develop management interfaces?

We are discussing development of an improved management infrastructure for our distributed system. We use COM, web services and .NET components. Since we're based on Microsoft Windows Server XP/2003, ...
3
votes
1answer
129 views

Which tool / technology: System management for databases and dependent services

A follow-up on this system management question: Since I probably will not get much feedback on serverfault I'll give it a try here. My main concern is to reflect the dependencies between the ...
0
votes
0answers
22 views

WqlEventQuery query string for another queries like Not Responding processes

Where i find other queries? For example following code and query shows stop and starting processes of system. SELECT * FROM Win32_ProcessStartTrace and SELECT * FROM Win32_ProcessStopTrace ...
0
votes
1answer
43 views

how to access romote windows service with Related ObjectQuery

I want to control (start and stop) a windows service which is in the remote machine. I can connect that machine but I can't access to windows service. Here is my code. Can you help me? ...
0
votes
0answers
114 views

Extracting SMM (SMI) handlers from BIOS flash image

I can download a BIOS update firmware from motherboard producer site. The image of BIOS Flash will be downloaded. Is it possible to find a SMM (SMI) handlers code in the BIOS image? Should I run the ...
0
votes
0answers
85 views

Restoring C drive image from DVD after booting the computer from bootable disc

If I take image of C drive and burn it on DVD, can I restore this image after booting the computer from a bootable disk? If yes, then how? I am supposing that restoring C drive image in this way will ...