diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index c7ad862..f114c33 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -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", diff --git a/cybersec/OS/Powershell commands.md b/cybersec/OS/Powershell commands.md index 4c59796..2b497a2 100644 --- a/cybersec/OS/Powershell commands.md +++ b/cybersec/OS/Powershell commands.md @@ -5,4 +5,4 @@ **Find-Module** и **Install-Module** - используются для того, что бы найти и установить дополнительный модуль (как в unix системах - установка доп. софта) `Find-Module -Name "PowerShell*"` `Install-Module -Name "PowerShellGet"` - \ No newline at end of file +