-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVRemoteSupportContact
Retrieve configured Remote Support contacts.
Get-HPOVRemoteSupportContact[ [-Name] <String>][ [-ApplianceConnection] <Object>] [<CommonParameters>]
Use this Cmdlet to get the configured Remote Support contacts defined on the appliance.
-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 |
-Name <String>
Full ("Bob Smith") or partial ("Bob*") name of the contact. When using partial names, please include the * (asterisk) wildcard character.
Aliases | None |
Required? | false |
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.
System.Management.Automation.PSCustomObject
The configured Remote Support Contact.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVRemoteSupportContact
List all configured Remote Support Contacts.
-------------------------- EXAMPLE 2 --------------------------Get-HPOVRemoteSupportContact -Name "Bob*"
List all contacts with the name Bob, using the * wildcard character.
Retrieve configured Remote Support contacts.
Get-HPOVRemoteSupportContact[ [-Name] <String>][ [-ApplianceConnection] <Object>] [<CommonParameters>]
Use this Cmdlet to get the configured Remote Support contacts defined on the appliance.
-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 |
-Name <String>
Full ("Bob Smith") or partial ("Bob*") name of the contact. When using partial names, please include the * (asterisk) wildcard character.
Aliases | None |
Required? | false |
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.
System.Management.Automation.PSCustomObject
The configured Remote Support Contact.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVRemoteSupportContact
List all configured Remote Support Contacts.
-------------------------- EXAMPLE 2 --------------------------Get-HPOVRemoteSupportContact -Name "Bob*"
List all contacts with the name Bob, using the * wildcard character.