< Back

New-CheckPointNetworkObject

Mon Jan 13, 2020 1:02 am

NAME New-CheckPointNetworkObject



SYNTAX

New-CheckPointNetworkObject [-Name] <string> [-IP] <ipaddress> [-Netmask] <string> [[-Color] {aquamarine1 | black

| blue | burlywood4 | dark orchid | darkseagreen3 | deepskyblue1 | dodgerblue3 | gray90 | light coral | medium

orchid | medium slate blue | olive drab | orange | red | sienna}] [[-Comment] <string>] [-Firewall] <string>

[-Credential] <pscredential> [-Port <int>] [<CommonParameters>]





PARAMETERS

-Color <string>



Required? false

Position? 3

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-Comment <string>



Required? false

Position? 4

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases Comments

Dynamic? false



-Credential <pscredential>

Credentials with bash shell



Required? true

Position? 6

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-Firewall <string>

Checkpoint Firewall



Required? true

Position? 5

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-IP <ipaddress>

Subnet address



Required? true

Position? 1

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases ipaddr, IPv4Address

Dynamic? false



-Name <string>

Name of network object



Required? true

Position? 0

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-Netmask <string>

Netmask for the subnet



Required? true

Position? 2

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases Mask

Dynamic? false



-Port <int>



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? 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

System.Net.IPAddress





OUTPUTS

System.Object



ALIASES

None





REMARKS

None