SP8: 2025-07-22 08:43:03
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
Janek hübenet. Gruppe dp41. Dataport Mitarbeiter
|
||||
|
||||
Gesprächspartner :
|
||||
Marie Anita
|
||||
Jeniffer Nitzling aus der Personalabteilung
|
||||
|
||||
Fachbereich :
|
||||
|
||||
|
||||
|
||||
|
||||
+11
-11
@@ -2,18 +2,21 @@
|
||||
created: 2024-06-12T09:29
|
||||
updated: 2025-07-20T11:17
|
||||
---
|
||||
|
||||
## Splatting mit Hashtabellen
|
||||
|
||||
```
|
||||
Copy-Item -Path "test.txt" -Destination "test2.txt" -WhatIf
|
||||
```
|
||||
$HashArguments = @{
|
||||
Path = "test.txt"
|
||||
Destination = "test2.txt"
|
||||
WhatIf = $true }
|
||||
|
||||
Copy-Item @HashArguments
|
||||
- ``
|
||||
|
||||
$HashArguments = @{
|
||||
Path = "test.txt"
|
||||
Destination = "test2.txt"
|
||||
WhatIf = $true }
|
||||
|
||||
Copy-Item @HashArguments
|
||||
|
||||
- \`\`
|
||||
|
||||
Anytype
|
||||
KT Testvallet
|
||||
@@ -22,7 +25,4 @@ 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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Janek hübenet. Gruppe dp41. Dataport Mitarbeiter
|
||||
@@ -3,8 +3,8 @@ ich mache mir Ordner in den Softwareprodukte kommen für jeder version eine eige
|
||||
Ich verknüpfe die PC Notizen mit den Softwarenotizen.
|
||||
Ich mache einen Ordner mit Howto für jede Software die dann ebenfalls verknüpft werden kann. Für jedes Howto eine eigene Datei
|
||||
|
||||
|
||||
Ich erstelle mir ein neues Notizbuch (Vault) wo ich die Notizen sauber übertrage
|
||||
|
||||
- LangZeitHirn (LHZ) in der Nextcloud !!
|
||||
-
|
||||
-
|
||||
Reference in New Issue
Block a user