From 2b4687ac489ed0b9a5f41cd3b2dc976d1d67ff74 Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Mon, 4 Nov 2024 13:26:36 +0100 Subject: [PATCH] Active Directory/README.md aktualisiert --- Active Directory/README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Active Directory/README.md b/Active Directory/README.md index 3d0e426..e0d6860 100644 --- a/Active Directory/README.md +++ b/Active Directory/README.md @@ -1,10 +1,11 @@ # Active Directory ## Konfiguration -### Powershell
+Powershell + #### Local Password -
+
````ruby Get-LocalUser -Name "Administrator" | Set-LocalUser -Password (ConvertTo-SecureString -AsPlainText "Passw0rd" -Force) ```` @@ -59,8 +60,9 @@ Enable-NetAdapterBinding -Name [Name der Netzwerkkarte] -ComponentID ms_tcpip6
## Aufnahme in die Domäne -### Powershell -
+
+ +Powershell #### Domain-Join
@@ -68,4 +70,5 @@ Enable-NetAdapterBinding -Name [Name der Netzwerkkarte] -ComponentID ms_tcpip6 Add-Computer -Domain "podxx.spielwiese.intern" -Restart -Force ````
+
\ No newline at end of file