-
-
Notifications
You must be signed in to change notification settings - Fork 4
Get FSCPSActiveAzureStorageConfig
Get active Azure Storage Account configuration
Get-FSCPSActiveAzureStorageConfig [-OutputAsPsCustomObject] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Get active Azure Storage Account configuration object from the configuration store
Get-FSCPSActiveAzureStorageConfig
This will get the active Azure Storage configuration.
Get-FSCPSActiveAzureStorageConfig -OutputAsPsCustomObject:$true
This will get the active Azure Storage configuration. The object will be output as a PsCustomObject, for you to utilize across your scripts.
Instruct the cmdlet to return a PsCustomObject object
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Tags: Azure, Azure Storage, Config, Configuration, Token, Blob, Container
This is refactored function from d365fo.tools
Original Author: Mötz Jensen (@Splaxi) Author: Oleksandr Nikolaiev (@onikolaiev)