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

Install-Defaults.psm1 missing Hypervisor #23

Closed
ritschi86 opened this issue Aug 2, 2023 · 0 comments
Closed

Install-Defaults.psm1 missing Hypervisor #23

ritschi86 opened this issue Aug 2, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ritschi86
Copy link

In Line 99 "Function" Get-Model, the Citrix Hypervisor is missing... HVM*

function Get-Model { $Hypervisor = "Parallels*|VMware*|Virtual*" if ((Get-CimInstance -ClassName "Win32_ComputerSystem").Model -match $Hypervisor) { $Model = "Virtual" } else { $Model = "Physical" } Write-Output -InputObject $Model }

@aaronparker aaronparker added the enhancement New feature or request label Aug 2, 2023
aaronparker added a commit that referenced this issue Aug 15, 2023
Add support for XenServer #23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants