You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
Currently no "standalone" hosts can't be scanned as in "VesterTemplate.Tests.ps1" around line 41 there is 'Host' {$Datacenter | Get-Cluster -Name $cfg.scope.cluster | Get-VMHost -Name $cfg.scope.host}
Expected Behavior
Also scan standalone hosts any way provided - in devinitive scope or with wildcard.
Current Behavior
Completely ignores any host outside clusters
Possible Solution
I tried to just remove Get-Cluster -Name $cfg.scope.cluster | but than you can't filter on just on cluster as all hosts are returned.
The text was updated successfully, but these errors were encountered:
Currently no "standalone" hosts can't be scanned as in "VesterTemplate.Tests.ps1" around line 41 there is
'Host' {$Datacenter | Get-Cluster -Name $cfg.scope.cluster | Get-VMHost -Name $cfg.scope.host}
Expected Behavior
Also scan standalone hosts any way provided - in devinitive scope or with wildcard.
Current Behavior
Completely ignores any host outside clusters
Possible Solution
I tried to just remove
Get-Cluster -Name $cfg.scope.cluster |
but than you can't filter on just on cluster as all hosts are returned.The text was updated successfully, but these errors were encountered: