Skip to main content

Convert-IPtoINT64

SYNOPSIS

Converts IP to INT64.

SYNTAX

Convert-IPtoINT64 [[-IPAddress] <Object>] [<CommonParameters>]

DESCRIPTION

Converts IP to INT64.

EXAMPLES

EXAMPLE 1

Convert-IPtoINT64 -IPAddress 192.168.1.1

Executes Convert-IPtoINT64 using the arguments shown.

PARAMETERS

-IPAddress

Specifies the IP address value.

Type: Object
Parameter Sets: (All)
Aliases: IP, IPs, IPv4, Address

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

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.

INPUTS

OUTPUTS

System.Object

NOTES

ALIASES

None.

PLATFORM APPLICABILITY

Windows, macOS, and Linux.

POWERSHELL COMPATIBILITY

See PowerShell compatibility for the supported runtime policy. PowerShell 7.6 LTS is preferred.

https://docs.keldor.dev/powershell/keldor/Convert-IPtoINT64