Active Directory/README.md aktualisiert
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<summary>Powershell</summary>
|
||||
|
||||
#### Local Password
|
||||
<details open>
|
||||
<details>
|
||||
|
||||
````ruby
|
||||
Get-LocalUser -Name "Administrator" | Set-LocalUser -Password (ConvertTo-SecureString -AsPlainText "Passw0rd" -Force)
|
||||
@@ -60,9 +60,15 @@ Enable-NetAdapterBinding -Name [Name der Netzwerkkarte] -ComponentID ms_tcpip6
|
||||
````
|
||||
</details>
|
||||
</details>
|
||||
- [IPv6 DHCP abschalten](docs/powershell.md#ipv6-dhcp-abschalten)
|
||||
- [Add-Route](docs/powershell.md#add-route)
|
||||
- [IP-Config](docs/powershell.md#ip-config)
|
||||
- [DNS-Config](docs/powershell.md#dns-config)
|
||||
- [Remote Access](docs/powershell.md#remote-access)
|
||||
- [Remote Execute](docs/powershell.md#remote-ps-execute)
|
||||
|
||||
## Aufnahme in die Domäne
|
||||
<details open>
|
||||
<details>
|
||||
|
||||
<summary>Powershell</summary>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user