docs/powershell.md aktualisiert
This commit is contained in:
@@ -19,7 +19,15 @@ Profil der Netzwerkkarte auf Privat umstellen (Firewall)
|
|||||||
Set-NetConnectionProfile -InterfaceIndex '3' -NetworkCategory 'Private'
|
Set-NetConnectionProfile -InterfaceIndex '3' -NetworkCategory 'Private'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## IPv6-abschalten
|
||||||
|
Schaltet IPv6 komplett ab!
|
||||||
|
> Command: Disable-NetAdapterBinding -Name [Name der Netzwerkkarte] -ComponentID ms_tcpip6
|
||||||
|
```ruby
|
||||||
|
Disable-NetAdapterBinding -Name 'eth0' -ComponentID ms_tcpip6
|
||||||
|
```
|
||||||
|
|
||||||
## IPv6-DHCP-abschalten
|
## IPv6-DHCP-abschalten
|
||||||
|
Nur DHCPv6 abschalten
|
||||||
> Command: Get-NetIPInterface -AddressFamily [IPv6/IPv4]
|
> Command: Get-NetIPInterface -AddressFamily [IPv6/IPv4]
|
||||||
```ruby
|
```ruby
|
||||||
Get-NetIPInterface -AddressFamily 'IPv6'
|
Get-NetIPInterface -AddressFamily 'IPv6'
|
||||||
|
|||||||
Reference in New Issue
Block a user