Get-AdfsAdditionalAuthenticationRule

Get-AdfsAdditionalAuthenticationRule is accessible with the help of adfs module. To install adfs on your system please refer to this adfs.

Synopsis

Retrieves the global rules that trigger additional authentication providers to be invoked.

Description

The Get-AdfsAdditionalAuthenticationRule cmdlet retrieves the global rules that govern all applications that trigger additional authentication providers to be invoked. When the claim engine evaluates the additional authentication rules and determines that multiple factor authentication is required, the user is prompted to perform additional authentication. Use this rule only when all your applications are capable of performing web based credential collection through Active Directory Federation Services (AD FS). Applications that use protocols like WS-Trust will fail to obtain a security token if the trigger is true as a result of evaluation of the rules.

Syntax

Get-AdfsAdditionalAuthenticationRule []

———————Example 1———————
Retrieve the global additional authentication rules
PS C:\> Get-AdfsAdditionalAuthenticationRule
This command retrieves the global additional authentication rules configured for AD FS. The output of the command shows that multiple factor authentication is required for all extranet access and all devices that are not joined to a workplace.

You can check the Version, CommandType and Source of this cmdlet by giving below command.

Get-Command Get-AdfsAdditionalAuthenticationRule

Get-Command Get-AdfsAdditionalAuthenticationRule powershell script command cmdlet adfs

You can also read about

  • Set-AdfsAdditionalAuthenticationRule

To know more PowerShell cmdlets(Commands) on Active Directory Federation Services(ADFS) click here

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft

Leave a Reply

Your email address will not be published. Required fields are marked *