Skip to content

Register FSCPSAzureStorageConfig

onikolaiev edited this page May 1, 2024 · 1 revision

external help file: fscps.tools-help.xml Module Name: fscps.tools online version: schema: 2.0.0

Register-FSCPSAzureStorageConfig

SYNOPSIS

Register Azure Storage Configurations

SYNTAX

Register-FSCPSAzureStorageConfig [[-ConfigStorageLocation] <String>] [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

DESCRIPTION

Register all Azure Storage Configurations

EXAMPLES

EXAMPLE 1

Register-FSCPSAzureStorageConfig -ConfigStorageLocation "System"

This will store all Azure Storage Configurations as defaults for all users on the machine.

PARAMETERS

-ConfigStorageLocation

Parameter used to instruct where to store the configuration objects

The default value is "User" and this will store all configuration for the active user

Valid options are: "User" "System"

"System" will store the configuration as default for all users, so they can access the configuration objects

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: User
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

{{ 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

CommonParameters

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

INPUTS

OUTPUTS

NOTES

Tags: Configuration, Azure, Storage This is refactored function from d365fo.tools

Original Author: Mötz Jensen (@Splaxi) Author: Oleksandr Nikolaiev (@onikolaiev)

RELATED LINKS

Clone this wiki locally