Skip to content

Continue TS when virtual machine detected. #6

Description

@beanska

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
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions