New HPOVRemoteSupportPartner - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

New-HPOVRemoteSupportPartner

Retrieve Remote Support Default Site.

SYNTAX

New-HPOVRemoteSupportPartner [-Name] <String> [-Type] <String> [-PartnerId] <Int>[ [-Default] <SwitchParameter>][ [-ApplianceConnection] <Object>] [<CommonParameters>]

Detailed Description

Use this Cmdlet to retrieve the configured default site.

Parameters

-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? false
Accept wildcard characters?    False

-Default <SwitchParameter>

Use to specify if the partner should be the default Support or Reseller partner. All supproted monitored resources by default will inherit from the appliance.

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

-Name <String>

Supply the Partner Name.

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

-PartnerId <Int>

The HPE Authorized Support and/or Reseller Partner ID.

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

-Type <String>

Specify if the authorized partner is a Reseller or Support. If requiring a partner that is both Support and a Reseller, create it twice.

Aliases None
Required? true
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

HPOneView.Appliance.RemoteSupport.Partner [System.Management.Automation.PSCustomObject]

Newly created Remote Support Partner.

Examples

 -------------------------- EXAMPLE 1 --------------------------

New-HPOVRemoteSupportPartner -Name "My Authorized Partner" -Type Reseller -PartnerId 123456

Define a new authorized HPE Reseller partner.

 -------------------------- EXAMPLE 2 --------------------------

New-HPOVRemoteSupportPartner -Name "My Authorized Partner" -Type Support -PartnerId 123456 -Default

Define a new authorized HPE Support partner, and make it the default appliance Support partner.

Related Links


Top

HPE OneView 4.00 Library

New-HPOVRemoteSupportPartner

Retrieve Remote Support Default Site.

SYNTAX

New-HPOVRemoteSupportPartner [-Name] <String> [-Type] <String> [-PartnerId] <Int>[ [-Default] <SwitchParameter>][ [-ApplianceConnection] <Object>] [<CommonParameters>]

Detailed Description

Use this Cmdlet to retrieve the configured default site.

Parameters

-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? false
Accept wildcard characters?    False

-Default <SwitchParameter>

Use to specify if the partner should be the default Support or Reseller partner. All supproted monitored resources by default will inherit from the appliance.

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

-Name <String>

Supply the Partner Name.

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

-PartnerId <Int>

The HPE Authorized Support and/or Reseller Partner ID.

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

-Type <String>

Specify if the authorized partner is a Reseller or Support. If requiring a partner that is both Support and a Reseller, create it twice.

Aliases None
Required? true
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

HPOneView.Appliance.RemoteSupport.Partner [System.Management.Automation.PSCustomObject]

Newly created Remote Support Partner.

Examples

 -------------------------- EXAMPLE 1 --------------------------

New-HPOVRemoteSupportPartner -Name 'My Authorized Partner' -Type Reseller -PartnerId 123456

Define a new authorized HPE Reseller partner.

 -------------------------- EXAMPLE 2 --------------------------

New-HPOVRemoteSupportPartner -Name 'My Authorized Partner' -Type Support -PartnerId 123456 -Default

Define a new authorized HPE Support partner, and make it the default appliance Support partner.

Related Links


Top
⚠️ **GitHub.com Fallback** ⚠️