< Back

Get-MonitorInformation

Tue Jan 14, 2020 12:52 am

NAME Get-MonitorInformation



SYNOPSIS

Gets attached monitor product information for inventory.





SYNTAX

Get-MonitorInformation [[-ComputerName] <String[]>] [<CommonParameters>]





DESCRIPTION

Find the monitor manufacture date, name and serial number for a target computer.





PARAMETERS

-ComputerName <String[]>

Target computer



Required? false

Position? 1

Default value localhost

Accept pipeline input? true (ByValue, ByPropertyName)

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



OUTPUTS



NOTES





Todo: Detect trailing zeros in serial number for correct length.



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



PS C:\\>"itspc04" | Get-MonitorInformation



ComputerName Name Serial YearOfManufacture

------------ ---- ------ -----------------

ITSPC04 AOC D3EXXXXXXXXX 2014

ITSPC04 AOC D3EXXXXXXXXX 2014











RELATED LINKS