Remove-2FAExcludeUserGroupList

NAME

Remove-2FAExcludeUserGroupList

SYNOPSIS

Removes an entry from the User/Group filter.

SYNTAX

Remove-2FAExcludeUserGroupList -Account <string> [-Type <UserType> {Unknown | User | Group | ForeignSecurityPrincipal}] [<CommonParameters>]

DESCRIPTION

Removes an entry from the User/Group filter.

PARAMETERS


-Account <string>
A string value representing the ldap of a User/Group.

        Required?                    true
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Type <UserType>
The type of account (User/Group) being excluded, defaults to User.

Possible values: Unknown, User, Group, ForeignSecurityPrincipal

        Required?                    false
        Position?                    named
        Default value                User
        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-2FAExcludeUserGroupList -Account "LDAP://parallels.com/CN=Administrators,CN=Builtin,DC=parallels,DC=com" -Type Group

Removes the specified User/Group from the excluded User/Group list.

RELATED LINKS