Sha256: 29b7c204edfd0c61f0edc3b889d486e6f70d88fcd0febcfc80ac70fdca06db4c
Contents?: true
Size: 327 Bytes
Versions: 28
Compression:
Stored size: 327 Bytes
Contents
# Include the following modules $Dir = Split-Path $script:MyInvocation.MyCommand.Path . ([System.IO.Path]::Combine($Dir, "utils\write_messages.ps1")) $check = $(-Not (-Not (Get-Command "Get-VMSwitch" -errorAction SilentlyContinue))) $result = @{ result = $check } Write-Output-Message $(ConvertTo-Json $result)
Version data entries
28 entries across 25 versions & 5 rubygems