< Back

Get-MrMonitorInfo

Sat Jan 18, 2020 4:34 pm

NAME Get-MrMonitorInfo



SYNOPSIS

Retrieves information about the monitors connected to the specified system.





SYNTAX

Get-MrMonitorInfo [[-CimSession] <CimSession[]>] [<CommonParameters>]





DESCRIPTION

Get-MrMonitorInfo is an advanced function that retrieves information about the monitors

connected to the specified system.





PARAMETERS

-CimSession <CimSession[]>

Specifies the CIM session to use for this function. Enter a variable that contains the CIM session or a

command that

creates or gets the CIM session, such as the New-CimSession or Get-CimSession cmdlets. For more information,

see

about_CimSessions.



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None





OUTPUTS

Mr.MonitorInfo





NOTES





Author: Mike F Robbins

Website: http://mikefrobbins.com

Twitter: @mikefrobbins



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-MrMonitorInfo













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-MrMonitorInfo -CimSession (New-CimSession -ComputerName Server01, Server02)















RELATED LINKS