< Back

Get-DellBiosUpdate

Mon Jan 13, 2020 6:51 pm

NAME Get-DellBiosUpdate



SYNOPSIS

Downloads BIOS Updates





SYNTAX

Get-DellBiosUpdate [-Path] <String> [-HideDownloaded] [[-OldRevisions] <String>] [<CommonParameters>]





DESCRIPTION

Allows the selection of Bios Updates to download for Dell systems.





PARAMETERS

-Path <String>

Required. Path to save the Bios Updates



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-HideDownloaded [<SwitchParameter>]



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-OldRevisions <String>

Specify Delete or Show for old Bios Updates



Required? false

Position? 2

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



NOTES





Name: Get-DellBiosUpdate.ps1

Author: David Segura

Version: 18.05.30



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Downloads Bios Updates to C:\\DellBiosUpdates



Get-DellBiosUpdate -Path C:\\DellBiosUpdates









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Downloads Bios Updates to C:\\DellBiosUpdates and automatically removes old Bios revisions



Get-DellBiosUpdate -Path C:\\DellBiosUpdates -OldRevisions Delete









-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Downloads Bios Updates to C:\\DellBiosUpdates and shows old Bios revisions that can be selected for deletion



Get-DellBiosUpdate -Path C:\\DellBiosUpdates -OldRevisions Show











RELATED LINKS