Advertisement
Guest User

Untitled

a guest
Mar 14th, 2017
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PS C:\Users\SQL1> Get-PhysicalDisk -CanPool $true | gm
  2.  
  3.  
  4.    TypeName: Microsoft.Management.Infrastructure.CimInstance#root/microsoft/windows/storage
  5. /MSFT_PhysicalDisk
  6.  
  7. Name                             MemberType     Definition                                
  8. ----                             ----------     ----------                                
  9. Clone                            Method         System.Object ICloneable.Clone()          
  10. Dispose                          Method         void Dispose(), void IDisposable.Dispose()
  11. Equals                           Method         bool Equals(System.Object obj)            
  12. GetCimSessionComputerName        Method         string GetCimSessionComputerName()        
  13. GetCimSessionInstanceId          Method         guid GetCimSessionInstanceId()            
  14. GetHashCode                      Method         int GetHashCode()                          
  15. GetObjectData                    Method         void GetObjectData(System.Runtime.Serial...
  16. GetType                          Method         type GetType()                            
  17. ToString                         Method         string ToString()                          
  18. AdapterSerialNumber              Property       string AdapterSerialNumber {get;}          
  19. AllocatedSize                    Property       uint64 AllocatedSize {get;}                
  20. CanPool                          Property       bool CanPool {get;}                        
  21. Description                      Property       string Description {get;}                  
  22. DeviceId                         Property       string DeviceId {get;}                    
  23. EnclosureNumber                  Property       uint16 EnclosureNumber {get;}              
  24. FirmwareVersion                  Property       string FirmwareVersion {get;}              
  25. FriendlyName                     Property       string FriendlyName {get;}                
  26. IsIndicationEnabled              Property       bool IsIndicationEnabled {get;}            
  27. IsPartial                        Property       bool IsPartial {get;}                      
  28. LogicalSectorSize                Property       uint64 LogicalSectorSize {get;}            
  29. Manufacturer                     Property       string Manufacturer {get;}                
  30. Model                            Property       string Model {get;}                        
  31. ObjectId                         Property       string ObjectId {get;}                    
  32. OperationalDetails               Property       string[] OperationalDetails {get;}        
  33. OtherCannotPoolReasonDescription Property       string OtherCannotPoolReasonDescription ...
  34. PartNumber                       Property       string PartNumber {get;}                  
  35. PassThroughClass                 Property       string PassThroughClass {get;}            
  36. PassThroughIds                   Property       string PassThroughIds {get;}              
  37. PassThroughNamespace             Property       string PassThroughNamespace {get;}        
  38. PassThroughServer                Property       string PassThroughServer {get;}            
  39. PhysicalLocation                 Property       string PhysicalLocation {get;}            
  40. PhysicalSectorSize               Property       uint64 PhysicalSectorSize {get;}          
  41. PSComputerName                   Property       string PSComputerName {get;}              
  42. SerialNumber                     Property       string SerialNumber {get;}                
  43. Size                             Property       uint64 Size {get;}                        
  44. SlotNumber                       Property       uint16 SlotNumber {get;}                  
  45. SoftwareVersion                  Property       string SoftwareVersion {get;}              
  46. UniqueId                         Property       string UniqueId {get;}                    
  47. VirtualDiskFootprint             Property       uint64 VirtualDiskFootprint {get;}        
  48. BusType                          ScriptProperty System.Object BusType {get=if ( $this.ps...
  49. CannotPoolReason                 ScriptProperty System.Object CannotPoolReason {get=$_st...
  50. ClassName                        ScriptProperty System.Object ClassName {get=if ($this.C...
  51. HealthStatus                     ScriptProperty System.Object HealthStatus {get=switch (...
  52. MediaType                        ScriptProperty System.Object MediaType {get=switch ( $t...
  53. OperationalStatus                ScriptProperty System.Object OperationalStatus {get=$_s...
  54. SpindleSpeed                     ScriptProperty System.Object SpindleSpeed {get=$speed =...
  55. SupportedUsages                  ScriptProperty System.Object SupportedUsages {get=$_usa...
  56. UniqueIdFormat                   ScriptProperty System.Object UniqueIdFormat {get=if ( $...
  57. Usage                            ScriptProperty System.Object Usage {get=if ( $this.psBa...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement