Get-Unisphere
SYNOPSIS
Gets Unisphere servers.
SYNTAX
ByHostName (Default)
Get-Unisphere [[-HostName] <String[]>] [<CommonParameters>]
BySaved
Get-Unisphere [-Saved] [<CommonParameters>]
DESCRIPTION
Gets details of the Unisphere servers. The HostName parameter is optional. If not provided, all Unisphere servers will be returned.
If the Saved option is used, this command will return host names or IP addresses of the saved Unisphere servers which were connected by using the Connect-Unisphere command with the SaveCredentials option.
EXAMPLES
Example 1
PS C:\> Get-Unisphere
Gets all Unisphere servers.
Example 2
PS C:\> Get-Unisphere -HostName hostName1
Gets Unisphere server with the host name hostName1.
Example 3
PS C:\> Get-Unisphere -HostName hostName1,hostName2
Gets Unisphere servers hostName1 and hostName2
Example 4
PS C:\> Get-Unisphere -Saved
Gets saved Unisphere servers.
PARAMETERS
-HostName
FQDN or IP address.
Type: String[]
Parameter Sets: ByHostName
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
-Saved
Lists FQDNs or IP addresses of the saved Unisphere servers.
Type: SwitchParameter
Parameter Sets: BySaved
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.