Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Standalone Hosts... #212

@rockaut

Description

@rockaut

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions