For the complete documentation index, see llms.txt. This page is also available as Markdown.

Enable-PEWindowsImagePSGallery

Enables PowerShell Gallery in a mounted Windows image

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Configures a mounted Windows image to support PowerShell Gallery by adding necessary registry entries and environment variables to the system profile.

Syntax

Enable-PEWindowsImagePSGallery [[-Path] <String[]>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Parameters

Parameter
Type
Required
Description

-Path

String[]

False

Path to the mounted Windows image root directory. If not specified, will use the currently mounted image.

Examples

Example

Enable-PEWindowsImagePSGallery
Enables PowerShell Gallery in the currently mounted image

Example

Last updated

Was this helpful?