Get-AdfsWebConfig
Get-AdfsWebConfig
Gets AD FS web customization configuration settings.
Syntax
Get-AdfsWebConfig [ <CommonParameters>]
Detailed Description
The Get-AdfsWebConfig cmdlet gets Active Directory Federation Services (AD FS) web customization configuration settings.
Parameters
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
Outputs
The output type is the type of the objects that the cmdlet emits.
Microsoft.IdentityServer.Management.Resources.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
Examples
Example 1: Get configuration settings
This command gets the web customization configuration settings.
PS C:\> Get-AdfsWebConfig