# Remove-STFDesktopApplianceService
Remove a Desktop Appliance service
Syntax
Remove-STFDesktopApplianceService [-DesktopApplianceService] <DesktopApplianceService> [<CommonParameters>]
Detailed Description
Removes the Desktop Appliance service supplied to the cmdlet.
Related Commands
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
DesktopApplianceService | Desktop Appliance to remove | true | true (ByValue) |
Input Type
Citrix.StoreFront.Model.DesktopAppliance.DesktopApplianceService
Parameter DesktopApplianceService: A .NET class representing the configuration of a StoreFront Desktop Appliance service
Return Values
None
Examples
EXAMPLE 1 Remove a Desktop Appliance service
$appliance = Get-STFDesktopApplianceService Remove-STFDesktopApplianceService -DesktopApplianceService $appliance
REMARKS
Removes the only configured Desktop Appliance service.