Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows vm detect vis 'port connector' #46

Open
unusual-aspect opened this issue Mar 11, 2024 · 1 comment
Open

Windows vm detect vis 'port connector' #46

unusual-aspect opened this issue Mar 11, 2024 · 1 comment
Labels
enhancement New feature or request suggestion An idea that could be implemented

Comments

@unusual-aspect
Copy link

unusual-aspect commented Mar 11, 2024

In windows you can use powershell/wmi to get 'ports'

On bare metal:

--- CODE -- (as is not formatting very well)
PS C:\Users\admin> powershell -Command "Get-WmiObject Win32_PortConnector"

Tag : Port Connector 0
ConnectorType : {61}
SerialNumber :
ExternalReferenceDesignator : PS2Mouse
PortType : 14
--- CODE --

On VM this return empty value

@kernelwernel kernelwernel added enhancement New feature or request suggestion An idea that could be implemented labels Mar 11, 2024
@kernelwernel
Copy link
Owner

I really like this idea, I'm quite busy today but I'll definitely try to implement this whenever I have the time. Thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request suggestion An idea that could be implemented
Projects
None yet
Development

No branches or pull requests

2 participants