@@ -418,6 +418,41 @@ Process name | `ps`
418
418
Process arguments | ` ps `
419
419
Application name | ` dpkg ` or ` rpm `
420
420
421
+ ## Storage metadata
422
+
423
+ The appliance collects storage related data about configuration, roles, and features from Windows servers.
424
+ Here's the full list of metadata that the appliance collects and sends to Azure:
425
+
426
+ ### Windows server metadata
427
+
428
+ Data | WMI class | WMI class property
429
+ --- | --- | ---
430
+ FQDN | ` Win32_OperatingSystem ` | ` Name ` , ` Domain ` , ` PartOfDomain `
431
+ OS version | ` Win32_OperatingSystem ` | ` Version `
432
+ NIC details | ` Win32_NetworkAdapter ` | ` NetConnectionID ` , ` Description ` , ` MACAddress ` , ` NetConnectionStatus ` , ` Speed ` , ` PNPDeviceID `
433
+ ISCSI Target query from Initiator | ` MSiSCSIInitiator_SessionClass ` | ` TargetName ` , ` TargetAddress ` , ` Devices ` , ` LegacyName `
434
+ Physical Disk information | ` Win32_DiskDrive ` | ` PNPDeviceID ` , ` Index ` , ` Caption ` , ` SerialNumber ` , ` BusType ` , ` BytesPerSector ` ,` InterfaceType ` , ` Size ` , ` Status ` , ` FirmwareRevision ` , ` MediaType ` , ` Manufacturer `
435
+ Logical Disk Information | ` Win32_Volume ` | ` DeviceID ` , ` DriveLetter ` , ` FileSystem ` , ` BootVolume ` , ` Capacity ` , ` FreeSpace `
436
+ Logical Disk Information | ` Win32_DiskPartition ` | ` DiskIndex ` , ` AccessPaths ` , ` DiskNumber `
437
+ Logical Disk Information | ` Win32_LogicalDiskToPartition ` | ` Antecedent ` , ` Dependent `
438
+
439
+
440
+ Data | PowerShell cmdlet | Property
441
+ --- | --- | ---
442
+ SMB server - Protocol Version | ` Get-SmbServerConfiguration ` | ` EnableSMB1Protocol ` , ` EnableSMB2Protocol `
443
+ SMB server | ` Get-WindowsFeature ` | ` FileAndStorage-Services ` , ` FS-FileServer `
444
+ NFS server | ` Get-WindowsFeature ` | ` FS-NFS-Service `
445
+ iSCSI target | ` Get-IscsiServerTarget ` | ` TargetIqn `
446
+ Physical Disk information | ` Get-PhysicalDisk ` | ` DeviceID ` , ` uniqueId ` , ` PhysicalSectorSize ` , ` LogicalSectorSize ` ,` BusType `
447
+ PhysicalDisk information | ` Get-Disk ` | ` Number ` , ` IsBoot `
448
+ Virtual Disk Information | ` Get-VirtualDisk ` | ` UniqueId ` , ` FriendlyName ` , ` Caption ` , ` Size ` , ` ResiliencySettingName ` , ` HealthStatus ` , ` MediaType ` , ` ObjectId ` , ` LogicalSectorSize ` , ` PhysicalSectorSize `
449
+ Storage Pool Information | ` Get-StoragePool ` | ` FriendlyName ` , ` HealthStatus ` , ` OperationalStatus ` , ` ResiliencySettingNameDefault `
450
+ Logical Disk Information | ` Get-Partition ` | ` AccessPaths ` , ` DiskNumber `
451
+ FileShare - SMB | ` Get-SmbShare ` | ` Name ` , ` Path, Volume `
452
+ FileShare - NFS | ` Get-NfsShare ` | ` Name ` , ` SharePath `
453
+ NFS server - Protocol Version | ` Get-NfsServerConfiguration ` | ` EnableNFSv2 ` , ` EnableNFSv3 ` , ` EnableNFSv4 `
454
+
455
+
421
456
## Related content
422
457
423
458
- [ Set up an appliance for servers in a VMware environment] ( how-to-set-up-appliance-vmware.md )
0 commit comments