-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVOSDeploymentPlan
Retreive an HPE Synergy Image Streamer OS Deployment Plan.
Get-HPOVOSDeploymentPlan[ [-Name] <String>][ [-Scope] <Object>][ [-ApplianceConnection] <Object>] [<CommonParameters>]
Use this Cmdlet to return defined OS Deployment Plans on an HPE Synergy Image Streamer appliance. The OS Deployment Plan will define the delivery of the stateless OS. The resource object will also provide the custom attributes allowed. Use the Get-HPOVOSDeploymentAttribute to return the collection object of attributes.
-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>
OS Deployment Plan name. Supports wildcard (*) character.
Aliases | None |
Required? | false |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Scope <Object>
Filter resources based on provided Scope membership. By default, all resources for the accounts Active Permissions will be displayed. Allowed values:
* AllResources
* AllResourcesInScope
* HPOneView.Appliance.ScopeCollection
* HPOneView.Appliance.ConnectionPermission
Aliases | None |
Required? | False |
Position? | named |
Default value | AllResourcesInScope |
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.OSDeploymentPlan
An HPE Synergy Image Streamer OS Deployment plan object.
System.Collections.ArrayList<HPOneView.Appliance.OSDeploymentPlan>
A collection or HPE Synergy Image Streamer OS Deployment plan objects.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVOSDeploymentPlan
Retrieve all defined OS Deployment Plans found on the appliance.
-------------------------- EXAMPLE 2 --------------------------Get-HPOVOSDeploymentPlan -Name "My OS Deployment Plan"
Retrieve the specified OS Deployment Plan on the appliance.
Retreive an HPE Synergy Image Streamer OS Deployment Plan.
Get-HPOVOSDeploymentPlan[ [-Name] <String>][ [-Scope] <Object>][ [-ApplianceConnection] <Object>] [<CommonParameters>]
Use this Cmdlet to return defined OS Deployment Plans on an HPE Synergy Image Streamer appliance. The OS Deployment Plan will define the delivery of the stateless OS. The resource object will also provide the custom attributes allowed. Use the Get-HPOVOSDeploymentAttribute to return the collection object of attributes.
-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>
OS Deployment Plan name. Supports wildcard (*) character.
Aliases | None |
Required? | false |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Scope <Object>
Filter resources based on provided Scope membership. By default, all resources for the accounts Active Permissions will be displayed. Allowed values:
* AllResources
* AllResourcesInScope
* HPOneView.Appliance.ScopeCollection
* HPOneView.Appliance.ConnectionPermission
Aliases | None |
Required? | False |
Position? | named |
Default value | AllResourcesInScope |
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.OSDeploymentPlan
An HPE Synergy Image Streamer OS Deployment plan object.
System.Collections.ArrayList<HPOneView.Appliance.OSDeploymentPlan>
A collection or HPE Synergy Image Streamer OS Deployment plan objects.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVOSDeploymentPlan
Retrieve all defined OS Deployment Plans found on the appliance.
-------------------------- EXAMPLE 2 --------------------------Get-HPOVOSDeploymentPlan -Name "My OS Deployment Plan"
Retrieve the specified OS Deployment Plan on the appliance.