Skip to content

Instantly share code, notes, and snippets.

@nshores
Created April 9, 2019 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nshores/f450c31519e82d1e885f66d2988c9b60 to your computer and use it in GitHub Desktop.
Save nshores/f450c31519e82d1e885f66d2988c9b60 to your computer and use it in GitHub Desktop.
upload iso to datastore
#upload iso to datastore
$datastore = Get-Datastore "PK-VOL-01"
New-PSDrive -Location $datastore -Name ds -PSProvider VimDatastore -Root "\"
Copy-DatastoreItem -Item c:\users\dsatech\2016.iso -Destination ds:\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment