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
You can also read about
- Remove-AdfsAuthenticationProviderWebContent
- Set-AdfsAuthenticationProviderWebContent