Allow Remote Signed: Set-ExecutionPolicy RemoteSigned
ex.
export ova filter by ResourcePools
#Load the VMWare PowerCLI SnapIn
Add-PSSnapin vmware.vimautomation.core
#List VMWare cmdlets
#Get-Command -PSSnapin VMware.*
Connect-VIServer temp.domain.local -WarningAction SilentlyContinue
$VMS = Get-ResourcePool -Name "iSCSI-VM-Offline_Datastore" | get-vm
foreach ($VM in $VMS){
echo "export $VM to ova file"
Export-VApp -Destination "E:\iSCSI-VM-Offline_Datastore\" -VM $VM -Format OVA
}
ex.
Backup ova
http://idledeveloper.com/tag/export-vapp/
Subscribe to:
Post Comments (Atom)
ALCATEL 6900
write memory copy running certified reload from working no rollback-timeout
-
grant execute on utl_http to wc grant execute on dbms_lock to wc; BEGIN DBMS_NETWORK_ACL_ADMIN.create_acl ( acl => &...
-
:system view system-view or sys :show all config dis current-configuration :create vlan vlan vlan_number :show ip interface ...
-
``` sda: add missing path sda: failed to get udev uid: Invalid argument sda: failed to get sysfs uid: Invalid argument sda: failed to ge...
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.