PowerShell Logo Small

Get-DisplayResolution



This is the built-in help made by Microsoft for the command 'Get-DisplayResolution', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Shows the current display resolution for a Server Core server.

SYNTAX


Get-DisplayResolution [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-DisplayResolution cmdlet shows the display resolution for Windows Server® 2012 in Server Core mode. For a width of 1920 pixels and a height of 1080 pixels, the
cmdlet displays 1920x1080. You can use the Set-DisplayResolution cmdlet to change the resolution.


For more information about Server Core mode, see Configure and Manage Server Core Installations (http://technet.microsoft.com/en-us/library/jj574091).



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287564
Set-DisplayResolution

REMARKS

<

Examples


Example 1: Get display resolution

PS C:\> Get-DisplayResolution
1920x1080



This command gets the current display resolution, which is a width of 1920 and a height of 1080.