URL Parameter (Connect-ExcelServices Cmdlet)
Specifies the base URL of the SharePoint site or site collection the provider connects to.
Syntax
Connect-ExcelServices -URL string
Data Type
cstr
Default Value
""
Remarks
This property specifies the full base URL of the SharePoint site or site collection where your Excel file is stored.
The 本製品 uses this URL to construct additional requests to access files, metadata, and resources within the site.
Examples of valid values:
- http://server/SharePoint/
- http://server/Sites/mysite/
- http://server:90/
Use this property to establish the root connection point for all SharePoint operations.
This is a required parameter.