Get-OSDGather
Last updated
Was this helpful?
Returns common OSD information as an ordered hash table
Module
OSD
Platform
WinPE (amd64 / arm64)
Returns common OSD information as an ordered hash table
Get-OSDGather [[-Property] <String>] [-Full] [-ProgressAction <ActionPreference>] [<CommonParameters>]-Property
String
False
Returns the Name Value
-Full
SwitchParameter
False
Returns additional CimInstance results
OSDGather
Get-OSDGather
Returns the Gather ResultsLast updated
Was this helpful?
Was this helpful?
$OSDGather = Get-OSDGather
$OSDGather.IsAdmin
$OSDGather.ComputerInfo
Returns the Gather Results saved in a Variable
