Get-DattoBCDRModuleSettings
SYNOPSIS
Gets the saved Datto configuration settings
SYNTAX
Index (Default)
Get-DattoBCDRModuleSettings [-DattoBCDRConfPath <String>] [-DattoBCDRConfFile <String>] [<CommonParameters>]
show
Get-DattoBCDRModuleSettings [-OpenConfFile] [<CommonParameters>]
DESCRIPTION
The Get-DattoBCDRModuleSettings cmdlet gets the saved Datto configuration settings from the local system
By default the configuration file is stored in the following location: $env:USERPROFILE\Celerium.DattoBCDR
EXAMPLES
EXAMPLE 1
Get-DattoBCDRModuleSettings
Gets the contents of the configuration file that was created with the Export-DattoBCDRModuleSettings
The default location of the Datto configuration file is: $env:USERPROFILE\Celerium.DattoBCDR\config.psd1
EXAMPLE 2
Get-DattoBCDRModuleSettings -DattoBCDRConfPath C:\Celerium.DattoBCDR -DattoBCDRConfFile MyConfig.psd1 -OpenConfFile
Opens the configuration file from the defined location in the default editor
The location of the Datto configuration file in this example is: C:\Celerium.DattoBCDR\MyConfig.psd1
PARAMETERS
-DattoBCDRConfPath
Define the location to store the Datto configuration file
By default the configuration file is stored in the following location: $env:USERPROFILE\Celerium.DattoBCDR
Type: String
Parameter Sets: Index
Aliases:
Required: False
Position: Named
Default value: $(Join-Path -Path $home -ChildPath $(if ($IsWindows -or $PSEdition -eq 'Desktop'){"Celerium.DattoBCDR"}else{".Celerium.DattoBCDR"}) )
Accept pipeline input: False
Accept wildcard characters: False
-DattoBCDRConfFile
Define the name of the Datto configuration file
By default the configuration file is named: config.psd1
Type: String
Parameter Sets: Index
Aliases:
Required: False
Position: Named
Default value: Config.psd1
Accept pipeline input: False
Accept wildcard characters: False
-OpenConfFile
Opens the Datto configuration file
Type: SwitchParameter
Parameter Sets: show
Aliases:
Required: False
Position: Named
Default value: False
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
N\A
RELATED LINKS
https://celerium.github.io/Celerium.DattoBCDR/site/Internal/Get-DattoBCDRModuleSettings.html