This is an archive version of the document. To get the most up-to-date information, see the current version.

Set-VNXHost

In this article

    Short Description

    Modifies EMC VNX storages.

    Applies to

    Platform: VMware

    Product Edition: Standard, Enterprise, Enterprise Plus

    Storage system: EMC VNX

    Syntax

    Set-VNXHost -Host <CVnxHost> [-Description <string>] [-UserName <string>] [-Password <string>] [-Credentials <CCredentials>] [-CredentialsScope <VBRVNXBlockCredentialsScope> {Global | Local | LDAP}] [-Proxy <IProxy[]>] [-EnableProxyAutoSelection]  [<CommonParameters>]

    Related Commands

    Get-VBRCredentials

    Get-VBRViProxy \ Get-VBRHvProxy

    Detailed Description

    This cmdlet modifies a selected EMC VNX storage settings. To modify settings, you need to enter the corresponding parameters with new values. The parameters that you omit will remain unchanged.

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    Host

    Specifies the storage you want to modify.

    True

    Named

    True (by Value
    FromPipeline, ValueFromPipeline
    ByPropertyName)

    False

    Description

    Specifies the description of the storage.

    False

    Named

    False

    False

    UserName

    Specifies the user name you want to use for authenticating with the storage.

    True

    Named

    False

    False

    Password

    Specifies the password you want to use for authenticating with the storage.

    True

    Named

    False

    False

    Credentials

    Specifies the credentials you want to use for authenticating with the storage.

    Accepts CCredentials object.

    True

    Named

    False

    False

    Credentials
    Scope

    Used to authenticate with the VNXBlock.

    Specifies the credentials scope: Global, Local, LDAP.

    False

    Named

    False

    False

    Proxy

    Specifies the array of proxies you want to use.

    False

    Named

    False

    False

    EnableProxyAutoSelection

    Indicates that Veeam Backup & Replication will use automatic proxy selection.

    False

    Named

    False

    False

    <CommonParameters>

    This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.