Active Directory/README.md aktualisiert
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
# Active Directory
|
||||
## Konfiguration
|
||||
### Powershell
|
||||
<details>
|
||||
|
||||
<summary>Powershell</summary>
|
||||
|
||||
#### Local Password
|
||||
<details>
|
||||
<details open>
|
||||
````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
|
||||
</details>
|
||||
|
||||
## Aufnahme in die Domäne
|
||||
### Powershell
|
||||
<details>
|
||||
<details open>
|
||||
|
||||
<summary>Powershell</summary>
|
||||
|
||||
#### Domain-Join
|
||||
<details>
|
||||
@@ -68,4 +70,5 @@ Enable-NetAdapterBinding -Name [Name der Netzwerkkarte] -ComponentID ms_tcpip6
|
||||
Add-Computer -Domain "podxx.spielwiese.intern" -Restart -Force
|
||||
````
|
||||
</details>
|
||||
|
||||
</details>
|
||||
Reference in New Issue
Block a user