2025-03-28 09:35:40 +01:00
|
|
|
---
|
|
|
|
created: 2024-06-12T09:29
|
2025-04-28 09:45:05 +02:00
|
|
|
updated: 2025-04-28T09:45
|
2025-03-28 09:35:40 +01:00
|
|
|
---
|
2024-08-05 15:21:40 +02:00
|
|
|
## Splatting mit Hashtabellen
|
|
|
|
|
|
|
|
```
|
|
|
|
Copy-Item -Path "test.txt" -Destination "test2.txt" -WhatIf
|
|
|
|
```
|
|
|
|
$HashArguments = @{
|
|
|
|
Path = "test.txt"
|
|
|
|
Destination = "test2.txt"
|
|
|
|
WhatIf = $true }
|
|
|
|
|
|
|
|
Copy-Item @HashArguments
|
2024-12-14 16:42:03 +01:00
|
|
|
- ``
|
2024-11-04 15:01:24 +01:00
|
|
|
|
2025-04-24 08:57:26 +02:00
|
|
|
Anytype
|
2025-04-16 11:06:59 +02:00
|
|
|
KT Testvallet
|
2025-04-15 21:11:37 +02:00
|
|
|
wall goat fat know share exit absurd clerk east camp hamster phone
|
2024-12-14 16:43:44 +01:00
|
|
|
|
2025-04-16 11:07:22 +02:00
|
|
|
Evaluieren Test Vallet auf dem win10.zuhause VM
|
2025-04-16 11:06:59 +02:00
|
|
|
sure nurse gas announce nose tell scheme denial right dove next napkin
|
|
|
|
|
|
|
|
|
|
|
|
|
2025-03-28 09:35:40 +01:00
|
|
|
|
|
|
|
|