The netsh (network shell) command can be your best friend, if you let it.
As the world moves to Server Core enviroments, and we will, you'll need to use this command.
It's been around since the new technology (NT) days, so if you haven't used it because the trusted and true GUI (graphical user interface) was there and much more intuitive than the command line, that's ok. But, it's time to change.
Security and Virtualized environments will be the main drivers behind the adoption of Server Core based infrastructures, according to many, many, a whitepaper. And, that just makes sense.
So, let's look at one internal command of Netsh:
Open a command prompt, it's time for some Ipcongfig on steriods.
Type NetSh (note: it's not case sensitive) followed by /? (c:\netsh /?)
You're presented with a graphical display of the various internal commands associated with the network shell. Now, pick one of these internal commands to learn more. In the figure 1 below, I have chosen the interface command, or as I like to think of it (ipconfig on steriods). (figure 1)
For example, say you want to see your Ipv4 configuration: just type:
Netsh interface ipv4 show config
or for version 6 addresses
type:
Netsh interface ipv6 show addresses
Want to know more? Just pick one of the internal commands the are presented to you with the first typing of the /? and then type that command after netsh followed by a ? mark.
For example, say you wanted to know about the various commands available with netsh's interface command, you could type netsh interface ?, as i did in figure 1, then if you wanted to know more about a particular internal command, you could repeat the process, (i.e. netsh interface ipv4 show ?)
Video Content
Translate
Subscribe to:
Post Comments (Atom)
Popular Posts
-
When you're migrating sites using export-spweb and import -spweb , you might receive an error message on the import, when reviewing th...
-
Here are a couple ways to copy content around in SharePoint: Backup-SPSite and Restore-SPSite and Export-SPWeb and Import-SPW...
-
Log onto each additional server that you wish to join into the farm Open the ”SharePoint 2010 Management Shell” administratively (righ...
-
Let's say you go to provision a Project Web App via managed service applications, project server server application, and it fails. Ther...
-
Configuring User Profile Synchronization Service Applications for SharePoint 2010 or SharePoint 2013This post assumes you've already installed the SharePoint Binaries (Grey Wizard), and that you are not using the Farm Config Wizard (Wh...
-
If you ever run into a situation where your farm suddenly fails to create the web application on all front end web servers, in other words i...
-
Sorry to be blogurgitating this week. Here's a really good technet site with a load of virtual labs: SharePoint Server 2010 In...
-
When the need to list out the members of an active directory group arises, say management asks, who are the members of this group, and you d...
-
Once a web application has been extended into a zone, the option to choose that zone disappears from the drop down, off the extend web appli...
-
The steps below turn your team site into a team site that is capable of using publishing features and capabilities. But all they really do,...
No comments:
Post a Comment
Thanks for commenting, if you have a question and want a reply, please post it on TechNet forums and reference this blog, or navigate to www.SharePointPapa.com and post it there, all of these blog posts and more are on my SharePoint Papa site.