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