< Back

New-DatastoreDrive

Sun Jan 19, 2020 6:59 pm

NAME New-DatastoreDrive



SYNOPSIS

This function creates a new datastore drive.





SYNTAX

New-DatastoreDrive [[-Name] <String>] [[-Datastore] <Object>] [<CommonParameters>]





DESCRIPTION

This function creates a new drive that is mapped to a location in a datastore.





PARAMETERS

-Name <String>

Specifies a name for the new drive.



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Datastore <Object>

Specifies the datastore for which you want to create a new drive.



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS