Quantcast
Channel: /r/powershell – How to Code .NET
Viewing all articles
Browse latest Browse all 8793

Get Powershell to fill in missing IP’s

$
0
0

Im very new to powershell, so please forgive if simple answer. I have 2 Preset Values

$First = 192.168.1.1

$Second = 192.168.1.254

I want power shell to output a .txt file with those Ip’s and the ones in between like so

<TXT FILE>

192.168.1.1

192.168.1.2

192.168.1.3

192.168.1.252

192.168.1.253

192.168.1.254

</TXT FILE>

submitted by /u/Ziogref
[link] [comments]

The post Get Powershell to fill in missing IP’s appeared first on How to Code .NET.


Viewing all articles
Browse latest Browse all 8793

Trending Articles