Get-BluGenieIPrange



Get-BluGenieIPrange

SYNOPSIS

Get the IP addresses in a range

SYNTAX

Get-BluGenieIPrange [[-start] <String>] [[-end] <String>] [[-ip] <String>] [[-mask] <String>] [[-cidr] <Int32>] [<CommonParameters>]

DESCRIPTION

EXAMPLES

EXAMPLE 1

Get-BluGenieIPrange -start 192.168.8.2 -end 192.168.8.20

EXAMPLE 2

Get-BluGenieIPrange -ip 192.168.8.2 -mask 255.255.255.0

EXAMPLE 3

PARAMETERS

start

end

ip

mask

cidr

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Last updated