Operating-system deployment cmdlets
The following PowerShell cmdlets are available for performing operating-system deployment functions.
- Get-LXCADeployableServer
This cmdlet retrieves a list of servers that are ready for operating-system deployment. - Get-LXCADeployGlobalSetting
This cmdlet retrieves the global settings that are used to deploy operating systems, such as IP assignment type (static or DHCP), storage location, and deployment credentials. - Get-LXCAOSImage
This cmdlet retrieves information about the operating-system images in the OS-image repository. - Import-LXCAOSImage
This cmdlet imports a local OS image or device driver into the OS-images repository. - Install-LXCAOSImage
This cmdlet deploys an operating-system image to one or more target devices. - New-LXCADeployTask
This cmdlet creates a task for operating-system deployment, including the target server, OS image profile, target storage device, and networking setting. - Remove-LXCAOSImage
This cmdlet removes an operating-system image and its image profiles from the OS-images repository. - Set-LXCADeployGlobalSetting
This cmdlet modifies the global settings that are used for operating-system deployment, such as IP assignment type and deployment credentials.
Give documentation feedback