# Get VM List

> `UiPath.VMware.Activities.CrossPlatform.VirtualMachine.GetVMList`

`UiPath.VMware.Activities.CrossPlatform.VirtualMachine.GetVMList`

## Description

Provides the list of virtual machines from a given folder.

## Project compatibility

**Windows** | **Cross-platform**

## Configuration

* **Folder** - Specifies the folder where to search for virtual machines. This field supports only strings and `String` variables.
* **Timeout** - Specifies the amount of time (in seconds) to wait for the activity to complete before an error is thrown. The default value is 300 seconds. This field supports only `Int32` variables.

### Input

* **Include Subfolders** - If selected, initiates a recursively search into the subfolders. The default value is **On**.
* **Power State** - Searches only for those virtual machines having the specified **PowerState** condition. The default value is **All**.
* **TagName** - Searches only for those virtual machines containing a tag with this name. This field supports only strings and `String` variables.
* **Tag Category** - Searches only for those virtual machines containing tags in this category. This field supports only strings and `String` variables.

### Output

* **VM List** - Provides the list of virtual machines found in the given folder.
