Reply to Message

View discussion in a popup

Replying to:
rdtechie
Enthusiast
Enthusiast

This is part of the solution I guess. But this will not use autodeploy. This command will backup your current config:

Get-VMHostFirmware -VMHost 10.0.0.1 -BackupConfiguration -DestinationPath C:\Backup

Restoring the data:

Set-VMHostFirmware -VMHost 10.0.0.1 -Restore -SourcePath c:\bundleToRestore.tgz -HostUser root -HostPassword exampleRootPassword

Autodeploy is ment to use in combination with host profiles.

PowerShell Addict. Make it so lover.
Reply
0 Kudos