Get-WBVirtualMachine
Gets all virtual machines and components from the backup policy.
Get-WBVirtualMachine
[[-Policy] <WBPolicy>]
[-Confirm]
[-WhatIf]
The Get-WBVirtualMachine cmdlet gets all virtual machines and hv_win8_1 components from the WBPolicy object or the physical machine.
PS C:\> Get-WBVirtualMachines
This command queries for virtual machines and hv_win8_2 components on the machine and lists them.
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 the backup policy information contained in the WBPolicy object to display.
Type: | WBPolicy |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
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 |
Windows.ServerBackup.Commands.WBPolicy
Windows.ServerBackup.Commands.WBVirtualMachine[]