Common PowerShell Functions for Deployment Live.
Various tools used in Windows Systems Management and Deployment.
There are two ways to execute the Module:
-
Execute In-Place - Simply import the
import-module .\DeploymentLiveModule.psm1from this folder. Will traverse the subfolders and import all script functions. -
Execution of compiled Module - After running the
.\build.ps1command, a single fileimport-module .\_release\DeploymentLive.psm1module will be created. The single file should be faster to execute and makes singing easier.
- Disk
- General
- Hyper-V
- INI Files
- Network
- Resources
- User Interface
- Utility
- Windows