Author | Friedrich Weinmann (@FredWeinmann) |
Availability | Windows, Linux, macOS |
Want to see the source code for this command? Check out Get-DbatoolsConfig on GitHub.
Want to see the Bill Of Health for this command? Check out Get-DbatoolsConfig.
Retrieves configuration elements by name.
Retrieves configuration elements by name.
Can be used to search the existing configuration list.
Get-DbatoolsConfig
[[-FullName] <String>]
[-Force]
[<CommonParameters>]
Get-DbatoolsConfig
[[-Name] <String>]
[[-Module] <String>]
[-Force]
[<CommonParameters>]
PS C:\> Get-DbatoolsConfig 'Mail.To'
Retrieves the configuration element for the key "Mail.To"
PS C:\> Get-DbatoolsConfig -Force
Retrieve all configuration elements from all modules, even hidden ones.
Default: "*"
Search for configurations using the full name
Alias | |
Required | False |
Pipeline | false |
Default Value | * |
Default: "*"
The name of the configuration element(s) to retrieve.
May be any string, supports wildcards.
Alias | |
Required | False |
Pipeline | false |
Default Value | * |
Default: "*"
Search configuration by module.
Alias | |
Required | False |
Pipeline | false |
Default Value | * |
Overrides the default behavior and also displays hidden configuration values.
Alias | |
Required | False |
Pipeline | false |
Default Value | False |