-
Notifications
You must be signed in to change notification settings - Fork 52
Show HPOVActiveUser
Display active and connected users.
Show-HPOVActiveUser[ [-ApplianceConnection] <Object>] [<CommonParameters>]
Use this Cmdlet to display active and connected users to an HPE OneView or Synergy management appliance. Infrastructure administrator or Security administrator role is required in order to view all connected users.
-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 |
<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.ActiveUserSession
Connected user session and its details.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVActiveUser UserName LoginDomain ClientHost LoginTime -------- ----------- ---------- --------- [email protected] doctors-lab.local 192.168.19.3 11/1/2018 9: 39: 34 PM administrator Local 192.168.19.20 11/7/2018 1: 58: 48 PM Administrator Local 192.168.19.3 11/10/2018 5: 36: 39 AM
Display connected active users to the appliance.
Get HPE Synergy Image Streamer deployment plan parameters.
Show-HPOVActiveUser[ [-ApplianceConnection] <Object>] [<CommonParameters>]
HPE Synergy Image Streamer allows administrators to rapidly provision stateless operating systems along with bare metal provisioning. An OS Deployment Plan dicates the characteristics of the OS, including vendor, version, boot disk size, and OS personalization parameters. This Cmdlet will return OS Deployment Plan available and editable 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 |
<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.Appliance.OSDeploymentPlan [System.Management.Automation.PSCustomObject]
The OS Deployment Plan from Get-HPOVOSDeploymentPlan.
HPOneView.ServerProfile.OSDeployment.OSDeploymentParameter
The object containined the Name of the parameter, and its default Value.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVOSDeploymentPlan -Name 'RHEL 7.2 OS' -ErrorAction Stop | Get-HPOVOSDeploymentPlanAttribute
Return OS Deployment Plan parameters from the 'RHEL 7.2 OS' deployment plan.