• Aucun résultat trouvé

Assignment 12.1: Explain to your instructor the architecture of Windows Management Instrumentation. Explain the concepts of “managed objects”, “providers”, “WMI infrastructure”, and “WMI consumers”.

N/A
N/A
Protected

Academic year: 2022

Partager "Assignment 12.1: Explain to your instructor the architecture of Windows Management Instrumentation. Explain the concepts of “managed objects”, “providers”, “WMI infrastructure”, and “WMI consumers”."

Copied!
1
0
0

Texte intégral

(1)

Windows Operating System Internals Assignments OS12

© 2005 David A. Solomon and Mark Russinovich

Assignment 12.1:

Explain to your instructor the architecture of Windows Management

Instrumentation. Explain the concepts of “managed objects”, “providers”, “WMI infrastructure”, and “WMI consumers”.

Assignment 12.2:

Explain to your instructor the WMI mechanisms used by the following script:

strComputer = ”fin” # target computer’s name

Set wbemServices = GetObject("winmgmts:\\" & strComputer) Set wbemObjectSet = wbemServices.InstancesOf(

"Win32_LogicalMemoryConfiguration") For Each wbemObject In wbemObjectSet

WScript.Echo "Total Physical Memory (kb): " &

wbemObject.TotalPhysicalMemory Next

Assignment 12.3:

Explain to your instructor:

 What is the registry

 How is it structured

 When is the registry read and written

Assignment 12.4:

Look up the MSDN documentation for RegQueryValueEx(). Explain to your

instructor how this function can be used to access performance counter information obtained through performance data providers and made visible in the registry.

December 2005 by David A. Solomon and Mark Russinovich with Andreas Polze 1

Références

Documents relatifs

ERRATUM ON “ENTROPY-ENERGY INEQUALITIES AND IMPROVED CONVERGENCE RATES FOR NONLINEAR..

Give a short explanation of the following terms and its usage in context of Windows networking to your instructor:?. 

The first one should be a socket client application that takes a server address (IP address + port) and an input file and sends its content to a (possibly) remote server.. The

Explain to your instructor two potential reasons for an abnormal shutdown of Windows. What is the purpose of the “last known good” entry in

Write a named-pipe client that connects to the server and executes a main loop that reads user input, sends it to the server, gets the server response and prints it on

 Draw a Gantt chart illustrating the execution of these threads under the assumption that they all are executed at a static priority of 8.  How does the execution order change if

Which approach is taken by the Windows I/O subsystem in order to support both, synchronous and asynchronous I/O operations.

In the next step, a user modifies access rights on the file – in particular, he adds a “deny ACE” effectively denying “write access” for all users?. Finally, the