Register D365AzureStorageConfig - d365collaborative/d365fo.tools GitHub Wiki
Register Azure Storage Configurations
Register-D365AzureStorageConfig [[-ConfigStorageLocation] <String>] [<CommonParameters>]
Register all Azure Storage Configurations
Register-D365AzureStorageConfig -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: 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
Author: Mötz Jensen (@Splaxi)