--- title: "New-VBRIndividualComputerCustomCredentials" description: "Specifies a method for authenticating individual computers. Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet provides the following parameter sets: This cmdlet specifies a method for authenticatin" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/new-vbrindividualcomputercustomcredentials.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam Agent Management > Working with Protection Groups > Veeam Agent Management Protection Scope > New-VBRIndividualComputerCustomCredentials" dateModified: "2026-08-19" --- # New-VBRIndividualComputerCustomCredentials ## Short Description Specifies a method for authenticating individual computers. **Product Edition**: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
Credentials
TempCertificates
TempCredentials
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Credentials |
Specifies a method to authenticate against individual computers in a protection group. Note: for string type, enter a user name in the Accepts string (user name) or the |
|
True |
Named |
True (ByPropertyName) |
|
HostName |
Specifies the DNS name or an IP address of the computer for which you want to specify custom credentials. |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
SSHElevateToRoot |
Defines that the cmdlet will grant the non-root users with root account privileges. |
|
False |
Named |
True (ByPropertyName) |
|
SSHFailoverToSu |
Defines that Veeam Backup & Replication will use the su command if the sudo command fails. |
|
False |
Named |
True (ByPropertyName) |
|
SSHPassword |
Specifies the password you want to use to authenticate against individual computers in a protection group. |
|
True |
Named |
True (ByPropertyName) |
|
SSHPort |
Specifies the Web service port to connect to Linux-based machines. Default: |
|
False |
Named |
True (ByPropertyName) |
|
SSHRootPassword |
Specifies the root password used for authentication. |
|
False |
Named |
True (ByPropertyName) |
|
SSHTempCredentials |
Defines that the cmdlet will use single-use credentials to access Linux-based machines. |
|
True |
Named |
True (ByPropertyName) |
|
SSHUser |
Specifies the user name you want to use to authenticate against individual computers in a protection group. |
|
True |
Named |
True (ByPropertyName) |
|
UseTemporaryCertificate |
Defines that the cmdlet will use temporary certificate. |
|
True |
Named |
True (ByPropertyName) |