diff --git a/Active Directory/README.md b/Active Directory/README.md
index bd2ef2e..aa3a02a 100644
--- a/Active Directory/README.md
+++ b/Active Directory/README.md
@@ -2,6 +2,7 @@
## Konfiguration
### Powershell
+
#### Local Password
````ruby
@@ -55,13 +56,15 @@ Disable-NetAdapterBinding -Name [Name der Netzwerkkarte] -ComponentID ms_tcpip6
Enable-NetAdapterBinding -Name [Name der Netzwerkkarte] -ComponentID ms_tcpip6
````
-
+
## Aufnahme in die Domäne
### Powershell
+
#### Domain-Join
````ruby
Add-Computer -Domain "podxx.spielwiese.intern" -Restart -Force
````
+
\ No newline at end of file