Returns image information
Syntax
Get-DtImages [-ServiceHost] <Server> [[-ImageIds] <List>] [<CommonParameters>]
Detailed Description
This cmdlet returns DR image information for the specified server.
Parameters
Name | Type | Description | Required | Pipeline Input |
---|---|---|---|---|
Service Host |
Server |
|
true | false |
ImageIds | List |
|
false | false |
Outputs
Examples
$DtServerObjectBeta = New-DtServer -Name beta -UserName domain\administrator -Password password Get-DtImages -ServiceHost $DtServerObjectBeta |
A server object is created for the server beta using the domain\administrator and password credentials. It assigns the server object to the variable called DtServerObjectBeta. The available image information for the server is returned.