Compare commits

7 Commits

Author SHA1 Message Date
cfe71940e9 Upload files to "/" 2025-08-25 07:33:21 +00:00
3fbd29f609 Delete ConfigWinRM.ps1 2025-08-25 07:32:55 +00:00
43133f559b Verze 1.01 2025-08-12 11:06:17 +02:00
fc9bde78e0 Merge branch 'main' of https://git.totalservice.cz/public/ZBXWinRMConfig 2025-08-12 11:02:28 +02:00
9c3f731a54 zmena verze 1.06 2025-08-12 10:59:38 +02:00
7b982b34c9 Upload files to "/" 2025-07-23 09:03:32 +00:00
2e64fb124f First version of the fix 2025-07-23 10:56:29 +02:00
2 changed files with 1192 additions and 1138 deletions

15
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "PowerShell: Launch Current File",
"type": "PowerShell",
"request": "launch",
"script": "${file}",
"args": []
}
]
}

File diff suppressed because it is too large Load Diff