Skip to content

Reset-OVInterconnectNetOpPassword

Syntax

Reset-OVInterconnectNetOpPassword
    [-InputObject] <Object>
    [-Password] <System.Security.SecureString>
    [-Async]
    [-ApplianceConnection <Object>]
    [<CommonParameters>]

Description

*** THIS CMDLET SHOULD NOT BE EXECUTED WITHOUT GUIDANCE FROM HPE CUSTOMER SUPPORT CENTER ***

This Cmdlet will reset the HPE Synergy Virtual Connect NetOp account password to the specified value.

Info

Minimum required privileges: Infrastructure administrator, Network administrator

Examples

Example 1

$NetOpPassword = Read-Host -Message "New password: " -AsSecureString
$InterconnectObject = Get-OVInterconnect -Name MyEncl1-Ethernet-LIG1
Reset-OVInterconnectNetOpPassword -InputObject $InterconnectObject -Password $NetOpPassword

Set the NetOp password to the new value, for the specific Interconnect.

Parameters

-ApplianceConnection <Object>

Specify one or more [HPEOneView.Appliance.Connection] object(s) or Name property value(s).

Aliases Appliance
Required? False
Position? Named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? False

-Async <SwitchParameter>

Use this parameter to immediately return the async task. By default, the Cmdlet will wait for the task to complete.

Aliases None
Required? False
Position? Named
Default value False
Accept pipeline input? false
Accept wildcard characters? False

-InputObject <Object>

The Interconnect from Get-OVInterconnect Cmdlet.

Aliases Interconnect
Required? True
Position? Named
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? False

-Password <System.Security.SecureString>

The password in [System.Security.SecureString] format.

Aliases None
Required? True
Position? Named
Default value
Accept pipeline input? false
Accept wildcard characters? False

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)

Input Types

Interconnect resource from Get-OVInterconnect.

Return Values

Async task that tracks the operation.