<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Powershell_Netzwerkkonfiguration</id>
	<title>Powershell Netzwerkkonfiguration - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Powershell_Netzwerkkonfiguration"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Powershell_Netzwerkkonfiguration&amp;action=history"/>
	<updated>2026-06-29T03:36:33Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Powershell_Netzwerkkonfiguration&amp;diff=29811&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „=Adapter anzeigen= *Get-NetAdapter =DHCP deaktivieren= *Set-NetIPInterface -InterfaceAlias &quot;Ethernet 2&quot; -AddressFamily IPv4 -DHCP Disabled -PassThru =IPs ände…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Powershell_Netzwerkkonfiguration&amp;diff=29811&amp;oldid=prev"/>
		<updated>2021-11-16T09:43:44Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „=Adapter anzeigen= *Get-NetAdapter =DHCP deaktivieren= *Set-NetIPInterface -InterfaceAlias &amp;quot;Ethernet 2&amp;quot; -AddressFamily IPv4 -DHCP Disabled -PassThru =IPs ände…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Adapter anzeigen=&lt;br /&gt;
*Get-NetAdapter&lt;br /&gt;
=DHCP deaktivieren=&lt;br /&gt;
*Set-NetIPInterface -InterfaceAlias &amp;quot;Ethernet 2&amp;quot; -AddressFamily IPv4 -DHCP Disabled -PassThru&lt;br /&gt;
=IPs ändern=&lt;br /&gt;
*New-NetIPAddress -AddressFamily IPv4 -InterfaceAlias &amp;quot;Ethernet 2&amp;quot; -IPAddress 10.0.10.90 -PrefixLength 24 -DefaultGateway 10.0.10.1&lt;br /&gt;
=DNS ändern=&lt;br /&gt;
*Set-DnsClientServerAddress -InterfaceAlias &amp;quot;Ethernet&amp;quot; -ServerAddresses 10.0.10.90&lt;br /&gt;
=IPv6 deaktivieren=&lt;br /&gt;
*Disable-NetAdapterBinding -Name Ethernet -ComponentID ms_tcpip6&lt;br /&gt;
=Server umbenennen=&lt;br /&gt;
*Rename-Computer -NewName win2019 -Restart -Force&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>