| 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-FabricCapacityTenantSettingOverrides |
Retrieves tenant setting overrides for a specific capacity or all capacities in the Fabric tenant.
Get-FabricCapacityTenantSettingOverrides [[-CapacityId] <guid>] [<CommonParameters>]
The Get-FabricCapacityTenantSettingOverrides function retrieves tenant setting overrides for a specific capacity or all capacities in the Fabric tenant by making a GET request to the appropriate API endpoint.
If a capacityId is provided, the function retrieves overrides for that specific capacity.
Otherwise, it retrieves overrides for all capacities.
Returns all capacities tenant setting overrides.
Get-FabricCapacityTenantSettingOverridesReturns tenant setting overrides for the capacity with ID "12345".
Get-FabricCapacityTenantSettingOverrides -capacityId "12345"The ID of the capacity for which tenant setting overrides should be retrieved. If not provided, overrides for all capacities will be retrieved.
Type: System.Guid
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''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.
- Requires
$FabricConfigglobal configuration, includingBaseUrlandFabricHeaders. - Calls
Confirm-TokenStateto ensure token validity before making the API request.
Author: Tiago Balabuch
{{ Fill in the related links here }}