VMware Cloud Community
Darkroom
Contributor
Contributor

New-DatastoreDrive

This used to work. Hopefully someone can point me in the right direction of what replaced New-DatastoreDrive  ?

Get-Datastore datastore2 | New-DatastoreDrive -Name ds

Copy-DatastoreItem -Item z:\Win2012_R2_Std.ova -Destination ds:\temp\ -Force

$ovfpath = Get-ChildItem ds:\temp\Win2012_R2_Std.ova

0 Kudos
1 Reply
codenamedelta
Contributor
Contributor

According to the latest notes on PowerCLI Reference 6.3R1, this is still valid.

about_vimdatastore - vSphere PowerCLI Cmdlets Reference

0 Kudos