For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-DisplayVirtualScreen

Returns the virtual screen dimensions covering all displays

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Returns the overall virtual screen information that encompasses all connected displays, including width, height, and position coordinates.

Syntax

Get-DisplayVirtualScreen [-ProgressAction <ActionPreference>] [<CommonParameters>]

Parameters

This function does not define function-specific parameters beyond common parameters.

Examples

Example

Get-DisplayVirtualScreen
Returns the combined dimensions of all displays

Last updated

Was this helpful?