Folder Parameter (Connect-ExcelServices Cmdlet)
Specifies the folder path within the document library where the file specified in the File property is located.
Syntax
Connect-ExcelServices -Folder string
Data Type
cstr
Default Value
""
Remarks
This property specifies the full, hierarchical path to the subfolder within the document library where the File is stored.
Use forward slashes to separate folder levels. For example, if the file is stored in a folder called "SubFolder" inside a folder called "BaseFolder", set this property to "/BaseFolder/SubFolder/".
The folder path must begin and end with a forward slash.