-
Notifications
You must be signed in to change notification settings - Fork 52
New HPOVRemoteSupportPartner
Retrieve Remote Support Default Site.
New-HPOVRemoteSupportPartner [-Name] <String> [-Type] <String> [-PartnerId] <Int>[ [-Default] <SwitchParameter>][ [-ApplianceConnection] <Object>] [<CommonParameters>]
Use this Cmdlet to retrieve the configured default site.
-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)
None. You cannot pipe objects to this cmdlet.
HPOneView.Appliance.RemoteSupport.Partner [System.Management.Automation.PSCustomObject]
Newly created Remote Support Partner.
-------------------------- 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.
Retrieve Remote Support Default Site.
New-HPOVRemoteSupportPartner [-Name] <String> [-Type] <String> [-PartnerId] <Int>[ [-Default] <SwitchParameter>][ [-ApplianceConnection] <Object>] [<CommonParameters>]
Use this Cmdlet to retrieve the configured default site.
-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)
None. You cannot pipe objects to this cmdlet.
HPOneView.Appliance.RemoteSupport.Partner [System.Management.Automation.PSCustomObject]
Newly created Remote Support Partner.
-------------------------- 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.