Skip to main content
SnapCenter 6.0 cmdlets

Set-SmESXInfo

Contributors

Updates the parent ESX information for SQL hosts.

Syntax

Set-SmESXInfo [-HostName]  <String>

Detailed Description

Updates the parent ESX information for SQL hosts. The host must be of SQL type.

Parameters

Name Description Required? Pipeline Input Default Value

HostName

The name of the SQL host.

true

true (ByPropertyName)

Examples

Example 1: Updating the parent ESX information for an SQL host

 Set-SmESXInfo -HostName csmdev-smsql-02.sddev.mycompany.com -Verbose

This example syntax updates the parent ESX information for the specified SQL host.

VERBOSE: Start Set-SmESXInfo
ESX information updated successfully
VERBOSE: Set-SmESXInfo ended successfully.