Includes&Samples |
CIM_PhysicalMedia, ROOT\cimv2 - InstancesClass | Childs (1) | Methods | Properties (23) | Qualifiers (4) | Instances (2) | Namespaces (2)Samples: VB Script | C# | VB.Net | Search on:Microsoft Instances of CIM_PhysicalMediaThis section contains sample wmi instances of CIM_PhysicalMedia class with their properties from Microsoft Windows Server 2012 R2 Datacenter Evaluation. CIM_PhysicalMedia is an abstract class, so it has only derived instances, see derived child classes. Instance \\W2012SDC\ROOT\cimv2:Win32_PhysicalMedia.Tag="\\\\.\\PHYSICALDRIVE0"Properties={ 'Capacity' : null 'Caption' : null 'CleanerMedia' : null 'CreationClassName' : null 'Description' : null 'HotSwappable' : null 'InstallDate' : null 'Manufacturer' : null 'MediaDescription' : null 'MediaType' : null 'Model' : null 'Name' : null 'OtherIdentifyingInfo' : null 'PartNumber' : null 'PoweredOn' : null 'Removable' : null 'Replaceable' : null 'SerialNumber' : ' WD-WMAP94868188' //String 'SKU' : null 'Status' : null 'Tag' : '\\.\PHYSICALDRIVE0' //String 'Version' : null 'WriteProtectOn' : null } Instance \\W2012SDC\ROOT\cimv2:Win32_PhysicalMedia.Tag="\\\\.\\CDROM0"Properties={ 'Capacity' : null 'Caption' : null 'CleanerMedia' : null 'CreationClassName' : null 'Description' : null 'HotSwappable' : null 'InstallDate' : null 'Manufacturer' : null 'MediaDescription' : null 'MediaType' : null 'Model' : null 'Name' : null 'OtherIdentifyingInfo' : null 'PartNumber' : null 'PoweredOn' : null 'Removable' : null 'Replaceable' : null 'SerialNumber' : null 'SKU' : null 'Status' : null 'Tag' : '\\.\CDROM0' //String 'Version' : null 'WriteProtectOn' : null } |