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