Remove-vRAProject
SYNOPSIS
Remove a Cloud Project
SYNTAX
ById (Default)
Remove-vRAProject -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
ByName
Remove-vRAProject -Name <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Remove a Cloud Project
EXAMPLES
EXAMPLE 1
Remove-vRAProject -Name Project1
EXAMPLE 2
Remove-vRAProject -Id '4b3bd194-9b5f-40fd-9ed0-58d997237999'
EXAMPLE 3
Get-vRAProject -Name Project1 | Remove-vRAProject
PARAMETERS
-Id
The Id of the Cloud Project
Type: String[]
Parameter Sets: ById
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Name
The Name of the Cloud Project
Type: String[]
Parameter Sets: ByName
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
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
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.