NAME
Get-DcsBackUpFolder
SYNOPSIS
Returns the path of the folder assigned to store the configuration backup for the specified server.
SYNTAX
Get-DcsBackUpFolder -Server <Object> [ -Connection <String> ] [ -PipelineVariable <String> ]
DESCRIPTION
Returns the path of the folder assigned to store the configuration backup for the specified server.
PARAMETERS
- -Server<Object>
- ServerHostData object, computer name, or ID that identifies the server. The computer name must be unique or the name must be fully qualified.
-
- Required: true
- Position: 1
- Default value:
- Accept pipeline input: true (ByValue)
- Accept wildcard characters: false
-
- -Connection<String>
- Alias of the connection to the server group. If not specified, the default connection is used.
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
- -PipelineVariable<String>
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
INPUTS
ServerHostData : Object that identifies and describes the server.
OUTPUTS
string : Complete path of the backup folder.
NOTES
Also see Set-DcsBackupFolder, Backup-DcsConfiguration.
EXAMPLES
Get-DcsBackupFolder -Server SSV1
Returns the path of the backup folder for the server named "SSV1".
C:\Program Files\DataCore\SANsymphony\Backups\
Get-DcsServer | Get-DcsBackUpFolder
The server objects were obtained using the cmdlet Get-DcsServer and piped to Get-DcsBackupFolder resulting in the paths to the backup folders for both servers in the server group.
C:\Program Files\DataCore\SANsymphony\Backups\ C:\Program Files\DataCore\SANsymphony\Backups\