Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Find Information About Attached Mice

$
0
0

Summary: Use Windows PowerShell to find information about mice attached to your system.

Hey, Scripting Guy! Question How can I use Windows PowerShell to return information about mice on my system?

Hey, Scripting Guy! Answer Query the Win32_PointingDevice WMI class. You can use the Get-WmiObject cmdlet, as shown here.

Get-WmiObject win32_pointingdevice

On Windows PowerShell 3.0, use the Get-CimInstance cmdlet, as shown here.

Get-CimInstance win32_pointingdevice

 

 


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>