Hi,
PowerCLI - Are there cmdlets to browse datastore for files/directories and creating them?
If yes, can you please let me know.
I took a peek at cmdlet reference, but didnt find any...
Regards,
Dreamer
You can use the Datastore provider.
It's documented in the vSphere PowerCLI Administration Guide that was installed with PowerCLI.
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference
You can use the Datastore provider.
It's documented in the vSphere PowerCLI Administration Guide that was installed with PowerCLI.
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference
Thaks for the quick reply and it answers my question.
Btw, this is the link for the administrator guide -
http://www.vmware.com/support/developer/PowerCLI/PowerCLI41/doc/viwin_admg.pdf
Regards,
dreamer
There is more up-to-date doc available in the vSphere 5 Documentation Center, see the about_vimdatastore entry
Or you can just do
Get-Help about_vimdatastore
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference
