-
-
Notifications
You must be signed in to change notification settings - Fork 5
Register FSCPSAzureStorageConfig
Register Azure Storage Configurations
Register-FSCPSAzureStorageConfig [[-ConfigStorageLocation] <String>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Register all Azure Storage Configurations
Register-FSCPSAzureStorageConfig -ConfigStorageLocation "System"
This will store all Azure Storage Configurations as defaults for all users on the machine.
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{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Tags: Configuration, Azure, Storage This is refactored function from d365fo.tools
Original Author: Mötz Jensen (@Splaxi) Author: Oleksandr Nikolaiev (@onikolaiev)