Get-HttpHeaderSetting
SYNOPSIS
Gets the Http Header setting on the current machine.
SYNTAX
Get-HttpHeaderSetting [<CommonParameters>]
DESCRIPTION
Displays the name and value of Http Header settings on the local computer. Blank entries means the value is not created.
EXAMPLES
EXAMPLE 1
Get-HttpHeaderSetting
Runs Get-HttpHeaderSetting. Will show Http Header settings on the computer. Will output something similar to this: Name Disabled FullPath ---- -------- -------- Parameters 1 HKLM:\SYSTEM\CurrentControlSet\Services\HTTP\Parameters
PARAMETERS
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
System.Management.Automation.PSCustomObject
NOTES
ALIASES
None.
PLATFORM APPLICABILITY
Windows only. The platform-aware loader does not export this command on Linux or macOS.
POWERSHELL COMPATIBILITY
See PowerShell compatibility for the supported runtime policy. PowerShell 7.6 LTS is preferred.
RELATED LINKS
https://docs.keldor.dev/powershell/keldor/Get-HttpHeaderSetting