At a command prompt type netsh interface ipv4 set address ?
Don't worry it will not harm your pc
Almost every command line, Netsh Interface ipv4 set address, will not run if you follow it with a question mark.
Case in point: open a command prompt from your run bar
(windows key + r, then type cmd, then click ok)
and then in the window that opens type in ipconfig ?, or type powershell then wait and then type get-date
now try just typing just ipconfig and then press enter or click ok.
As you can see, you are getting two seperate results, neither of which made any changes to your computer, though.
USE CAUTION, READ CAREFULLY, commands without question marks executeFor Example, Ipconfig /release ? versus Ipconfig /release is a different story and I don't recommend running this command without the question mark if you are not sure what it is going to do.
If you already ran it by mistake, just run either one of these commands to repair (or, Mom if you're reading this and have already gone to far, please restart your computer),
Netsh interface ipv4 set address name=”Local Area Connection” dhcp
or
Ipconfig /renew
and you are now able to surf again.
A restart of your computer or the workstation service would have achieved the same results, though.
Renewing your Ip is just easier and faster.
So, whenever you want to learn more about a command, the best place to start is inside the command shell, by typing one of the following: ”?”, “/?”, or “Help”
(NOTE: omit the commas and quotes). Just open the command prompt and type “help” with or without the quotes (normally you dont want those quotes, though), now pick a command you want to learn more about and type it’s name followed by “?” or “/?” - if just the word “Help” doesnt work.
If you see switches and internal commands, and you more than likely will, you should learn more about the ones that interest you.
Take netsh for example it has internal commands, additional words, that follow - - Now, to learn more just type that switch or internal command and remember to follow up with your question mark.
At this time I’d like to say, have fun learning about your computer, it’s various internal commands and the associated switches that lie beneath.
Cheers,
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...
-
Let's say you go to provision a Project Web App via managed service applications, project server server application, and it fails. Ther...
-
Log onto each additional server that you wish to join into the farm Open the ”SharePoint 2010 Management Shell” administratively (righ...
-
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.