Active Directory/README.md aktualisiert
This commit is contained in:
@@ -6,9 +6,11 @@
|
||||
|
||||
#### Local Password
|
||||
<details open>
|
||||
|
||||
````ruby
|
||||
Get-LocalUser -Name "Administrator" | Set-LocalUser -Password (ConvertTo-SecureString -AsPlainText "Passw0rd" -Force)
|
||||
````
|
||||
|
||||
</details>
|
||||
|
||||
#### Local Netconf
|
||||
@@ -66,9 +68,11 @@ Enable-NetAdapterBinding -Name [Name der Netzwerkkarte] -ComponentID ms_tcpip6
|
||||
|
||||
#### Domain-Join
|
||||
<details>
|
||||
|
||||
````ruby
|
||||
Add-Computer -Domain "podxx.spielwiese.intern" -Restart -Force
|
||||
````
|
||||
|
||||
</details>
|
||||
|
||||
</details>
|
||||
Reference in New Issue
Block a user