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

Continue TS when virtual machine detected. #6

Open
beanska opened this issue Jan 2, 2018 · 0 comments
Open

Continue TS when virtual machine detected. #6

beanska opened this issue Jan 2, 2018 · 0 comments

Comments

@beanska
Copy link

beanska commented Jan 2, 2018

Please consider having Virtual machine models return 0 in Invoke-CMDownloadDriverPackage.ps1. Since no drivers are needed it would be nice for the TS to continue when testing the TS in a virtual environment.

if ($ComputerSystemType -notin @("Virtual Machine", "VMware Virtual Platform", "VirtualBox", "HVM domU", "KVM")) {
...
} else {
    Write-CMLogEntry -Value "Virtual machine model. No drivers required." -Severity 2 ; exit 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant