Active Directory/README.md aktualisiert

This commit is contained in:
2024-11-04 11:33:21 +01:00
parent a5bbe2ee61
commit 66ca9a03d1

View File

@@ -44,3 +44,11 @@ Enable-NetAdapterBinding -Name [Name der Netzwerkkarte] -ComponentID ms_tcpip6
```` ````
</details> </details>
## Powershell - Aufnahme in die Domäne
<details>
````ruby
Add-Computer -Domain "podxx.spielwiese.intern" -Restart -Force
````
</details>