# Remove-RASExcludeADGroup.md

## NAME

Remove-RASExcludeADGroup

## SYNOPSIS

Removes an Exclude AD group entry.

## SYNTAX

\*\*Remove-RASExcludeADGroup \[[Account](#account-string) *(string)*] \[[SID](#sid-string) *(string)*] \[[SiteId](#siteid-string) *(uint)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

Removes an Exclude AD group from the Exclude AD group settings list.

## PARAMETERS

## Account (string)

The name of the group account to remove from the Exclude AD group list.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## SID (string)

The SID of the group account to remove from the Exclude AD group list.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## SiteId (uint)

Site ID in which to modify the specified Exclude AD group settings.

```
        Required?                    false

        Position?                    named

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

(CommonParameters)

```
        This cmdlet supports the common parameters: Verbose, Debug,

        ErrorAction, ErrorVariable, WarningAction, WarningVariable,

        OutBuffer, PipelineVariable, and OutVariable. For more information, see 

        about_CommonParameters documentation. 
```

## INPUTS

-none-

## OUTPUTS

-none-

## EXAMPLES

\*\*---------- EXAMPLE 1 ----------

Remove-RASExcludeADGroup -Account Guests

Removes the Exclude AD group from the Exclude AD group settings list for the current site.

## RELATED LINKS

* [Add-RASExcludeADGroup](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/add-rasexcludeadgroup)
* [Get-RASExcludeADGroup](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/get-rasexcludeadgroup)
