< Back

Remove-vRAExternalNetworkProfile

Sat Jan 18, 2020 10:03 pm

NAME Remove-vRAExternalNetworkProfile



SYNOPSIS

Remove an external network profile





SYNTAX

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





DESCRIPTION

Remove an external network profile





PARAMETERS

-Id <String[]>

The id of the external 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-vRAExternalNetworkProfile -Name NetworkProfile01 | Remove-vRAExternalNetworkProfile













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



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















RELATED LINKS