編集

次の方法で共有


Set-AdfsGlobalWebContent

Sets properties for global web content objects.

Syntax

IdentifierName (Default)

Set-AdfsGlobalWebContent
    [[-Locale] <CultureInfo>]
    [-CompanyName <String>]
    [-HelpDeskLink <Uri>]
    [-HelpDeskLinkText <String>]
    [-HomeLink <Uri>]
    [-HomeLinkText <String>]
    [-HomeRealmDiscoveryOtherOrganizationDescriptionText <String>]
    [-HomeRealmDiscoveryPageDescriptionText <String>]
    [-OrganizationalNameDescriptionText <String>]
    [-PrivacyLink <Uri>]
    [-PrivacyLinkText <String>]
    [-CertificatePageDescriptionText <String>]
    [-SignInPageDescriptionText <String>]
    [-SignOutPageDescriptionText <String>]
    [-ErrorPageDescriptionText <String>]
    [-ErrorPageGenericErrorMessage <String>]
    [-ErrorPageAuthorizationErrorMessage <String>]
    [-ErrorPageDeviceAuthenticationErrorMessage <String>]
    [-ErrorPageSupportEmail <String>]
    [-UpdatePasswordPageDescriptionText <String>]
    [-SignInPageAdditionalAuthenticationDescriptionText <String>]
    [-PassThru]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

IdentifierObject

Set-AdfsGlobalWebContent
    [-TargetWebContent] <AdfsGlobalWebContent>
    [-CompanyName <String>]
    [-HelpDeskLink <Uri>]
    [-HelpDeskLinkText <String>]
    [-HomeLink <Uri>]
    [-HomeLinkText <String>]
    [-HomeRealmDiscoveryOtherOrganizationDescriptionText <String>]
    [-HomeRealmDiscoveryPageDescriptionText <String>]
    [-OrganizationalNameDescriptionText <String>]
    [-PrivacyLink <Uri>]
    [-PrivacyLinkText <String>]
    [-CertificatePageDescriptionText <String>]
    [-SignInPageDescriptionText <String>]
    [-SignOutPageDescriptionText <String>]
    [-ErrorPageDescriptionText <String>]
    [-ErrorPageGenericErrorMessage <String>]
    [-ErrorPageAuthorizationErrorMessage <String>]
    [-ErrorPageDeviceAuthenticationErrorMessage <String>]
    [-ErrorPageSupportEmail <String>]
    [-UpdatePasswordPageDescriptionText <String>]
    [-SignInPageAdditionalAuthenticationDescriptionText <String>]
    [-PassThru]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Description

The Set-AdfsGlobalWebContent cmdlet sets properties for a global web content object. Specify a global web object by using a locale, or use the Get-AdfsGlobalWebContent cmdlet to obtain a web object.

Examples

Example 1: Set the company name for the global web content

PS C:\> Set-AdfsGlobalWebContent -Locale "" -CompanyName "Contoso"

This command sets the company name of the global web content for the invariant locale. If there is no logo, the sign-in page displays the company name Contoso.

PS C:\> Set-AdfsWebContent -Locale "en-us" -CompanyName "Contoso" -HelpDeskLink "https://helpdesklink" -HelpDeskLinkText "Help desk" -HomeLink "https://homelink" -HomeLinkText "Home" -PrivacyLink "https://privacylink" -PrivacyLinkText "Privacy statement" -SignInPageDescriptionText "Sign in here" -SignOutPageDescriptionText "Sign out here" -ErrorPageGenericErrorMessage "An error occurred." -ErrorPageSupportEmail "support@contoso.com" -UpdatePasswordPageDescriptionText "Update password here"

This command specifies the text to display in the sign-in pages for AD FS for the en-us locale.

PS C:\> Set-AdfsGlobalWebContent -Locale "en-us" -CompanyName "Contoso" -HomeLink "https://homelink" -HomeLinkText "Home" -PrivacyLink "https://privaylink" -PrivacyLinkText "Privacy statement" -SignInPageDescriptionText "<p>Sign-in to Contoso requires device registration. Click <A href='https://fs1.contoso.com/deviceregistration/'>here</A> for more information.</p>" -SignOutPageDescriptionText "Sign out here" -ErrorPageGenericErrorMessage "An error occurred." -ErrorPageSupportEmail "support@contoso.com" -UpdatePasswordPageDescriptionText "Update password here" -CertificatePageDescriptionText "Sign in with your Smartcard"

This command specifies the text and links to display when an application prompts a user prompted for a certificate.

Parameters

-CertificatePageDescriptionText

Specifies the text on the certificate page. Active Directory Federation Services (AD FS) displays the text that you specify when it prompts the user for a certificate. In earlier versions of AD FS, the user sees a blank page when AD FS prompts the user for a certificate.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-CompanyName

Specifies the company name. AD FS displays the company name in the sign-in pages when you have not set a logo on the active web theme.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ErrorPageAuthorizationErrorMessage

Specifies an error message to display when a user encounters any authorization errors that occur for a token request. This string can be an HTML fragment. You can override this message for an application by using the Set-AdfsRelyingPartyWebContent cmdlet.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ErrorPageDescriptionText

Specifies an error message to display when a user encounters any generic errors that occur for a token request. This string can be an HTML fragment. You can override this message for an application by using the Set-AdfsRelyingPartyWebContent cmdlet.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ErrorPageDeviceAuthenticationErrorMessage

Specifies an error message to display for any device authentication errors that occur for a token request. Device authentication errors occur when the user presents an expired user@device certificate to AD FS, a certificate is not found in AD DS, or a certificate is disabled in AD DS. This string can be an HTML fragment. You can override this message for an application by using the Set-AdfsRelyingPartyWebContent cmdlet.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ErrorPageGenericErrorMessage

Specifies an error message to display for any generic errors that occur for a token request. This string can be an HTML fragment. You can override this message for an application by using the Set-AdfsRelyingPartyWebContent cmdlet.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ErrorPageSupportEmail

Specifies the support email address on the error page.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

Specifies the help desk link that is shown on the logon pages for AD FS.

Type:Uri
Default value:None
Supports wildcards:False
DontShow:False
(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-HelpDeskLinkText

Specifies the help desk link text that is shown on the logon pages for AD FS.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

Specifies the Home link that is shown on the logon pages for AD FS.

Type:Uri
Default value:None
Supports wildcards:False
DontShow:False
(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-HomeLinkText

Specifies the Home link text that is shown on the logon pages for AD FS.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-HomeRealmDiscoveryOtherOrganizationDescriptionText

Specifies the text for the home realm discovery description for other organization.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-HomeRealmDiscoveryPageDescriptionText

Specifies the text for the home realm discovery page description.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Locale

Specifies a locale. The cmdlet sets global web content for the locale that you specify.

Parameter properties

Type:CultureInfo
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

IdentifierName
Position:0
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-OrganizationalNameDescriptionText

Specifies text for the organizational name description.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-PassThru

Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

Specifies the Privacy policy link that is shown on the logon pages for AD FS.

Type:Uri
Default value:None
Supports wildcards:False
DontShow:False
(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-PrivacyLinkText

Specifies the Privacy policy link text that is shown on the logon pages for AD FS.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SignInPageAdditionalAuthenticationDescriptionText

Specifies the description to display when an application prompts a user for additional authentication. The sign-in page can also display a description that is provided by the additional authentication provider.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SignInPageDescriptionText

Specifies the description to display when a user signs in to applications by using AD FS. When you use Integrated Windows Authentication in the intranet, users do not see this page.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SignOutPageDescriptionText

Specifies the description to display when a user signs out of applications.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TargetWebContent

Specifies an AdfsGlobalWebContent object. The cmdlet modifies content for the object that you specify. To obtain a AdfsGlobalWebContent object, use the Get-AdfsGlobalWebContent cmdlet.

Parameter properties

Type:AdfsGlobalWebContent
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

IdentifierObject
Position:0
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-UpdatePasswordPageDescriptionText

Specifies the description to display in the update password page when users change their passwords.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Outputs

System.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
  • UpdatePasswordPageDescriptionText: System.String
  • SignInPageAdditionalAuthenticationDescriptionText: System.String