< Back

Set-Dell1stBootdevice

Mon Jan 13, 2020 6:52 pm

NAME Set-Dell1stBootdevice



SYNOPSIS

Sets a bootdevice first in the boot sequence





SYNTAX

Set-Dell1stBootdevice [-Bootdevice] <String> [[-Password] <String>] [<CommonParameters>]





DESCRIPTION

This CmdLet sets a boot device first in the boot sequence. You can specify a substring of the name of the boot

device.

If a BIOS password (Admin or System password) is set, supply it using the -Password parameter.





PARAMETERS

-Bootdevice <String>



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Password <String>



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



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



PS C:\\>Set-Dell1stBootdevice -bootdevice USB -password $Password













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



PS C:\\>Set-Dell1stBootDevice hdd















RELATED LINKS