docs/powershell.md aktualisiert

This commit is contained in:
2024-10-23 11:21:54 +02:00
parent 0747954091
commit 1776ae2d83

View File

@@ -28,6 +28,7 @@ Set-DnsClientServerAddress -InterfaceIndex '3' -ServerAddresses ('172.16.7.11','
<details> <details>
<summary>Interface Name/Index auslesen</summary> <summary>Interface Name/Index auslesen</summary>
> Command: Get-NetIPInterface -AddressFamily [IPv6/IPv4] > Command: Get-NetIPInterface -AddressFamily [IPv6/IPv4]
```ruby ```ruby
Get-NetIPInterface -AddressFamily 'IPv6' Get-NetIPInterface -AddressFamily 'IPv6'