The base URL for the site.
Syntax
Connect-SharePoint -URL string
Data Type
cstr
Default Value
""
Remarks
The following are examples of valid URLs:
- http://server/SharePoint/
- http://server/Sites/mysite/
- http://server:90/
The provider will use
URL to derive URLs for other calls to the server.
This is a required parameter.