About 60,000 results
Open links in new tab
  1. scripting - How to get started with PowerShell? - Stack Overflow

    Jan 24, 2015 · 50 For learning PowerShell, there are a number of great resources Technet Virtual Labs (Introduction to Windows PowerShell) PowerShellCommunity.org - Forums, blogs, script repository …

  2. Set up PowerShell Script for Automatic Execution - Stack Overflow

    Nov 15, 2016 · Run Script Manually Method 2 Alternatively, if you don't want to create a batch file for each of your PowerShell scripts, you can change the default PowerShell script behavior from Edit to …

  3. scripting - How to pass boolean values to a PowerShell script from a ...

    I have to invoke a PowerShell script from a batch file. One of the arguments to the script is a boolean value: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -File .\RunScrip...

  4. sap gui - SAP Front End Powershell script - Stack Overflow

    Jan 7, 2021 · 2) Powershell + vbs: SAP GUI 7.30 has a WYSIWYG functionality that allows scripting out user actions into a .vbs file. So you could create a user while script recording is on (this outputs a …

  5. 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 …

  6. wix - How to run a PowerShell script during MSI install that accepts ...

    Oct 17, 2024 · I want the MSI to run a powershell script that saves these parameters in a temporary file on the user's computer sometime during the install process. When the application runs for the first …

  7. Powershell script that can be run on NinjaOne that will identify ...

    Nov 20, 2023 · I'm in need to create a PowerShell script that can be run via NinjaOne automation on all added machines that will look for the presence of two file paths and then output a list of machines …

  8. scripting - How do I send keys to an active window in Powershell ...

    Oct 20, 2022 · How do I send keys to an active window in Powershell? Asked 3 years, 1 month ago Modified 3 years, 1 month ago Viewed 12k times

  9. How do you run a SQL Server query from PowerShell?

    Dec 7, 2011 · 13 There isn't a built-in "PowerShell" way of running a SQL query. If you have the SQL Server tools installed, you'll get an Invoke-SqlCmd cmdlet. Because PowerShell is built on .NET, you …

  10. winrm - How to execute commands using powershell after doing …

    Jun 23, 2023 · 1 Note: Instead of using winrs calls via powershell.exe to execute remote commands, consider using PowerShell 's remoting, which is equally WinRM -based.