Backup Exec Management Command Line Interface Help
Set-BEAgentServerBackupSource Cmdlet
Synopsis

Sets the properties for a Backup Exec agent server backup source.

Syntax
Set-BEAgentServerBackupSource -InputObject [<BEAgentServerBackupSource[]>] [-LogonAccount [<BELogonAccount>]] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Description

Sets the properties for a Backup Exec agent server backup source.

Parameters

-LogonAccount <BELogonAccount>

Specifies the Backup Exec logon account used to browse the agent server backup source.


Required false
Position Named
Accepts pipeline input false
Accepts wildcard characters false


-InputObject <BEAgentServerBackupSource[]>

Specifies one or more agent server backup source objects. Enter a variable that contains the objects, or type a command or expression that gets the objects.


Required true
Position Named
Accepts pipeline input true (ByValue)
Accepts wildcard characters false


-WhatIf <SwitchParameter>

Describes what happens if you execute the command without actually executing the command.


Required false
Position Named
Accepts pipeline input false
Accepts wildcard characters false


-Confirm <SwitchParameter>

Prompts you for confirmation before executing the command.


Required false
Position Named
Accepts pipeline input false
Accepts wildcard characters false


<CommonParameters>

For more information about common parameters, type "Get-Help about_commonparameters".

Input Type
BackupExec.Management.CLI.BEAgentServerBackupSource

You can pipe a Backup Exec agent server backup source object to Set-BEAgentServerBackupSource.

Return Value
BackupExec.Management.CLI.BEAgentServerBackupSource

Set-BEAgentServerBackupSource returns an object that represents the changed Backup Exec agent server backup source.

Example
C:\PS> Get-BEAgentServer | Get-BEAgentServerBackupSource C: | Set-BEAgentServerBackupSource -LogonAccount "System Logon Account"

These commands set the logon account for the C: volume of a server named "server01" to the System Logon Account.

Related Links

Get-BEAgentServer
Get-BEAgentServerBackupSource