Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PS C:\Users\SQL1> Get-PhysicalDisk -CanPool $true | gm
- TypeName: Microsoft.Management.Infrastructure.CimInstance#root/microsoft/windows/storage
- /MSFT_PhysicalDisk
- Name MemberType Definition
- ---- ---------- ----------
- Clone Method System.Object ICloneable.Clone()
- Dispose Method void Dispose(), void IDisposable.Dispose()
- Equals Method bool Equals(System.Object obj)
- GetCimSessionComputerName Method string GetCimSessionComputerName()
- GetCimSessionInstanceId Method guid GetCimSessionInstanceId()
- GetHashCode Method int GetHashCode()
- GetObjectData Method void GetObjectData(System.Runtime.Serial...
- GetType Method type GetType()
- ToString Method string ToString()
- AdapterSerialNumber Property string AdapterSerialNumber {get;}
- AllocatedSize Property uint64 AllocatedSize {get;}
- CanPool Property bool CanPool {get;}
- Description Property string Description {get;}
- DeviceId Property string DeviceId {get;}
- EnclosureNumber Property uint16 EnclosureNumber {get;}
- FirmwareVersion Property string FirmwareVersion {get;}
- FriendlyName Property string FriendlyName {get;}
- IsIndicationEnabled Property bool IsIndicationEnabled {get;}
- IsPartial Property bool IsPartial {get;}
- LogicalSectorSize Property uint64 LogicalSectorSize {get;}
- Manufacturer Property string Manufacturer {get;}
- Model Property string Model {get;}
- ObjectId Property string ObjectId {get;}
- OperationalDetails Property string[] OperationalDetails {get;}
- OtherCannotPoolReasonDescription Property string OtherCannotPoolReasonDescription ...
- PartNumber Property string PartNumber {get;}
- PassThroughClass Property string PassThroughClass {get;}
- PassThroughIds Property string PassThroughIds {get;}
- PassThroughNamespace Property string PassThroughNamespace {get;}
- PassThroughServer Property string PassThroughServer {get;}
- PhysicalLocation Property string PhysicalLocation {get;}
- PhysicalSectorSize Property uint64 PhysicalSectorSize {get;}
- PSComputerName Property string PSComputerName {get;}
- SerialNumber Property string SerialNumber {get;}
- Size Property uint64 Size {get;}
- SlotNumber Property uint16 SlotNumber {get;}
- SoftwareVersion Property string SoftwareVersion {get;}
- UniqueId Property string UniqueId {get;}
- VirtualDiskFootprint Property uint64 VirtualDiskFootprint {get;}
- BusType ScriptProperty System.Object BusType {get=if ( $this.ps...
- CannotPoolReason ScriptProperty System.Object CannotPoolReason {get=$_st...
- ClassName ScriptProperty System.Object ClassName {get=if ($this.C...
- HealthStatus ScriptProperty System.Object HealthStatus {get=switch (...
- MediaType ScriptProperty System.Object MediaType {get=switch ( $t...
- OperationalStatus ScriptProperty System.Object OperationalStatus {get=$_s...
- SpindleSpeed ScriptProperty System.Object SpindleSpeed {get=$speed =...
- SupportedUsages ScriptProperty System.Object SupportedUsages {get=$_usa...
- UniqueIdFormat ScriptProperty System.Object UniqueIdFormat {get=if ( $...
- Usage ScriptProperty System.Object Usage {get=if ( $this.psBa...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement