URL Parameter (Connect-Confluence Cmdlet)
Specifies the base URL of your Confluence site.
Syntax
Connect-Confluence -URL string
Data Type
cstr
Default Value
""
Remarks
Set this property to the base URL of your Confluence Cloud or Server site. For example: https://yoursitename.atlassian.net.
The cmdlet uses this value to construct API requests and determine the correct Confluence instance for authentication.
This property is required when establishing any connection to Confluence.
This is a required parameter.