Quantcast
Viewing all articles
Browse latest Browse all 36188

PowerTip: Easily Find the Memory Configuration of Your Virtual Machines

Summary: Use Windows PowerShell 3.0 on Windows Server 2012 to easily find the memory configuration of your Hyper-V virtual machines.

Image may be NSFW.
Clik here to view.
Hey, Scripting Guy! Question
 How can I easily find the memory configuration on my Windows Server 2012 Hyper-V virtual machines by using Windows PowerShell?

Image may be NSFW.
Clik here to view.
Hey, Scripting Guy! Answer
 Use the Get-VM cmdlet and pipe the results to the Get-VMMemory function, as shown here.

Get-VM | Get-VMMemory

 

Image may be NSFW.
Clik here to view.

Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 36188

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>