Symlink
New-NetstorageSymlink
Synopsis
Create a new NetStorage symlink.
Syntax
New-NetstorageSymlink [-Path] <String> -TargetPath <String> [-AuthFile <String>] [-Section <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Creates a symlink pointing to an existing NetStorage object.
Note: You don't need to prepend paths with the upload directory CP code, this is implied.
Parameters
‑AuthFile |
A location of your NetStorage auth file. Defaults to |
‑Path Required |
A path of your directory within the NetStorage group. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑TargetPath Required |
A path for your new symlink to link to. |
Related Links
Updated 16 days ago