Skip to content

Latest commit

 

History

History
91 lines (61 loc) · 1.76 KB

File metadata and controls

91 lines (61 loc) · 1.76 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-FabricConnection

Get-FabricConnection

SYNOPSIS

Retrieves Fabric connections.

SYNTAX

__AllParameterSets

Get-FabricConnection [[-connectionId] <guid>] [<CommonParameters>]

ALIASES

DESCRIPTION

The Get-FabricConnection function retrieves Fabric connections. It can retrieve all connections or the specified one only.

EXAMPLES

EXAMPLE 1

Get-FabricConnection

This example retrieves all connections from Fabric

EXAMPLE 2

Get-FabricConnection -connectionId "12345"

This example retrieves specific connection from Fabric with ID "12345".

PARAMETERS

-connectionId

The ID of the connection to retrieve.

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

https://learn.microsoft.com/en-us/rest/api/fabric/core/connections/get-connection?tabs=HTTP https://learn.microsoft.com/en-us/rest/api/fabric/core/connections/list-connections?tabs=HTTP

Author: Kamil Nowinski

RELATED LINKS

{{ Fill in the related links here }}