# Parameters

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

<figure><img src="https://344220114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVSV22dcsjKDdOxDA6n%2Fuploads%2FZVmQXQBcKv349kjXy8ZK%2Fimage.png?alt=media&#x26;token=dfa908b2-db7b-48b4-a4e4-61407ba0ba47" alt=""><figcaption></figcaption></figure>

## -BrandName

Change the Brand Name

```powershell
Start-OSDCloudGUI -BrandName 'MMSMOA2023'
```

<figure><img src="https://344220114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVSV22dcsjKDdOxDA6n%2Fuploads%2FBUrJI4PNn6WD4Q1boh4H%2Fimage.png?alt=media&#x26;token=60c8de9d-4ef4-4261-a94d-27c517a29231" alt=""><figcaption></figcaption></figure>

## -BrandColor

Change the Brand Color

```powershell
Start-OSDCloudGUI -BrandColor '#ED1C24'
```

<figure><img src="https://344220114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVSV22dcsjKDdOxDA6n%2Fuploads%2FPN0h8ojoEHjWkhsXyIVb%2Fimage.png?alt=media&#x26;token=21ead8a0-55ef-4885-8845-5cd5854602de" alt=""><figcaption></figcaption></figure>

## -ComputerManufacturer

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

```powershell
Start-OSDCloudGUI -ComputerManufacturer 'HP'
```

<figure><img src="https://344220114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVSV22dcsjKDdOxDA6n%2Fuploads%2Fk4ocYzmaOvB552a7Vgcl%2Fimage.png?alt=media&#x26;token=3e09da72-8061-4caa-8e43-7fb209f33571" alt=""><figcaption></figcaption></figure>

## -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

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

<figure><img src="https://344220114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVSV22dcsjKDdOxDA6n%2Fuploads%2FdB43bDrk9p1KRb3JYnTr%2Fimage.png?alt=media&#x26;token=2795444a-6397-4ab1-bc16-03ba835f88c1" alt=""><figcaption></figcaption></figure>
