About 50 results
Open links in new tab
  1. .net - What type of language is PowerShell? - Stack Overflow

    Aug 9, 2012 · PowerShell (since V2) is a distributed language, with a complete remoting stack, that allows you to connect from one computer to many at the same time, execute commands with …

  2. Trying to run R (programming language) in powershell results in ...

    May 16, 2024 · In PowerShell, r is a built-in alias for the Invoke-History cmdlet, which explains the behavior you saw (as NTFS is (by default), PowerShell commands are case-insensitive too, so that …

  3. What is the recommended coding style for PowerShell?

    I believe the most comprehensive coding style resource for PowerShell still is The PowerShell Best Practices and Style Guide. From their introduction: Like English spelling and grammar rules, …

  4. Is bash a programming language? - Stack Overflow

    Feb 24, 2015 · a programming language through which a user communicates with the operating system or an application I think "programming language" is not exactly same thing as "command language", …

  5. Printing ZPL (Zebra Programming language) file via Powershell

    Oct 4, 2016 · 1 I wrote a Powershell script that asks questions, takes the user's input, plugs those variables in a label created in ZPL, then print it out via Out-Printer. Everything seems to work fine …

  6. azure - is it possible to get the ingestion volume of a log analytics ...

    Jul 24, 2023 · is it possible to get the ingestion volume of a log analytics workspace using powershell or any programming language? Asked 2 years, 6 months ago Modified 4 months ago Viewed 2k times

  7. How to automate Microsoft Edge using PowerShell - Stack Overflow

    Mar 14, 2022 · Is there any specific requirement to use PowerShell? Why not a proper programming language like C#/Java? There are millions of tutorials and guides on how to automate using the …

  8. Can powershell be used as web-programming? - Stack Overflow

    Nov 5, 2013 · I come from linux background and noticed that windows has its own scripting language called powershell. Can Powershell be used for doing webprogramming like CGI/Perl/Python in Linux …

  9. What (scripting) language to learn if I've already started with ...

    Feb 21, 2010 · 2 If you want another scripting language, then I would suggest either VB Script (to be able to read all the examples of Windows scripting you will find), or JavaScript (complementary use …

  10. functional programming - Monad in PowerShell? - Stack Overflow

    Sep 12, 2019 · PowerShell is clearly not a function language, though it has some functional traits and its many constructs and dynamic nature allow you to emulate functional features: The code below …