vault backup: 2026-08-09 10:48:00

This commit is contained in:
Novel
2026-08-09 10:48:00 +05:00
parent 1c5f12fa69
commit c5d961517d
2 changed files with 8 additions and 7 deletions
+7 -6
View File
@@ -13,12 +13,12 @@
"state": {
"type": "markdown",
"state": {
"file": "cybersec/AD/Active Directory Basics.md",
"file": "cybersec/OS/Powershell commands.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Active Directory Basics"
"title": "Powershell commands"
}
}
]
@@ -41,7 +41,9 @@
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical",
"autoReveal": false
"autoReveal": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-folder-closed",
"title": "Files"
@@ -78,8 +80,7 @@
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
"width": 300
},
"right": {
"id": "19beab9b24a3a065",
@@ -199,10 +200,10 @@
},
"active": "c3e5b400f87e4a39",
"lastOpenFiles": [
"cybersec/AD/Active Directory Basics.md",
"Pasted image 20260809103935.png",
"Pasted image 20260809103933.png",
"Pasted image 20260809103854.png",
"cybersec/AD/Active Directory Basics.md",
"English/dictionary.md",
"English/English.md",
"English/conditional.md",
+1 -1
View File
@@ -5,4 +5,4 @@
**Find-Module** и **Install-Module** - используются для того, что бы найти и установить дополнительный модуль (как в unix системах - установка доп. софта)
`Find-Module -Name "PowerShell*"`
`Install-Module -Name "PowerShellGet"`