Describe "MongoDB" { It "" -TestCases @( @{ ToolName = "mongo" } @{ ToolName = "mongod" } ) { "$ToolName --version" | Should -ReturnZeroExitCode } } Describe "MySQL" { It "MySQL CLI" { "mysql -V" | Should -ReturnZeroExitCode } }