< Back

Remove-vRANATNetworkProfile

Sat Jan 18, 2020 10:04 pm

NAME Remove-vRANATNetworkProfile



SYNOPSIS

Remove a NAT network profile





SYNTAX

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





DESCRIPTION

Remove a NAT network profile





PARAMETERS

-Id <String[]>

The id of the NAT 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-vRANATNetworkProfile -Name NetworkProfile01 | Remove-vRANATNetworkProfile













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



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















RELATED LINKS