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

Get-OSDGather

Returns common OSD information as an ordered hash table

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Returns common OSD information as an ordered hash table

Syntax

Get-OSDGather [[-Property] <String>] [-Full] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Parameters

Parameter
Type
Required
Description

-Property

String

False

Returns the Name Value

-Full

SwitchParameter

False

Returns additional CimInstance results

Examples

Example

OSDGather
Get-OSDGather
Returns the Gather Results

Example

Last updated

Was this helpful?