Remove-RASExcludeADGroup

NAME

Remove-RASExcludeADGroup

SYNOPSIS

Removes an Exclude AD group entry.

SYNTAX

Remove-RASExcludeADGroup [Account (string)] [SID (string)] [SiteId (uint)] [(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.

SID (string)

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

SiteId (uint)

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

(CommonParameters)

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.

Last updated