Get-AdfsGlobalWebContent

Get-AdfsGlobalWebContent

Gets global web content objects.

구문

Parameter Set: IdentifierName
Get-AdfsGlobalWebContent [-Locale <CultureInfo[]> ] [ <CommonParameters>]

자세한 설명

The Get-AdfsGlobalWebContent cmdlet gets all global web content objects or the global web content object that corresponds to the locale that you specify. If you do not specify the Locale parameter, the cmdlet gets global web content objects for all locales.

매개 변수

-Locale<CultureInfo[]>

Specifies an array of locales. The cmdlet gets the global web content associated with the locales that you specify.

별칭

없음

필수 여부

false

위치

named

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

<CommonParameters>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

  • Microsoft.IdentityServer.Management.Resources.AdfsGlobalWebContent;Microsoft.IdentityServer.Management.Resources.AdfsGlobalWebContent[]

    This cmdlet generates a System.IdentityServer.Management.Resources.AdfsGlobalWebContent object that represents global web content. The object includes the following properties:

    Locale: System.Globalization.CultureInfo
    CompanyName: System.String
    HelpDeskLink: System.Uri
    HelpDeskLinkText: System.String
    HomeLink: System.Uri
    HomeLinkText: System.String
    PrivacyLink: System.Uri
    PrivacyLinkText: System.String
    SignInPageDescriptionText: System.String
    SignOutPageDescriptionText: System.String
    ErrorPageDescriptionText: System.String
    ErrorPageGenericErrorMessage: System.String
    ErrorPageAuthorizationErrorMessage: System.String
    ErrorPageDeviceAuthenticationErrorMessage: System.String
    ErrorPageSupportEmail: System.String
    ErrorPageSupportEmailText: System.String
    UpdatePasswordPageDescriptionText: System.String
    CertificatePageDescriptionText: System.String
    SignInPageAdditionalAuthenticationDescriptionText: System.String

예제

Example 1: Get global web content for all locales

This command gets the global web content for all locales.

PS C:\> Get-AdfsGlobalWebContent

Example 2: Get the global web content for a locale

This command gets the global web content for the en-us locale. If you did not specify a locale when you modified properties of the global web content by using the Set-AdfsGlobalWebContent cmdlet, the cmdlet returns no additional information.

PS C:\> Get-AdfsGlobalWebContent -Locale en-us

관련 항목

Get-AdfsGlobalWebContent

Set-AdfsGlobalWebContent

Remove-AdfsGlobalWebContent