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