Uninstall-HCXSentinel

This cmdlet uninstalls the sentinel software running on the source virtual machine.

Syntax

-VM  <HCXVM>
[-Server  <HcxServer[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
VM
HCXVM named Specifies the ID of the virtual machine where the sentinel software runs.
optional
Server
HcxServer[] named Specifies the HCX Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-HCXServer cmdlet.

Output

VMware.VimAutomation.Hcx.Types.V1.HCXJob

Examples


Example 1

$site=Get-HCXSite -Type "Sentinel"
$vm=Get-HCXVM -Name $vmName -Site $site
Uninstall-HCXSentinel -VM $vm

Retrieves the source site by type.

Example 2

$site=Get-HCXSite -Name "Non vSphere Inventory"
$vm=Get-HCXVM -Name $vmName -Site $site
Uninstall-HCXSentinel -VM $vm

Retrieves the source site by Name

Related Commands

Feedback

Was this page helpful?