Skip to content
This repository was archived by the owner on Nov 2, 2018. It is now read-only.

PowerCLI 10.2 Get-VM error #3

@jwegner89

Description

@jwegner89

In version 10.2 of PowerCLI, the Get-VM command will fail, causing all current VMs to be deleted since the VM array will be empty.

A workaround is to use $VMs = Get-VM -Name "*", which will bypass the issue of unavailable VMs.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions