RemoveOwner
Removes connection to a Veeam backup server and switches Veeam Agent to the standalone operation mode.
Prerequisites
The Veeam Agent computer must be connected to a Veeam backup server. To learn more, see SetVBRSettings.
Syntax
Veeam.Agent.Configurator.exe -removeOwner [/i] [/force] |
Parameters
Parameter | Optional/Required | Description |
---|---|---|
/i | Optional | Ignores all errors and removes connection to the Veeam backup server. |
/force | Optional | Suppresses all confirmation prompts. |
Example of Use
This example removes connection to a Veeam backup server, switches Veeam Agent to the Standalone operation mode suppressing all notifications and confirmations.
Veeam.Agent.Configurator.exe -removeOwner /i /force |