Get-VMBios
Gets the BIOS of a virtual machine or snapshot.
Get-VMBios
[-VMName] <String[]>
[-ComputerName <String[]>]
Get-VMBios
[-VM] <VirtualMachine[]>
Get-VMBios
[-VMSnapshot] <VMSnapshot>
The Get-VMBios cmdlet gets the BIOS of a virtual machine or snapshot.
PS C:\>Get-VMBios TestVM
Gets the BIOS object for virtual machine TestVM.
Specifies one or more Hyper-V hosts on which the BIOS of a virtual machine or snapshot is to be retrieved. 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 |
Specifies the virtual machine whose BIOS is to be retrieved.
Type: | VirtualMachine[] |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the name of the virtual machine whose BIOS is to be retrieved.
Type: | String[] |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the virtual machine snapshot whose BIOS is to be retrieved.
Type: | VMSnapshot |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Microsoft.Virtualization.Powershell.Bios