< Back
Get-PsAzureDevOpsConfig
Post
NAME Get-PsAzureDevOpsConfig
SYNOPSIS
Get the values stored in the config files
SYNTAX
Get-PsAzureDevOpsConfig [-Local] [-Global] [<CommonParameters>]
DESCRIPTION
Get-PsAzureDevOpsConfig gets the values in the active config files. You can choose to see values
defined in the local config file, global config file, or both.
By default a combined result is shown which shows all config values that are
currently applied. This is computed by combine the local and global config.
PARAMETERS
-Local [<SwitchParameter>]
Flag indicates you want to see the local config values
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-Global [<SwitchParameter>]
Flag indicates you want to see the global config values
Required? false
Position? named
Default value False
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-PsAzureDevOpsConfig
Gets all the config values by take the global config and overriding matching properties
with local config values
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-PsAzureDevOpsConfig -Global
Gets all the global config values.
RELATED LINKS
about_PsAzureDevOps
SYNOPSIS
Get the values stored in the config files
SYNTAX
Get-PsAzureDevOpsConfig [-Local] [-Global] [<CommonParameters>]
DESCRIPTION
Get-PsAzureDevOpsConfig gets the values in the active config files. You can choose to see values
defined in the local config file, global config file, or both.
By default a combined result is shown which shows all config values that are
currently applied. This is computed by combine the local and global config.
PARAMETERS
-Local [<SwitchParameter>]
Flag indicates you want to see the local config values
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-Global [<SwitchParameter>]
Flag indicates you want to see the global config values
Required? false
Position? named
Default value False
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-PsAzureDevOpsConfig
Gets all the config values by take the global config and overriding matching properties
with local config values
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-PsAzureDevOpsConfig -Global
Gets all the global config values.
RELATED LINKS
about_PsAzureDevOps