Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 232413

Re: Guests without vShield Driver or Thin Agent Enabled

$
0
0

Try something like this

 

$script=@"
driverquery
"@


Get-Datacenter-NameMyDC|Get-VM|%{
 
$output=Invoke-VMScript-VM$_-ScriptText$script
 
$_|SelectName,@{N="vShield Agent present";E={$output-match"vsepflt"}}
}

Viewing all articles
Browse latest Browse all 232413

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>