Skip to content

Instantly share code, notes, and snippets.

@suusan2go
Created January 12, 2015 08:46
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 suusan2go/f9d0e36afcabd17131ad to your computer and use it in GitHub Desktop.
Save suusan2go/f9d0e36afcabd17131ad to your computer and use it in GitHub Desktop.
$server = Connect-VIServer -Server Your_vCenter_Server -User administrator -Password your_password
#VM一覧の取得
Get-VM
#データストア一覧の取得
Get-Datastore
#スナップショット一覧の取得
Get-VM | Get-Snapshot
Disconnect-VIServer -Server $server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment