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

Invoke-SelectLocalVolume

Invokes SelectLocalVolume actions.

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Runs interactive or workflow-oriented SelectLocalVolume operations used by OSD tasks.

Syntax

Invoke-SelectLocalVolume [[-Input] <Object>] [[-MinimumSizeGB] <Int32>] [[-FileSystem] <String>] [-Skip]
 [-SelectOne] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Parameters

Parameter
Type
Required
Description

-Input

Object

False

Specifies the Input to use when running Invoke-SelectLocalVolume.

-MinimumSizeGB

Int32

False

Specifies the MinimumSizeGB to use when running Invoke-SelectLocalVolume.

-FileSystem

String

False

Specifies the FileSystem to use when running Invoke-SelectLocalVolume.

-Skip

SwitchParameter

False

Specifies the Skip to use when running Invoke-SelectLocalVolume.

-SelectOne

SwitchParameter

False

Specifies the SelectOne to use when running Invoke-SelectLocalVolume.

Examples

Example

Last updated

Was this helpful?