PowerCLI: Get VM Swap Information: Difference between revisions

m
no edit summary
(Created page with "=== Get VM Swap information === author: Matt Andes ==== Description ==== Retrieves the swap information for a VM, includeing VM name, name of swap file, the datastore it live...")
 
mNo edit summary
 
Line 13: Line 13:
   
   
  Get-VM | Get-VMSwapInfo
  Get-VM | Get-VMSwapInfo
 
  $vm = Get-VM  
  $vm = Get-VM  
  Get-VMSwapInfo $vm
  Get-VMSwapInfo $vm
1,274

edits