Skip to content

engrit-illinois/Get-WMIMonitorInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get-WMIMonitorInfo

Mostly made this for convenience, and also because examples on the internet either used the dated Get-WMIObject cmdlet, didn't output the results as a PowerShell object, or were lost due to being hosted on Microsoft TechNet. Hate that I'm basically reinventing a wheel, but it is what it is.

This module makes use of JoinModule, the source for which can be found here: https://github.com/iRon7/Join-Object

Examples

Queries and returns the monitor info from target computer EH-406B8-01

Get-WMIMonitorInfo -ComputerName EH-406B8-01

Parameters

-ComputerName

Accepts a string for a target computer to query. If this is not supplied, the command will run against the local computer instead.

Sources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks