Set-VMBios
Configures the BIOS of a virtual machine.
Set-VMBios
[-VMName] <String[]>
[-ComputerName <String[]>]
[-DisableNumLock]
[-EnableNumLock]
[-Passthru]
[-StartupOrder <BootDevice[]>]
[-Confirm]
[-WhatIf]
Set-VMBios
[-VM] <VirtualMachine[]>
[-DisableNumLock]
[-EnableNumLock]
[-Passthru]
[-StartupOrder <BootDevice[]>]
[-Confirm]
[-WhatIf]
Set-VMBios
[-VMBios] <VMBios[]>
[-DisableNumLock]
[-EnableNumLock]
[-Passthru]
[-StartupOrder <BootDevice[]>]
[-Confirm]
[-WhatIf]
The Set-VMBios cmdlet configures the BIOS of a virtual machine.
PS C:\> Set-VMBios TestVM -DisableNumLock
This example disables the NumLock key by default on virtual machine TestVM.
PS C:\> Set-VMBios TestVM -StartupOrder @("Floppy", "LegacyNetworkAdapter", "CD", "IDE")
This example configures virtual machine TestVM to check for a boot device in the following order: floppy disk, network, CD drive, hard disk.
Specifies one or more Hyper-V hosts for which the BIOS is to be configured. NetBIOS names, IP addresses, and fully-qualified domain names are allowable. The default is the local computer - use "localhost" or a dot (".") to specify the local computer explicitly.
Type: | String[] |
Position: | Named |
Default value: | . |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies that NumLock is to be disabled in the BIOS of the virtual machine to be configured.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies that NumLock is to be enabled in the BIOS of the virtual machine to be configured.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies that an Microsoft.Virtualization.Powershell.Bios object is to be passed through to the pipeline representing the BIOS to be configured.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies an array of boot devices representing the boot order in the BIOS of the virtual machine. The boot devices are specified as members of the BootDevices enumeration (CD, IDE, LegacyNetworkAdapter, Floppy).
Type: | BootDevice[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the virtual machine for which the BIOS is to be configured.
Type: | VirtualMachine[] |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Type: | VMBios[] |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the name of the virtual machine for which the BIOS is to be configured.
Type: | String[] |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | True |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
None
Default
Microsoft.Virtualization.Powershell.Bios
If -PassThru is specified.