About 64,900 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. Windows sandbox and Powershell : how to make script executable at ...

    Aug 1, 2022 · powershell -executionpolicy RemoteSigned -command "start powershell {-noexit -File C:\users\WDAGUtilityAccount\Documents\Scripts\script.ps1}" Step 5: Update Sandbox.wsb: Add …

  4. 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...

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

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

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

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

  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. asynchronous code execution on PowerShell? - Stack Overflow

    Jul 22, 2020 · Remove-Job -Name stackexample } You can get so much fancier from here, but that is the core of what 'asynchronous code execution' is - telling powershell to do something time …