< Back

Get-GitHubConfiguration

Sat Jan 18, 2020 9:35 pm

NAME Get-GitHubConfiguration



SYNOPSIS

Gets the currently configured value for the requested configuration setting.





SYNTAX

Get-GitHubConfiguration [-Name] <String> [<CommonParameters>]





DESCRIPTION

Gets the currently configured value for the requested configuration setting.



Always returns the value for this session, which may or may not be the persisted

setting (that all depends on whether or not the setting was previously modified

during this session using Set-GitHubConfiguration -SessionOnly).



The Git repo for this module can be found here: http://aka.ms/PowerShellForGitHub





PARAMETERS

-Name <String>

The name of the configuration whose value is desired.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-GitHubConfiguration -Name WebRequestTimeoutSec



Gets the currently configured value for WebRequestTimeoutSec for this PowerShell session

(which may or may not be the same as the persisted configuration value, depending on

whether this value was modified during this session with Set-GitHubConfiguration -SessionOnly).











RELATED LINKS