Active Directory/README.md aktualisiert
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
## Konfiguration
|
||||
### Powershell
|
||||
<details>
|
||||
|
||||
#### Local Password
|
||||
<details>
|
||||
````ruby
|
||||
@@ -55,13 +56,15 @@ Disable-NetAdapterBinding -Name [Name der Netzwerkkarte] -ComponentID ms_tcpip6
|
||||
Enable-NetAdapterBinding -Name [Name der Netzwerkkarte] -ComponentID ms_tcpip6
|
||||
````
|
||||
</details>
|
||||
|
||||
</details>
|
||||
|
||||
## Aufnahme in die Domäne
|
||||
### Powershell
|
||||
<details>
|
||||
#### Domain-Join
|
||||
<details>
|
||||
````ruby
|
||||
Add-Computer -Domain "podxx.spielwiese.intern" -Restart -Force
|
||||
````
|
||||
</details>
|
||||
</details>
|
||||
Reference in New Issue
Block a user