Remove-vRAService
SYNOPSIS
Remove a vRA Service
SYNTAX
Remove-vRAService [-Id] <String[]> [-WhatIf] [-Confirm]
DESCRIPTION
Remove a vRA Service
EXAMPLES
-------------------------- EXAMPLE 1 --------------------------
Remove-vRAService -Id "d00d3631-997c-40f7-90e8-7ccbc153c20c"
-------------------------- EXAMPLE 2 --------------------------
Get-vRAService -Id "d00d3631-997c-40f7-90e8-7ccbc153c20c" | Remove-vRAService
-------------------------- EXAMPLE 3 --------------------------
Get-vRAService | Where-Object {$_.name -ne "Default Service"} | Remove-vRAService
PARAMETERS
-Id
The id of the service
Type: String[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False