|
Piracy/LEGAL/Hackers/SPIES/AI /CRYPTO/Scams & INTERNET News Anything Related to Piracy, Warez, Legal Matters, Hackers, Internet News & Scams and How it Affects Sites/Members Can Be Read Here. Please do NOT post links to other Sites, but you May Name Them if They are Scam Sites |
IMPORTANT ANNOUNCEMENT |
Hallo to All Members. As you can see we regularly Upgrade our Servers, (Sorry for any Downtime during this). We also have added more Forums to help you with many things and for you to enjoy. We now need you to help us to keep this site up and running. This site works at a loss every month and we appeal to you to donate what you can. If you would like to help us, then please just send a message to any Member of Staff for info on how to do this,,,, & Thank You for Being Members of this site. |
![]() ![]() |
|
LinkBack | Thread Tools | Display Modes |
![]() |
#1 |
![]() Join Date: Feb 2011
Posts: 50,291
Thanks: 28,737
Thanked 14,428 Times in 10,234 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]() ![]() We have already shown you how you can change your IP address from the command prompt, which required long netsh commands, now we are doing the same thing in PowerShell, without the complexity. Note: The following commands are new in PowerShell v3 and therefore require Windows 8, they also require an administrative command prompt. Editors Note: This article is probably for our more geeky audience and requires some basic knowledge of IP Addressing and CIDR notation Changing Your IP Address We have seen people pulling out their hair trying to change their IP addresses using cryptic WMI classes in older versions of PowerShell, but that changed with PowerShell v3, there is now a NetTCPIP module that brings most of the functionality to native PowerShell. While a bit confusing at first, mostly due to the lack of documentation at the moment, it starts to make sense once the geeks shows you how its done. Changing an IP Address can be done using the New-NetIPAddress cmdlet, it has a lot of parameters, some of which, are not even documented in Get-Help. So here it is: New-NetIPAddress –InterfaceAlias “Wired Ethernet Connection” –IPv4Address “192.168.0.1” –PrefixLength 24 -DefaultGateway 192.168.0.254This assumes the following:
Setting Your DNS Information Now here comes another tricky part, it turns out that there is a whole separate module called DNSClient that you have to use to manipulate your DNS Settings. To change your DNS Server you would use: Set-DnsClientServerAddress -InterfaceAlias “Wired Ethernet Connection” -ServerAddresses 192.168.0.1, 192.168.0.2This assumes that you want to set the primary DNS server for Wired Ethernet Connection to 192.168.0.1 and the secondary DNS server to 192.168.0.2. That’s all there is to it. Thanks to Geek Taylor Gibb
__________________
6000 PLUS Cases-He's LOST ALL Heard So Far: TRUMPs Onslaught of Lawyers are 'Hitting a Wall' -Judges & Cases Lining Up Against TRUMP ![]() France To Ask For Statue of Liberty Back -No Longer Fits 'Freedom' Under TRUMP.. AND Starmers REVOLTING Betrayal of Britain Will NEVER Be Forgiven ![]() TRUMPs' REVENGE -Clear & Present Danger -People Who Worship at The Altar of Trump Will KNEEL, NOT STAND Up to Him PLEASE Click DONATE & Thanks to ALL Members of ... ![]() |
![]() |
![]() |
![]() ![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Display Modes | |
|
|
![]() |
![]() ![]() |