2025-03-28 09:35:40 +01:00
|
|
|
---
|
|
|
|
created: 2024-06-12T09:29
|
2025-07-27 11:51:26 +02:00
|
|
|
updated: 2025-07-27T11:51
|
2025-03-28 09:35:40 +01:00
|
|
|
---
|
2025-07-22 08:43:03 +02:00
|
|
|
|
2024-08-05 15:21:40 +02:00
|
|
|
## Splatting mit Hashtabellen
|
|
|
|
|
|
|
|
```
|
|
|
|
Copy-Item -Path "test.txt" -Destination "test2.txt" -WhatIf
|
|
|
|
```
|
2025-07-22 08:43:03 +02:00
|
|
|
|
|
|
|
$HashArguments = @{
|
|
|
|
Path = "test.txt"
|
|
|
|
Destination = "test2.txt"
|
|
|
|
WhatIf = $true }
|
|
|
|
|
|
|
|
Copy-Item @HashArguments
|
|
|
|
|
|
|
|
- \`\`
|
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-07-22 11:53:39 +02:00
|
|
|
<<<<<<< HEAD
|
|
|
|
Janek hübenet. Gruppe dp41. Dataport Mitarbeiter
|
|
|
|
=======
|
2025-04-16 11:06:59 +02:00
|
|
|
|
|
|
|
|
2025-03-28 09:35:40 +01:00
|
|
|
|
2025-07-22 07:59:58 +02:00
|
|
|
Janek hübenet. Gruppe dp41. Dataport Mitarbeiter
|
2025-07-22 11:53:39 +02:00
|
|
|
>>>>>>> origin/main
|