-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVRemoteSupportEntitlementStatus
Disable Remote Support for a supported resource.
Get-HPOVRemoteSupportEntitlementStatus [-InputObject] <Object> [-ApplianceConnection] <Object> [<CommonParameters>]
This Cmdlet will return the Remote Support entitlement status for a compute or enclosure resource. If remote support has not been globally enabled and configured on the appliance, this Cmdlet will fail.
-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 |
-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.RemoteSupport.ContractAndWarrantyStatus
The object with the current contract and warranty status.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVServer -Name Prod* | Get-HPOVRemoteSupportEntitlementStatus
Get the servers with their name matching "Prod" and get their Remote Support entitlement status.
-------------------------- EXAMPLE 2 --------------------------$Enclosure = Get-HPOVEnclousre -Name Enclosure-1A Get-HPOVRemoteSupportEntitlementStatus -InputObject $Enclusre
Get the specific enclosure reousrce and get Remote Support entitlement status.
Disable Remote Support for a supported resource.
Get-HPOVRemoteSupportEntitlementStatus [-InputObject] <Object> [-ApplianceConnection] <Object> [<CommonParameters>]
This Cmdlet will return the Remote Support entitlement status for a compute or enclosure resource. If remote support has not been globally enabled and configured on the appliance, this Cmdlet will fail.
-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 |
-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.RemoteSupport.ContractAndWarrantyStatus
The object with the current contract and warranty status.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVServer -Name Prod* | Get-HPOVRemoteSupportEntitlementStatus
Get the servers with their name matching 'Prod' and get their Remote Support entitlement status.
-------------------------- EXAMPLE 2 --------------------------$Enclosure = Get-HPOVEnclousre -Name Enclosure-1A Get-HPOVRemoteSupportEntitlementStatus -InputObject $Enclusre
Get the specific enclosure reousrce and get Remote Support entitlement status.