IP Subnetting from CIDR Notations using PowerShell

Опубликовано: 31 Октябрь 2024
на канале: ZEG
142
4

You will learn how to easily calculate Subnet Mask, Network IP Address and Broadcast IP Address first then learn how to write aa PowerShell script to do this for you.
I am using VS Code but you can still use your ISE if you want. So not preparations or instalations need if you are on a Windows machine.
Will push the code to GitHub soon.

0:00 Intro
0:36 The logic in calculating CIDR Notations
4:08 Prepare your VS Code
6:14 Start coding using PowerShell
22:15 Wrap up