Get-AdfsAuthenticationProviderWebContent
Retrieves web content objects for authentication providers.
Syntax
Get-AdfsAuthenticationProviderWebContent
[-Locale <CultureInfo>]
[-Name <String[]>]
[<CommonParameters>]
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.
Type: | CultureInfo |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
Specifies a array of names. The cmdlet gets the provider web content associated for the names that you specify.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |