RemoveControllerDataModel
Remove-CamController.ps1: removes a Controller from an existing Farm or Site.
Properties
| Name | Description | Additional information |
|---|---|---|
| Machine | Controllers to be removed. |
Type: MachineDataModel |
| PrimaryController | The controller will not be removed. |
Type: String |
| ProductType | XenApp, XenDesktop. |
Type: String |
Sample
application/json
Sample:
{
"Machine": {
"MachineName": "sample string 1",
"Domain": {
"Id": "sample string 1",
"Name": "sample string 2"
}
},
"PrimaryController": "sample string 1",
"ProductType": "sample string 2"
}