-
Notifications
You must be signed in to change notification settings - Fork 52
Disable HPOVRemoteSupport
Disable Remote Support for a supported resource.
Disable-HPOVRemoteSupport [-InputObject] <Object>[ [-Async] <SwitchParameter>] [-ApplianceConnection] <Object> [<CommonParameters>]
This Cmdlet will disable Remote Support for a compute or enclosure resource. If Remote Support has been disabled globally on the appliance, this Cmdlet is uncessary.
-ApplianceConnection <Object>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | named |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | true (ByPropertyName) |
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 |
-InputObject <Object>
The compute or enclosure resource to enable Remote Support for.
Aliases | None |
Required? | true |
Position? | named |
Default value | |
Accept pipeline input? | true (ByValue) |
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)
HPOneView.ServerHardware [System.Management.Automation.PSCustomObject]
A Gen8 or newer generation server hardware resource object from Get-HPOVServer.
HPOneView.Enclosure [System.Management.Automation.PSCustomObject]
A Gen8 or newer generation server hardware resource object from Get-HPOVServer.
HPOneView.Appliance.TaskResource [System.Management.Automation.PSCustomObject]
Async task Resource object for monitoring.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVServer -Name Prod* | Disable-HPOVRemoteSupport
Get the servers with their name matching "Prod" and disable Remote Support for those resources.
-------------------------- EXAMPLE 2 --------------------------$Enclosure = Get-HPOVEnclousre -Name Enclosure-1A Disable-HPOVRemoteSupport -InputObject $Enclusre
Get the specific enclosure reousrce and disable Remote Support.
- Enable-HPOVRemoteSupport
- Get-HPOVRemoteSupport
- Get-HPOVRemoteSupportContact
- Get-HPOVRemoteSupportDataCollectionSchedule
- Get-HPOVRemoteSupportDefaultSite
- Get-HPOVRemoteSupportEntitlementStatus
- Get-HPOVRemoteSupportPartner
- Get-HPOVRemoteSupportSetting
- New-HPOVRemoteSupportContact
- New-HPOVRemoteSupportPartner
- Remove-HPOVRemoteSupportContact
- Remove-HPOVRemoteSupportPartner
- Set-HPOVRemoteSupport
- Set-HPOVRemoteSupportDataCollectionSchedule
- Set-HPOVRemoteSupportDefaultSite
- Set-HPOVRemoteSupportSetting
- Start-HPOVRemoteSupportCollection
- Update-HPOVRemoteSupportEntitlement
Disable Remote Support for a supported resource.
Disable-HPOVRemoteSupport [-InputObject] <Object>[ [-Async] <SwitchParameter>] [-ApplianceConnection] <Object> [<CommonParameters>]
This Cmdlet will disable Remote Support for a compute or enclosure resource. If Remote Support has been disabled globally on the appliance, this Cmdlet is uncessary.
-ApplianceConnection <Object>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | named |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | true (ByPropertyName) |
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 |
-InputObject <Object>
The compute or enclosure resource to enable Remote Support for.
Aliases | None |
Required? | true |
Position? | named |
Default value | |
Accept pipeline input? | true (ByValue) |
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)
HPOneView.ServerHardware [System.Management.Automation.PSCustomObject]
A Gen8 or newer generation server hardware resource object from Get-HPOVServer.
HPOneView.Enclosure [System.Management.Automation.PSCustomObject]
A Gen8 or newer generation server hardware resource object from Get-HPOVServer.
HPOneView.Appliance.TaskResource [System.Management.Automation.PSCustomObject]
Async task Resource object for monitoring.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVServer -Name Prod* | Disable-HPOVRemoteSupport
Get the servers with their name matching 'Prod' and disable Remote Support for those resources.
-------------------------- EXAMPLE 2 --------------------------$Enclosure = Get-HPOVEnclousre -Name Enclosure-1A Disable-HPOVRemoteSupport -InputObject $Enclusre
Get the specific enclosure reousrce and disable Remote Support.
- Enable-HPOVRemoteSupport
- Get-HPOVRemoteSupport
- Get-HPOVRemoteSupportContact
- Get-HPOVRemoteSupportDataCollectionSchedule
- Get-HPOVRemoteSupportDefaultSite
- Get-HPOVRemoteSupportEntitlementStatus
- Get-HPOVRemoteSupportPartner
- Get-HPOVRemoteSupportSetting
- New-HPOVRemoteSupportContact
- New-HPOVRemoteSupportPartner
- Remove-HPOVRemoteSupportContact
- Remove-HPOVRemoteSupportPartner
- Set-HPOVRemoteSupport
- Set-HPOVRemoteSupportDataCollectionSchedule
- Set-HPOVRemoteSupportDefaultSite
- Set-HPOVRemoteSupportSetting
- Start-HPOVRemoteSupportCollection
- Update-HPOVRemoteSupportEntitlement