Compare commits
7 Commits
ad9c726b29
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| cfe71940e9 | |||
| 3fbd29f609 | |||
| 43133f559b | |||
| fc9bde78e0 | |||
| 9c3f731a54 | |||
| 7b982b34c9 | |||
| 2e64fb124f |
15
.vscode/launch.json
vendored
Normal file
15
.vscode/launch.json
vendored
Normal 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": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
2315
ConfigWinRM.ps1
2315
ConfigWinRM.ps1
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user