PowerShell 3.0 brings lots of handy new network cmdlets - I say cmdlets,
but to be precise they are functions, but with the familiar verb-noun pairing.
Here is an example of a useful new PowerShell 3.0 cmdlet called
Show-Command. Its purpose is to research more about a cmdlet that we are
interested in namely: Get-NetIPAddress.
# Research PowerShell's Network Cmdlets Show-Command Get-NetIPAddress
While I have chosen Get-NetIPAddress, you could experiment with any
of these network cmdlets / functions.
Encouraging computers to sleep when not in use is a great idea -
until you are away from your desk and need a file on that remote sleeping machine!
Wake-On-LAN really will save you that long walk to awaken a hibernating
machine; however my reason for encouraging you to download this utility is
just because it's so much fun sending those 'Magic Packets'. As Wake-On-LAN (WOL) is free, see
if I am right, and you get a kick from arousing those sleeping machines.
WOL also has business uses for example, wakening machines so that they can have
their patches applied.
Note 5: To see all the properties, append Get-Member
thus: Get-NetIPInterface | Get-Member
Note 6: You can also call for PowerShell's built in
Get-Help thus: Help Get-NetIPInterface
Such research reveals ideas, for example: Get-NetIPInterface
-InterfaceAlias 13
Note 6: If you need to change of these properties try
the sister command Set-NetIPInterface.
The NetAdapter Family
There are a group of PowerShell cmdlets which use the NetAdapter noun.
Their job is mainly to enable or disable the NIC (Network Interface
Connector), see more here on
Disable-NetAdapter.
Getting Started with Windows PowerShell ISE 3.0
Here are brief instructions to download and install PowerShell v 3.0.
Get Your Copy of PowerShell 3.0 CTP
As an alternative to installing Windows 8, if you have Windows 7 with SP1
or Windows Server 2008 R2 SP1, then you can download the Community
Technology Preview version, see here for
PowerShell 3.0 CTP.
Launching PowerShell v 3.0
Assuming you are at the Metro user interface, this is how to get started
with Windows PowerShell ISE 3.0.
From anywhere in the Metro UI, press the 'p' key. You should see
a list of the
programs and Apps.
At this point you could right-click and 'Pin' the 'Windows PowerShell ISE'.
Incidentally, I prefer the GUI (ISE) version to the plain command
line Windows PowerShell.
I like to drag the PowerShell ISE tile to the left of my
screen because it's one of the most important Windows 8 Tiles that use.
PowerShell 3.0 brings lots of handy new network functions. The
easiest best way to research these new cmdlets is to filter using the new
PowerShell Command / Modules panel.
If you like this page then please share it with your friends