NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

MakeDirectory Parameter (Send-CloudStorage Cmdlet)

Create a new directory on the remote server at the specified path.

Syntax

Send-CloudStorage -MakeDirectory string

Remarks

MakeDirectory should be either an absolute file path, or a relative path based on the home path set by the server.

For instance:

#create a new directory with DropBox
Send-CloudStorage -ServiceProvider DropBox -OAuthClientId $dropboxid -OAuthClientSecret $dropboxsecret -MakeDirectory "newDir"

Default Value

""

Parameter Alias

MakeDir

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]