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

Block-PowerShellVersionLt5

Blocks execution if PowerShell version is less than 5

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Validates that PowerShell version 5 or greater is running. If the version is less than 5, writes a warning and breaks execution unless the -Warn parameter is specified.

Syntax

Block-PowerShellVersionLt5 [-Warn] [-Pause] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Parameters

Parameter
Type
Required
Description

-Warn

SwitchParameter

False

Shows a warning but continues execution instead of breaking

-Pause

SwitchParameter

False

Pauses and displays a message before continuing execution

Examples

Example

Block-PowerShellVersionLt5
Halts execution if PowerShell version is less than 5

Last updated

Was this helpful?