-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVRemoteSupportSetting
Get supported resource Remote Support settings.
Get-HPOVRemoteSupportSetting [-InputObject] <Object>[ [-ApplianceConnection] <Object>] [<CommonParameters>]
Use this Cmdlet to retrieve a supported resources Remote Support settings, defined Parimary and Secondary contact, and authorized reseller or support partners.
-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? | false |
Position? | named |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | False |
-InputObject <Object>
Either a Server Hardware or Enclosure resource to get the configured Remote Support collection settings.
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]
Server hardware resource object.
HPOneView.Enclosure [System.Management.Automation.PSCustomObject]
Enclosure resource object.
HPOneView.Appliance.RemoteSupport.ResourceSetting [System.Management.Automation.PSCustomObject]
Remote Support Settings object.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVEnclosure -Name Encl1 | Get-HPOVRemoteSupportSetting Appliance ResourceName SalesChannelPartner SupportChannelPartner PrimaryContact SecondaryContact --------- ------------ ------------------- --------------------- -------------- ---------------- MyAppliance.domain.com Encl1 Hewlett Packard Enterprise Hewlett Packard Enterprise Mark Jones
Get the configured Remote Support collection settings for "Encl1" Enclosure resource.
-------------------------- EXAMPLE 2 --------------------------Get-HPOVServer -Name PROD* | Get-HPOVRemoteSupportSetting | ? supportEnabled -eq $false
Return all PROD servers, and return only those where remote support is not enabled.
Get supported resource Remote Support settings.
Get-HPOVRemoteSupportSetting [-InputObject] <Object>[ [-ApplianceConnection] <Object>] [<CommonParameters>]
Use this Cmdlet to retrieve a supported resources Remote Support settings, defined Parimary and Secondary contact, and authorized reseller or support partners.
-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? | false |
Position? | named |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | False |
-InputObject <Object>
Either a Server Hardware or Enclosure resource to get the configured Remote Support collection settings.
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]
Server hardware resource object.
HPOneView.Enclosure [System.Management.Automation.PSCustomObject]
Enclosure resource object.
HPOneView.Appliance.RemoteSupport.ResourceSetting [System.Management.Automation.PSCustomObject]
Remote Support Settings object.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVEnclosure -Name Encl1 | Get-HPOVRemoteSupportSetting Appliance ResourceName SalesChannelPartner SupportChannelPartner PrimaryContact SecondaryContact --------- ------------ ------------------- --------------------- -------------- ---------------- MyAppliance.domain.com Encl1 Hewlett Packard Enterprise Hewlett Packard Enterprise Mark Jones
Get the configured Remote Support collection settings for "Encl1" Enclosure resource.