Get-AdfsWebConfig

Gets AD FS web customization configuration settings.

Syntax

Get-AdfsWebConfig []

Description

The Get-AdfsWebConfig cmdlet gets Active Directory Federation Services (AD FS) web customization configuration settings.

Examples

Example 1: Get configuration settings

PS C:\> Get-AdfsWebConfig

ActiveThemeName      : Default
CDCCookieReader      :
CDCCookieWriter      :
HRDCookieLifetime    : 30
HRDCookieEnabled     : True
ContextCookieEnabled : True

This command gets the web customization configuration settings.

Outputs

AdfsWebConfig

This cmdlet generates an AdfsWebConfig object that represents AD FS web customization configuration settings. This object contains the following properties:

  • ActiveThemeName: System.String
  • CDCCookieReader: System.Uri
  • CDCCookieWriter: System.Uri
  • HRDCookieLifetime: System.Int32
  • HRDCookieEnabled: System.Boolean
  • ContextCookieEnabled: System.Boolean