Skip to content

Disable-OVComputeOpsManagement

Syntax

Disable-OVComputeOpsManagement
    [-Async]
    [-ApplianceConnection <Object>]
    [<CommonParameters>]

Description

HPE GreenLake for Compute Ops Management is a cloud-based as-a-Service application that manages various operations of HPE OneView appliances. By integrating HPE OneView with HPE GreenLake for Compute Ops Management will unify server inventory and centralize management to a single console. To enable the cloud management service for HPE OneView, you must onboard the appliance in the Compute Ops Management application in HPE GreenLake by using the Enable-OVComputeOpsManagement and Set-OVComputeOpsManagement Cmdlets.

This Cmdlet is used to dsiable connectivity to Compute Ops Management.

Info

Minimum required privileges: Infrastructure administrator

Examples

Example 1

Disable-OVComputeOpsManagement

Disable Compute Ops Management configuration on the appliance.

Parameters

-ApplianceConnection <Object>

Specify one or more [HPEOneView.Appliance.Connection] object(s) or Name property value(s).

Default Value: ${Global:ConnectedSessions} | ? Default

Aliases Appliance
Required? False
Position? Named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? false
Accept wildcard characters? False

-Async <SwitchParameter>

Use this parameter to immediately return the async task. By default, the Cmdlet will wait for the task to complete.

Aliases None
Required? False
Position? Named
Default value False
Accept pipeline input? false
Accept wildcard characters? False

-Confirm <SwitchParameter>

Aliases cf
Required? False
Position? Named
Default value
Accept pipeline input? false
Accept wildcard characters? False

-WhatIf <SwitchParameter>

Aliases wi
Required? False
Position? Named
Default value
Accept pipeline input? false
Accept wildcard characters? False

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)

Input Types

None. You cannot pipe objects to this cmdlet.

Return Values

Async task resource to monitor.