-
23rd January 2016, 08:35 #1
List of Net TCP/IP Cmdlets in Windows PowerShell 5.0
Windows PowerShell 5.0 in Windows 10 includes some Net TCP/IP Cmdlets. Let us take a look at these Network-related PowerShell commands.
As an example we we will see how to use PowerShell to get IP Addresses.
Open PowerShell console, tye the following and hit Enter:
Get-NetIPAddress | Format-Table
To get the out in a formatted table, use:
Get-NetIPAddress | Format-Table
To see the full list of and their usage, visit TechNet.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules