Datastore Category

Cmdlets are usually implemented around resource operations. The four basic operations are CREATE, READ, UPDATE and DELETE. This set of operations is known as CRUD. Most of the cmdlets support CRUD which are respectively cmdlets that start with the New/Get/Set/Remove cmdlet verbs but they also may have additional operations.

Step 1: Explore More Related Commands: 


Copy-DatastoreItem This cmdlet copies items between datastores and between a datastore and a local file system provider.
Get-Datastore This cmdlet retrieves the datastores available on a vCenter Server system.
Get-DatastoreCluster This cmdlet retrieves datastore clusters.
Move-Datastore This cmdlet moves datastores from one location to another.
New-Datastore This cmdlet creates a new datastore.
New-DatastoreCluster This cmdlet creates a new datastore cluster.
Remove-Datastore This cmdlet removes the specified datastores from their locations.
Remove-DatastoreCluster This cmdlet deletes the specified datastore clusters.
Set-Datastore This cmdlet modifies the properties of the specified datastore.
Set-DatastoreCluster This cmdlet modifies the configuration of the specified datastore cluster.
Feedback

Was this page helpful?