From 136efb2da121cf0b258045902a21e46ae91efece Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Mon, 4 Nov 2024 13:28:34 +0100 Subject: [PATCH] Active Directory/README.md aktualisiert --- Active Directory/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Active Directory/README.md b/Active Directory/README.md index 439c702..afbb882 100644 --- a/Active Directory/README.md +++ b/Active Directory/README.md @@ -5,7 +5,7 @@ Powershell #### Local Password -
+
````ruby Get-LocalUser -Name "Administrator" | Set-LocalUser -Password (ConvertTo-SecureString -AsPlainText "Passw0rd" -Force) @@ -60,9 +60,15 @@ Enable-NetAdapterBinding -Name [Name der Netzwerkkarte] -ComponentID ms_tcpip6 ````
+- [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 -
+
Powershell