Remove-RASExcludeADGroup
Removes an Exclude AD group entry.
Remove-RASExcludeADGroup [-Account <string>] [-SID <string>] [-SiteId <uint>] [<CommonParameters>]
Removes an Exclude AD group from the Exclude AD group settings list.
-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>
-none-
-none-
---------- EXAMPLE 1 ----------
Remove-RASExcludeADGroup -Account Guests
Removes the Exclude AD group from the Exclude AD group settings list for the current site.