Get-AdfsAuthenticationProviderWebContent

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

Synopsis

Retrieves web content objects for authentication providers.

Description

The Get-AdfsAuthenticationProviderWebContent cmdlet retrieves web content objects for all authentication providers, or a specified authentication provider in a locale. Specify an authentication provider by its name. If you do not supply an authentication provider name, the cmdlet retrieves all authentication provider web content objects. If you do not specify the locale, the cmdlet retrieves web content for all locales. The cmdlet does not return any information if you do not use the Set-AdfsAuthenticationProviderWebContent cmdlet to customize the authentication provider web content.

Parameters

-Locale
Specifies a locale. The cmdlet gets the provider web content associated for the locale that you specify.

    Required?                    false
    Position?                    named
    Default value                none
    Accept pipeline input?       True (ByPropertyName)
    Accept wildcard characters?  false

-Name <String[]>
    Specifies a array of names. The cmdlet gets the provider web content associated for the names that you specify.

    Required?                    false
    Position?                    named
    Default value                none
    Accept pipeline input?       True (ByPropertyName)
    Accept wildcard characters?  false

Syntax

Get-AdfsAuthenticationProviderWebContent [-Locale <CultureInfo>] [-Name <String[]>] [<CommonParameters>]

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

Get-Command Get-AdfsAuthenticationProviderWebContent

Get-Command Get-AdfsAuthenticationProviderWebContent powershell script command cmdlet

You can also read about

  • Remove-AdfsAuthenticationProviderWebContent
  • Set-AdfsAuthenticationProviderWebContent

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 *