Skip to main content

Get-IPrange

export const frontMatter = { 'external help file': 'Keldor-help.xml', 'Module Name': 'Keldor', 'online version': 'https://docs.keldor.dev/powershell/keldor/Get-IPrange', schema: '2.0.0' }; export const contentTitle = 'Get-IPrange'; export {default as metadata} from '@site/.docusaurus/docusaurus-plugin-content-docs/powershell/site-docs-powershell-keldor-get-i-prange-md-a00.json' export const assets = {

};

import {Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs} from "react/jsx-runtime"; import {useMDXComponents as _provideComponents} from "@mdx-js/react"; export const toc = [{ "value": "SYNOPSIS", "id": "synopsis", "level": 2 }, { "value": "SYNTAX", "id": "syntax", "level": 2 }, { "value": "DESCRIPTION", "id": "description", "level": 2 }, { "value": "EXAMPLES", "id": "examples", "level": 2 }, { "value": "EXAMPLE 1", "id": "example-1", "level": 3 }, { "value": "EXAMPLE 2", "id": "example-2", "level": 3 }, { "value": "PARAMETERS", "id": "parameters", "level": 2 }, { "value": "-CIDR", "id": "-cidr", "level": 3 }, { "value": "-End", "id": "-end", "level": 3 }, { "value": "-IP", "id": "-ip", "level": 3 }, { "value": "-Start", "id": "-start", "level": 3 }, { "value": "-Subnet", "id": "-subnet", "level": 3 }, { "value": "CommonParameters", "id": "commonparameters", "level": 3 }, { "value": "INPUTS", "id": "inputs", "level": 2 }, { "value": "OUTPUTS", "id": "outputs", "level": 2 }, { "value": "NOTES", "id": "notes", "level": 2 }, { "value": "RELATED LINKS", "id": "related-links", "level": 2 }]; function _createMdxContent(props) { const _components = { a: "a", code: "code", h1: "h1", h2: "h2", h3: "h3", header: "header", p: "p", pre: "pre", ..._provideComponents(), ...props.components }; return _jsxs(_Fragment, { children: [_jsx(_components.header, { children: _jsx(_components.h1, { id: "get-iprange", children: "Get-IPrange" }) }), "\n", _jsx(_components.h2, { id: "synopsis", children: "SYNOPSIS" }), "\n", _jsx(_components.p, { children: "Lists IPs within a range, subnet, or CIDR block." }), "\n", _jsx(_components.h2, { id: "syntax", children: "SYNTAX" }), "\n", _jsx(_components.pre, { children: _jsx(_components.code, { className: "language-powershell", children: "Get-IPrange [[-IP] ] [-CIDR ] [-Subnet ] [-Start ] [-End ]\n []\n" }) }), "\n", _jsx(_components.h2, { id: "description", children: "DESCRIPTION" }), "\n", _jsx(_components.p, { children: "Lists IPs within a range, subnet, or CIDR block." }), "\n", _jsx(_components.h2, { id: "examples", children: "EXAMPLES" }), "\n", _jsx(_components.h3, { id: "example-1", children: "EXAMPLE 1" }), "\n", _jsx(_components.pre, { children: _jsx(_components.code, { className: "language-powershell", children: "Get-IPrange -ip 192.168.0.3 -subnet 255.255.255.192\n" }) }), "\n", _jsx(_components.p, { children: "Will show all IPs within the 192.168.0.0 space with a subnet mask of 255.255.255.192 (CIDR 26.)" }), "\n", _jsx(_components.h3, { id: "example-2", children: "EXAMPLE 2" }), "\n", _jsx(_components.pre, { children: _jsx(_components.code, { className: "language-powershell", children: "Get-IPrange -PARAMETER\n" }) }), "\n", _jsx(_components.p, { children: "Another example of how to use this cmdlet but with a parameter or switch." }), "\n", _jsx(_components.h2, { id: "parameters", children: "PARAMETERS" }), "\n", _jsx(_components.h3, { id: "-cidr", children: "-CIDR" }), "\n", _jsx(_components.p, { children: "Specifies what CIDR block notation you want to list IPs from." }), "\n", _jsx(_components.pre, { children: _jsx(_components.code, { className: "language-yaml", children: "Type: String\nParameter Sets: (All)\nAliases: Notation, Block\n\nRequired: False\nPosition: Named\nDefault value: None\nAccept pipeline input: False\nAccept wildcard characters: False\n" }) }), "\n", _jsx(_components.h3, { id: "-end", children: "-End" }), "\n", _jsx(_components.p, { children: "The ending IP in a range." }), "\n", _jsx(_components.pre, { children: _jsx(_components.code, { className: "language-yaml", children: "Type: String\nParameter Sets: (All)\nAliases:\n\nRequired: False\nPosition: Named\nDefault value: None\nAccept pipeline input: False\nAccept wildcard characters: False\n" }) }), "\n", _jsx(_components.h3, { id: "-ip", children: "-IP" }), "\n", _jsx(_components.p, { children: "An IP from the subnet mask or CIDR block you want a range for." }), "\n", _jsx(_components.pre, { children: _jsx(_components.code, { className: "language-yaml", children: "Type: String\nParameter Sets: (All)\nAliases: IPv4, Address, IPv4Address\n\nRequired: False\nPosition: 1\nDefault value: None\nAccept pipeline input: False\nAccept wildcard characters: False\n" }) }), "\n", _jsx(_components.h3, { id: "-start", children: "-Start" }), "\n", _jsx(_components.p, { children: "Specifies a path to one or more locations." }), "\n", _jsx(_components.pre, { children: _jsx(_components.code, { className: "language-yaml", children: "Type: String\nParameter Sets: (All)\nAliases:\n\nRequired: False\nPosition: Named\nDefault value: None\nAccept pipeline input: False\nAccept wildcard characters: False\n" }) }), "\n", _jsx(_components.h3, { id: "-subnet", children: "-Subnet" }), "\n", _jsx(_components.p, { children: "The subnet mask you want a range for." }), "\n", _jsx(_components.pre, { children: _jsx(_components.code, { className: "language-yaml", children: "Type: String\nParameter Sets: (All)\nAliases: Mask\n\nRequired: False\nPosition: Named\nDefault value: None\nAccept pipeline input: False\nAccept wildcard characters: False\n" }) }), "\n", _jsx(_components.h3, { id: "commonparameters", children: "CommonParameters" }), "\n", _jsxs(_components.p, { children: ["This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see ", _jsx(_components.a, { href: "http://go.microsoft.com/fwlink/?LinkID=113216", children: "about_CommonParameters" }), "."] }), "\n", _jsx(_components.h2, { id: "inputs", children: "INPUTS" }), "\n", _jsx(_components.h2, { id: "outputs", children: "OUTPUTS" }), "\n", _jsx(_components.h2, { id: "notes", children: "NOTES" }), "\n", _jsx(_components.p, { children: "Author: Skyler Hart\nCreated: Sometime before 8/7/2017\nLast Edit: 2020-08-20 09:11:46" }), "\n", _jsx(_components.h2, { id: "related-links", children: "RELATED LINKS" }), "\n", _jsx(_components.p, { children: _jsx(_components.a, { href: "https://docs.keldor.dev", children: "https://docs.keldor.dev" }) })] }); } export default function MDXContent(props = {}) { const {wrapper: MDXLayout} = { ..._provideComponents(), ...props.components }; return MDXLayout ? _jsx(MDXLayout, { ...props, children: _jsx(_createMdxContent, { ...props }) }) : _createMdxContent(props); }