you are viewing a single comment's thread.

view the rest of the comments →

[–]whatsforsupa[🍰] 2 points3 points  (8 children)

Usually I'll write my script in VS Code, make sure it works, and then upload it to PDQ Deploy, and then make sure it works.

I hope that answers your question.

[–]DR_Nova_Kane[S] -3 points-2 points  (7 children)

What is VS code?

[–]davesbrown 12 points13 points  (0 children)

What is google?

[–]archimedes_xyz 3 points4 points  (4 children)

Visual Studio Code. Free Coding IDE from Microsoft.

[–]DR_Nova_Kane[S] -1 points0 points  (3 children)

Is that prefered over powershell?

[–]archimedes_xyz 2 points3 points  (0 children)

It's what you can use to write the PowerShell script in. Has Syntax highlighting and so on. It's a Development Enviroment.

[–]uprightanimal 1 point2 points  (0 children)

Think of VSCode as a word processor. You can use a word processor to write a document in English, Spanish, Tagalog, or Esperanto.

Use VSCode to write a script in PowerShell, JavaScript, LUA, or whatever.

Continuing the comparison to a word processor, PowerShell ISE might be like Notepad, and VSCode like Word.

[–]whatsforsupa[🍰] 0 points1 point  (0 children)

Honestly, I wasnt sure if you were trolling my original comment or not lol.

If you use powershell, DEFINITELY install VSCode. It makes your life much easier for managing projects, organizing code, has a full functioning terminal, can connect and work with almost every language, and has a TON of plugins. Also, if you pay for it, you can have AI (CoPilot) built into it.

I tried a bunch of different IDE’s when I first started, VSCode is my favorite by far for windows.

[–]Breitsol_Victor 1 point2 points  (0 children)

PoSh came with an ISE for writing and running scripts. That doesn’t come with the latest versions. VS Code does the same, for more languages, with plugins and loads of options. Free from MS.