Active Directory/README.md aktualisiert

This commit is contained in:
2024-11-04 13:33:05 +01:00
parent 136efb2da1
commit 581b78b328

View File

@@ -1,5 +1,13 @@
# Active Directory
## Konfiguration
- [Local Password](Active Directory/README.md#local-password)
- [Local NetConf](Active Directory/README.md#local-netconf)
- [Set Hostname](Active Directory/README.md#set-hostname)
- [NetAdapter-Private](Active Directory/README.md#netzwerkkarte-auf-private-setzen)
- [De-/Activate Firewall](Active Directory/README.md#firewall-abschalten)
- [IPv6 De-/Activate](Active Directory/README.md#ipv6-de-/aktivieren)
<details>
<summary>Powershell</summary>
@@ -60,12 +68,7 @@ Enable-NetAdapterBinding -Name [Name der Netzwerkkarte] -ComponentID ms_tcpip6
````
</details>
</details>
- [IPv6 DHCP abschalten](docs/powershell.md#ipv6-dhcp-abschalten)
- [Add-Route](docs/powershell.md#add-route)
- [IP-Config](docs/powershell.md#ip-config)
- [DNS-Config](docs/powershell.md#dns-config)
- [Remote Access](docs/powershell.md#remote-access)
- [Remote Execute](docs/powershell.md#remote-ps-execute)
## Aufnahme in die Domäne
<details>