blob: e7275c013be66e5b30f230aaaf17e5d3a3d4e70e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
---
page_type: sample
description: "A WMI iSCSI miniport that can be tested using the iSCSICLI.exe tool."
languages:
- cpp
products:
- windows
- windows-wdk
---
<!---
name: iSCSI WMI Client
platform: WDM
language: cpp
category: Storage
description: A WMI iSCSI miniport that can be tested using the iSCSICLI.exe tool, the iSCSI Initiator Properties page, the WBEMTEST.exe tool, and customized WMI scripts.
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617981
--->
# iSCSI WMI Client
WMI Implementation in an iSCSI miniport can be tested using the iSCSICLI.exe tool, the iSCSI Initiator Properties page, the WBEMTEST.exe tool, and customized WMI scripts
## Installation and Operation
The iSCSI WMI sample uses the iSCSI WMI Class, and MOF definitions described at [iSCSI WMI Classes](http://msdn.microsoft.com/en-us/library/windows/hardware/ff561578) in the storage WMI classes reference. Their corresponding class structure details are described at [iSCSI Structures](http://msdn.microsoft.com/en-us/library/windows/hardware/ff561569).
|