Get-OSMedia
Get-Help -Full
PS C:\> Get-Help -Full Get-OSMedia
NAME
Get-OSMedia
SYNOPSIS
Returns all Operating Systems in OSDBuilder\OSMedia
SYNTAX
Get-OSMedia [-GridView] [[-OSArch] <String>] [-Newest] [[-OSInstallationType] <String>] [[-OSMajorVersion] <String>] [[-OSReleaseId] <String>] [[-Revision] <String>] [[-Updates] <String>] [<CommonParameters>]
DESCRIPTION
Returns all Operating Systems in OSDBuilder\OSMedia as a PowerShell Custom Object
PARAMETERS
-GridView [<SwitchParameter>]
Displays results in GridView with PassThru
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-OSArch <String>
Filter the OSMedia by OS Architecture
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Newest [<SwitchParameter>]
Returns the latest OSMedia
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-OSInstallationType <String>
Filter the OSMedia by OS Installation Type
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-OSMajorVersion <String>
Filter the OSMedia by OS Major Version
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-OSReleaseId <String>
Filter the OSMedia by OS Release Id
Required? false
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Revision <String>
Filter the OSMedia by Image Revision
Required? false
Position? 5
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Updates <String>
Filter the OSMedia by Update status
Required? false
Position? 6
Default value
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
RELATED LINKS
https://osdbuilder.osdeploy.com/module/functions/get-osmedia
Last updated