# Remove Computer From Group

> `UiPath.ActiveDirectoryDomainServices.Activities.RemoveComputerFromGroup`

`UiPath.ActiveDirectoryDomainServices.Activities.RemoveComputerFromGroup`

## Description

Removes a computer from the specified group.

## Project compatibility

Windows - Legacy | Windows

## Configuration

### Common

* **DisplayName** - The display name of the activity.

### Input

* **ComputerDistinguishedName** - The distinguished name of the computer.
* **Computer Connection** - Establish the connection that needs to be used to get the computer. There are three available options, **Auto**, **Primary**, and **Secondary**. The default option is **Auto**. When set to **Auto**, the activity tries to automatically resolve the connection from the computer’s distinguished name.
* **GroupDistinguishedName** - The distinguished name of the group.
* **Group Connection** - Establish the connection that needs to be used to get the group. There are three available options, **Auto**, **Primary**, and **Secondary**. The default option is **Auto**. When set to **Auto**, the activity tries to automatically resolve the connection from the group's distinguished name.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.
