Skip to main content

Script Center

Script Center
We are dedicated to the system administration scripters of the world. At the Microsoft Script Center, we focus on teaching people how to use Windows PowerShell and VBScript to reduce time spent performing mundane tasks.

Hey, Scripting Guy! Blog

Script Center Home Page

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. How can I easily find the memory configuration on my Windows Server 2012 Hyper-V virtual machines by using Windows PowerShell? Use the Get-VM cmdlet and pipe the results to the Get-VMMemory function, as shown here. Get-VM | Get-VMMemory

Recent Posts

Â