Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 1.28 KB

File metadata and controls

69 lines (42 loc) · 1.28 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-FabricAuthToken

Get-FabricAuthToken

SYNOPSIS

Retrieves the Fabric API authentication token.

SYNTAX

__AllParameterSets

Get-FabricAuthToken [<CommonParameters>]

ALIASES

DESCRIPTION

The Get-FabricAuthToken function retrieves the Fabric API authentication token. If the token is not already set, the function fails.

EXAMPLES

EXAMPLE 1

Get-FabricAuthToken

This command retrieves the Fabric API authentication token.

PARAMETERS

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

None. You cannot pipe inputs to this function.

{{ Fill in the Description }}

OUTPUTS

String. This function returns the Fabric API authentication token.

{{ Fill in the Description }}

NOTES

Author: Rui Romano

RELATED LINKS

{{ Fill in the related links here }}