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.
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
Last updated