Active Directory/README.md aktualisiert
This commit is contained in:
@@ -6,9 +6,11 @@
|
|||||||
|
|
||||||
#### Local Password
|
#### Local Password
|
||||||
<details open>
|
<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)
|
||||||
````
|
````
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
#### Local Netconf
|
#### Local Netconf
|
||||||
@@ -66,9 +68,11 @@ Enable-NetAdapterBinding -Name [Name der Netzwerkkarte] -ComponentID ms_tcpip6
|
|||||||
|
|
||||||
#### Domain-Join
|
#### Domain-Join
|
||||||
<details>
|
<details>
|
||||||
|
|
||||||
````ruby
|
````ruby
|
||||||
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