< Back
Get-OSDGather
Post
NAME Get-OSDGather
SYNOPSIS
Returns common OSD information as an ordered hash table
SYNTAX
Get-OSDGather [[-Property] <String>] [-Full] [<CommonParameters>]
DESCRIPTION
Returns common OSD information as an ordered hash table
PARAMETERS
-Property <String>
Returns the Name Value
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Full [<SwitchParameter>]
Returns additional CimInstance results
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
19.10.4.0 David Segura @SeguraOSD
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>OSDGather
Get-OSDGather
Returns the Gather Results
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>$OSDGather = Get-OSDGather
$OSDGather.IsAdmin
$OSDGather.ComputerInfo
Returns the Gather Results saved in a Variable
RELATED LINKS
https://osd.osdeploy.com/module/functions/get-osdgather
SYNOPSIS
Returns common OSD information as an ordered hash table
SYNTAX
Get-OSDGather [[-Property] <String>] [-Full] [<CommonParameters>]
DESCRIPTION
Returns common OSD information as an ordered hash table
PARAMETERS
-Property <String>
Returns the Name Value
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Full [<SwitchParameter>]
Returns additional CimInstance results
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
19.10.4.0 David Segura @SeguraOSD
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>OSDGather
Get-OSDGather
Returns the Gather Results
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>$OSDGather = Get-OSDGather
$OSDGather.IsAdmin
$OSDGather.ComputerInfo
Returns the Gather Results saved in a Variable
RELATED LINKS
https://osd.osdeploy.com/module/functions/get-osdgather