Add-RASExcludeADGroup
NAME
Add-RASExcludeADGroup
SYNOPSIS
Adds an Exclude AD group entry.
SYNTAX
Add-RASExcludeADGroup [-Account <string>] [-SID <string>] [-SiteId <uint>] [<CommonParameters>]
DESCRIPTION
Adds an Exclude AD group to the Exclude AD group settings list.
PARAMETERS
-Account <string> The name of the group account to add to the Exclude AD group list.
-SID <string> The SID of the group account to add to 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 ----------
Add-RASExcludeADGroup -Account Guests
Adds an Exclude AD group to the Exclude AD group settings list for the current site.
RELATED LINKS
Last updated