Skip to content

Latest commit

 

History

History
84 lines (57 loc) · 1.25 KB

File metadata and controls

84 lines (57 loc) · 1.25 KB
document type cmdlet
external help file FabricTools-Help.xml
HelpUri
Locale en-US
Module Name FabricTools
ms.date 04/01/2026
PlatyPS schema version 2024-05-01
title Get-FabricConfig

Get-FabricConfig

SYNOPSIS

Gets the configuration for use with all functions in the FabricTools module.

SYNTAX

__AllParameterSets

Get-FabricConfig [[-ConfigName] <string>]

ALIASES

DESCRIPTION

Gets the configuration for use with all functions in the FabricTools module.

EXAMPLES

EXAMPLE 1

Gets all configuration values for the FabricTools module and outputs them.

Get-FabricConfig

EXAMPLE 2

Gets the BaseUrl configuration value for the FabricTools module.

Get-FabricConfig -ConfigName BaseUrl

PARAMETERS

-ConfigName

The name of the configuration to be retrieved.

Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

INPUTS

OUTPUTS

NOTES

Author: Jess Pomfret

RELATED LINKS

{{ Fill in the related links here }}