SnapCenter 6.0 Cmdlet Reference Guide For Windows ( CA08871-610en )
SnapCenter PowerShell requirements
SnapCenter Windows disk management cmdlets
Get-SdStorageConnectionSetting
Get-SdVolumeCloneSplitEstimate
Invoke-SdHostVolumeSpaceReclaim
Remove-SdStorageConnectionSetting
SnapCenter data protection cmdlets
Catalog-SmBackupWithOracleRMAN
Get-SmBackupsForPointInTimeRecovery
Get-SmDataCollectionEmsSchedule
Get-SmMultiFactorAuthentication
Invoke-DiagnosticLogCollection
Invoke-SmPrimaryBackupsExistenceCheck
Invoke-SmTechRefreshPrimaryStorage
Invoke-SmTechRefreshSecondaryStorage
New-SmMultifactorAuthenticationMetadata
Refresh-SmSyncSnapMirrorBackups
Remove-SmResourceCredentialName
Set-SmDataCollectionEmsSchedule
Set-SmMultiFactorAuthentication
Set-SmRepositoryConfigSettings
Set-SmESXInfo
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.