29 lines
507 B
Markdown
29 lines
507 B
Markdown
---
|
|
created: 2024-06-12T09:29
|
|
updated: 2025-05-19T09:03
|
|
---
|
|
## Splatting mit Hashtabellen
|
|
|
|
```
|
|
Copy-Item -Path "test.txt" -Destination "test2.txt" -WhatIf
|
|
```
|
|
$HashArguments = @{
|
|
Path = "test.txt"
|
|
Destination = "test2.txt"
|
|
WhatIf = $true }
|
|
|
|
Copy-Item @HashArguments
|
|
- ``
|
|
|
|
Anytype
|
|
KT Testvallet
|
|
wall goat fat know share exit absurd clerk east camp hamster phone
|
|
|
|
Evaluieren Test Vallet auf dem win10.zuhause VM
|
|
sure nurse gas announce nose tell scheme denial right dove next napkin
|
|
|
|
|
|
|
|
|
|
|