PowerCLI Reference

Save-HCXSentinelBundle

Synopsis

This cmdlet saves an HCX Sentinel bundle.

Syntax

Save-HCXSentinelBundle [-Path <String>] [-SentinelBundle <HCXSentinelBundle>] [-Server <HcxServer[]>] [-Uri <String>] [<CommonParameters>]

Related Commands

Detailed Description

This cmdlet saves the newly created HCX Sentinel bundle by using the New-HCXSentinelBundle cmdlet. You need to install the Sentinel agent software on all virtual machines that you want to migrate by using the OS Assisted Migration service.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
PathStringSpecifies the local file path where you can store the downloaded file. If not specified, the current directory is used.falseFalse
SentinelBundleHCXSentinelBundleSpecifies the sentinel bundle information obtained from the New-HCXSentinelBundle cmdlet. Either the SentinelBundle or Uri parameter is mandatory.falseTrue (ByValue)
ServerHcxServer[]Specifies the HCX Server systems on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-HCXServer cmdlet.falseFalse
UriStringSpecifies the sentinel bundle path on the server. Either the SentinelBundle or Uri parameter is mandatory.falseFalse

Return Type

System.IO.FileInfo

Notes

Examples

-------------------------- Example 1 --------------------------

PS C:\> $sgwAppliance = Get-HCXAppliance -Type SentinelGateway
$bundle = New-HCXSentinelBundle -OSType Linux -SGWAppliance $sgwAppliance
$fileInfo = Save-HCXSentinelBundle -Uri $bundle.Uri

Creates and downloads a sentinel bundle.


Copyright © VMware, Inc. All rights reserved.