Remove-RASMFA

NAME

Remove-RASMFA

SYNOPSIS

Removes a Multi Factor Authentication from a site.

SYNTAX

Remove-RASMFA [-Idarrow-up-right] <uint> [<CommonParametersarrow-up-right>] Remove-RASMFA [-InputObjectarrow-up-right] <MFAarrow-up-right> [<CommonParametersarrow-up-right>] Remove-RASMFA [-Namearrow-up-right] <string> [[-SiteIdarrow-up-right] <uint>] [<CommonParametersarrow-up-right>]

DESCRIPTION

Removes a Multi Factor Authentication from a site.

PARAMETERS

-Name <string> The name of the Multi Factor Authentication to remove from a site.

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

-SiteId <uint> Site ID from which to remove the Multi Factor Authentication. If the parameter is omitted, the Licensing Server site ID will be used.

-Id <uint> The ID of a Multi Factor Authentication to remove from the site. To obtain the ID, use the Get-RASMFA cmdlet.

-InputObject <MFAarrow-up-right> The Multi Factor Authentication Settings to remove from a site. To obtain a MFA object, use the Get-RASMFA command.

<CommonParameters>

INPUTS

MFAarrow-up-right

OUTPUTS

-none-

EXAMPLES

---------- EXAMPLE 1 ---------- Remove-RASMFA "My VDI Pool" Removes the Multi Factor Authentication specified by name from the Licensing Server site (default). To remove a Multi Factor Authentication from a specific site, specify the -SiteId parameter. ---------- EXAMPLE 2 ---------- Get-RASMFA -Id 10 | Remove-RASMFA Removes a Multi Factor Authentication, which is identified by an object obtained from the pipeline output.

Last updated