We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The idea is to use a syscall (on Windows), as described here: https://superuser.com/questions/806209/is-there-any-way-to-identify-if-my-server-is-hyperv-vm-or-a-physical-machine
This data should also be accessible through System.Management.
Hyper-V Manufacturer = Microsoft Corporation Product = Virtual Machine
Citrix
Virtualbox
VMware Manufacturer/product can contain NONE, virtual or vmware
The text was updated successfully, but these errors were encountered:
Start on #49
23e41e4
Add VM check (#50)
7560a82
* Start on #49 * Update docs * Update Helpers.cs
Support for Hyper-V was added in #50 .
Sorry, something went wrong.
No branches or pull requests
The idea is to use a syscall (on Windows), as described here: https://superuser.com/questions/806209/is-there-any-way-to-identify-if-my-server-is-hyperv-vm-or-a-physical-machine
This data should also be accessible through System.Management.
Hyper-V
Manufacturer = Microsoft Corporation
Product = Virtual Machine
Citrix
Virtualbox
VMware
Manufacturer/product can contain NONE, virtual or vmware
The text was updated successfully, but these errors were encountered: