--- title: "New-VBRLinuxFileRestoreHelperHost" description: "Creates temporary Linux helper host used to launch the Guest OS File Restore. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet provides the following parameter sets: This cmdlet creates the VBRLinuxFileResto" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/new-vbrlinuxfilerestorehelperhost.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Data Recovery > Guest OS File Recovery > New-VBRLinuxFileRestoreHelperHost" dateModified: "2026-08-19" --- # New-VBRLinuxFileRestoreHelperHost ## Short Description Creates temporary Linux helper host used to launch the Guest OS File Restore. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
AddCredentials (Default)
Credentials
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Credentials |
Specifies the credentials you want to use for authenticating with the Linux server. Accepts the |
|
True |
Named |
False |
|
Force |
Defines that the cmdlet will add temporary Linux helper host specification without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
Name |
Specifies the DNS name or IP address of the Linux server. |
|
True |
Named |
False |
|
SSHAddToSudoers |
Defines that the user account is added to sudoers file. Default: |
|
False |
Named |
False |
|
SSHElevateToRoot |
Defines that non-root users are provided with the root account privileges. Default: |
|
False |
Named |
False |
|
SSHFailoverToSu |
Defines that Veeam Backup & Replication will use the su command if the sudo command fails. Default: |
|
False |
Named |
False |
|
SSHFingerprint |
Specifies the SSH host fingerprint. |
|
False |
Named |
False |
|
SSHPassword |
Specifies the password you want to use for authenticating with the Linux server. |
|
True |
Named |
False |
|
SSHPort |
Specifies the SSH port for connection to the Linux server. Default: 22. |
|
False |
Named |
False |
|
SSHRootPassword |
Specifies the root password used for authentication. |
|
False |
Named |
False |
|
SSHUser |
Specifies the user name you want to use for authenticating with the Linux server. |
|
True |
Named |
False |