Add-VBRSmbV3Host
Short Description
Adds an SMB3 host to the backup infrastructure.
Platform: Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AddCredentialsAdd-VBRSmbV3Host -Name <String> -User <String> -Password <String> [-Description <String>] [<CommonParameters>]
-
CredentialsAdd-VBRSmbV3Host -Name <String> [-Description <String>] -Credentials <CCredentials> [<CommonParameters>]
Detailed Description
This cmdlet adds an SMB3 host to the backup infrastructure.
If an SMB3 host is part of a cluster, add the SMB3 cluster instead of standalone SMB3 host.
Run the Add-VBRSmbV3ClusterAdds an SMB3 cluster to the backup infrastructure. cmdlet to add an SMB3 cluster.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Credentials |
Specifies the credentials you want to use for authenticating with the SMB3 host.
Accepts the |
|
True |
Named |
False |
|
Description |
Specifies the description of the SMB3 host. |
|
False |
Named |
False |
|
Name |
Specifies the DNS name of the SMB3 host. |
|
True |
Named |
False |
|
Password |
Specifies the password you want to use for authenticating with the SMB3 host. |
|
True |
Named |
False |
|
User |
Specifies the user name you want to use for authenticating with the SMB3 host. |
|
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Adding New SMB3 Host Using User Name and Password
|
This command adds a new SMB3 host named
|
Example 2. Adding New SMB3 Host Using Credentials
|
This example shows how to add a new SMB3 host named
Perform the following steps:
|
Related Commands
Get-VBRCredentialsReturns credentials records.