About 534,000 results
Open links in new tab
  1. Run Powershell Scripts in Notepad++ - Microsoft Q&A

    May 11, 2023 · You can then create a shortcut to the .ps1 and schedule the shortcut to run with Task Scheduler... I know it is not the best way, but it will work. The shortcut will open a …

  2. How to Write and Run Scripts in the Windows PowerShell ISE

    Mar 27, 2025 · This article describes how to create, edit, run, and save scripts in the Script Pane.

  3. Start-Process (Microsoft.PowerShell.Management) - PowerShell

    To specify the program that runs in the process, enter an executable file or script file, or a file that can be opened using a program on the computer. If you specify a non-executable file, Start-Process starts the program that's associated with the file, similar to the Invoke-Item cmdlet.

  4. Getting started with PowerShell - PowerShell | Microsoft Learn

    Aug 2, 2024 · PowerShell script files use the .ps1 file extension. To create a PowerShell script, use a code editor like Visual Studio Code (VS Code) or any text editor such as Notepad.

  5. Create and run scripts by using Windows PowerShell

    Describe how to create scripts. Describe the PowerShellGet module. Explain how to run Windows PowerShell scripts. Describe the script execution policy. Set the script execution policy. …

  6. about_Profiles - PowerShell | Microsoft Learn

    Mar 18, 2024 · A PowerShell profile is a script that runs when PowerShell starts. You can use the profile as a startup script to customize your environment. You can add commands, aliases, functions, variables, modules, PowerShell drives and more.

  7. about_Scripts - PowerShell | Microsoft Learn

    Jan 19, 2024 · Writing a script saves a command for later use and makes it easy to share with others. Most importantly, it lets you run the commands simply by typing the script path and the filename. Scripts can be as simple as a single command in a …

  8. Customizing your shell environment - PowerShell | Microsoft Learn

    Feb 26, 2025 · You could also use notepad.exe on Windows, vi on Linux, or any other text editor. The following profile script has examples for many of the customizations mentioned in the previous articles.

  9. Tips to use the Azure CLI successfully in PowerShell

    Jun 27, 2024 · Azure CLI is a tool to manage Azure resources through Azure CLI reference commands that run in both a Bash and PowerShell scripting language. However, there are slight syntax differences in parameter formatting between scripting languages that can result in unexpected results.

  10. PowerShell / GPO - Microsoft Q&A

    May 9, 2023 · To run Powershell scripts using Group Policy, use the Powershell Scripts tab of the Group Policy Startup Scripts Properties page. You can verify that the user logon script was executed successfully by the Event ID 5018u nder Microsoft-Windows-GroupPolicy/Operational section of Event Viewer.

Refresh