Get-AdfsWebConfig
Gets AD FS web customization configuration settings.
PowerShell
Get-AdfsWebConfig []
The Get-AdfsWebConfig cmdlet gets Active Directory Federation Services (AD FS) web customization configuration settings.
PowerShell
PS C:\> Get-AdfsWebConfig
ActiveThemeName : Default
CDCCookieReader :
CDCCookieWriter :
HRDCookieLifetime : 30
HRDCookieEnabled : True
ContextCookieEnabled : True
This command gets the web customization configuration settings.
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