< Back

Remove-vRARoutedNetworkProfile

Sat Jan 18, 2020 10:05 pm

NAME Remove-vRARoutedNetworkProfile



SYNOPSIS

Remove a routed network profile





SYNTAX

Remove-vRARoutedNetworkProfile [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Remove a routed network profile





PARAMETERS

-Id <String[]>

The id of the routed network profile



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String





OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-vRARoutedNetworkProfile -Name NetworkProfile01 | Remove-vRARoutedNetworkProfile













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Remove-vRARoutedNetworkProfile -Id 597ff2c1-a35f-4a81-bfd3-ca014















RELATED LINKS