< Back

Remove-NsxSpoofguardPolicy

Sat Jan 18, 2020 9:26 pm

NAME Remove-NsxSpoofguardPolicy



SYNOPSIS

Removes the specified Spoofguard policy object from NSX.





SYNTAX

Remove-NsxSpoofguardPolicy [-SpoofguardPolicy] <XmlElement> [-Confirm] [-Connection <PSObject>]

[<CommonParameters>]





DESCRIPTION

If a virtual machine has been compromised, its IP address can be spoofed

and malicious transmissions can bypass firewall policies. You create a

SpoofGuard policy for specific networks that allows you to authorize the IP

addresses reported by VMware Tools and alter them if necessary to prevent

spoofing. SpoofGuard inherently trusts the MAC addresses of virtual machines

collected from the VMX files and vSphere SDK. Operating separately from

Firewall rules, you can use SpoofGuard to block traffic determined to be

spoofed.



Use the Remnove-NsxSpoofguardPolicy cmdlet to remove the specified

SpoofGuard Policy from NSX.





PARAMETERS

-SpoofguardPolicy <XmlElement>



Required? true

Position? 2

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompt for confirmation. Specify as -confirm:$false to disable confirmation prompt



Required? false

Position? named

Default value True

Accept pipeline input? false

Accept wildcard characters? false



-Connection <PSObject>

PowerNSX Connection object



Required? false

Position? named

Default value $defaultNSXConnection

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



OUTPUTS



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



PS C:\\>Get-NsxSpoofguardPolicy test | Remove-NsxSpoofguardPolicy



Remove the policy Test.









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



PS C:\\>Get-NsxSpoofguardPolicy | Remove-NsxSpoofguardPolicy



Remove all policies.









-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Get-NsxSpoofguardPolicy test | Remove-NsxSpoofguardPolicy -confirm:$false



Remove the policy Test without confirmation.











RELATED LINKS