OBJECT

WindowsDiskInfo

Description

Information about a physical disk on the domain controller.

link GraphQL Schema definition

  • type WindowsDiskInfo {
  • # Disk number.
  • diskNumber: Int!
  • # Partition style of the disk.
  • partitionStyle: String!
  • # Size of the disk in bytes.
  • size: Long!
  • }