Parameters

OSD 23.5.21.1+ Updated May 21, 2023

This is the default OSDCloudGUI. There are a few parameters that you can use for minimal customization

-BrandName

Change the Brand Name

Start-OSDCloudGUI -BrandName 'MMSMOA2023'

-BrandColor

Change the Brand Color

Start-OSDCloudGUI -BrandColor '#ED1C24'

-ComputerManufacturer

This parameter is helpful in testing Manufacturer customizations in a Virtual Machine. You can see the Manufacturer displayed in the Title Bar

Start-OSDCloudGUI -ComputerManufacturer 'HP'

-ComputerProduct

OSDCloud matches the Driver Pack based on the computer Product. This parameter is helpful for testing a Driver Pack on a Virtual Machine. You can see the Computer Product displayed in the Title Bar

#HP Dragonfly G2
Start-OSDCloudGUI -ComputerProduct '8716'

Last updated