
How to Write and Run Scripts in the Windows PowerShell ISE
Nov 20, 2025 · This article describes how to create, edit, run, and save scripts in the Script Pane.
Generate Scripts | Microsoft Learn
Aug 18, 2025 · Learn how to use the Generate and Publish Scripts Wizard to create Transact-SQL scripts for multiple objects, and how to use the Script as menu in Object Explorer to generate scripts …
Create and run scripts - Configuration Manager | Microsoft Learn
Dec 16, 2024 · In the Create Script dialog, click Script Parameters under Script. Each of your script's parameters has its own dialog for adding further details and validation.
How to Write a PowerShell Script Module - PowerShell
By default, when users import your .psm1 file, all functions in your script are accessible, but variables aren't. An example PowerShell script, entitled Show-Calendar, is available at the end of this article.
Creating a custom input box - PowerShell | Microsoft Learn
Dec 9, 2022 · This article shows how to create a custom input box by using the .NET Framework form-building features in Windows PowerShell.
Get started creating SharePoint site templates and site scripts
May 9, 2023 · A site script is a collection of actions that SharePoint runs when creating a new site. Actions describe changes to apply to the new site, such as creating a new list or applying a theme.
Create and run scripts by using Windows PowerShell
This module is part of these learning paths Create and modify scripts by using Windows PowerShell
Add PowerShell Scripts to Windows Devices in Microsoft Intune ...
Create and run PowerShell scripts, assign the script policy to Microsoft Entra groups, and use reports to monitor the scripts. See the steps to delete scripts you add on Windows devices in Microsoft Intune.
SharePoint site template and site script overview
Jan 22, 2025 · You can create site templates and scripts using PowerShell or the REST API. The following example creates a site script and a site template that uses the script.
SSMS Script Objects | Microsoft Learn
Sep 7, 2025 · This tutorial teaches you to generate Transact-SQL (T-SQL) scripts for various objects found within SQL Server Management Studio (SSMS). In this tutorial, you find examples of how to …